Color spaces of #239132
RGB | 35 | 145 | 50 |
---|---|---|---|
HSL | 0.36 | 0.61 | 0.35 |
HSV | 128° | 76° | 57° |
CMYK | 0.76 | 0.00 | 0.66 0.43 |
XYZ | 11.3943 | 20.8384 | 6.4393 |
Yxy | 20.8384 | 0.2946 | 0.5388 |
Hunter Lab | 45.6491 | -35.3312 | 23.5909 |
CIE-Lab | 52.7722 | -49.8924 | 40.6514 |
#239132 color RGB value is (35,145,50).
#239132 hex color red value is 35, green value is 145 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #239132 hue: 0.36 , saturation: 0.61 and the lightness value of 239132 is 0.35.
The process color (four color CMYK) of #239132 color hex is 0.76, 0.00, 0.66, 0.43. Web safe color of #239132 is #339933. Color #239132 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100011 | 10010001 | 00110010 |
Octal | 43 | 221 | 62 |
Decimal | 35 | 145 | 50 |
Hex | 23 | 91 | 32 |
Shades of #239132
Tints of #239132
RGB Percentages of Color #239132
CMYK Percentages of Color #239132
Complementary Color
#239132 | #912382 |
#239132 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#239132 Color Preview on White Background
Lorem ipsum dolor sit amet.
#239132 Color CSS Codes
.mybgcolor {background-color:#239132; } .myforecolor {color:#239132; } .mybordercolor {border:3px solid #239132; }
#239132 Text Font Color
<p style="color:#239132">Text here</p>
This sample text font color is #239132
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#239132 Background Color
<div style="background-color:#239132">
Div content here</div>
This div background color is #239132
#239132 Border Color
<div style="border:3px solid #239132">
Div here</div>
This div border color is #239132
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(35,145,50, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #239132; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #239132; -webkit-box-shadow: 1px 1px 3px 2px #239132; box-shadow: 1px 1px 3px 2px #239132; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(35,145,50, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #239132">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #239132; -webkit-box-shadow: 1px 1px 3px 2px #239132; box-shadow: 1px 1px 3px 2px #239132;">
Div content here</div>
This div box has shadow with color #239132
Comments
No comments written yet.
Please login to write comment.