Color spaces of #239240
RGB | 35 | 146 | 64 |
---|---|---|---|
HSL | 0.38 | 0.61 | 0.35 |
HSV | 136° | 76° | 57° |
CMYK | 0.76 | 0.00 | 0.56 0.43 |
XYZ | 11.8974 | 21.2853 | 8.3319 |
Yxy | 21.2853 | 0.2866 | 0.5127 |
Hunter Lab | 46.1360 | -34.7070 | 21.5878 |
CIE-Lab | 53.2603 | -48.4201 | 34.5045 |
#239240 color RGB value is (35,146,64).
#239240 hex color red value is 35, green value is 146 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #239240 hue: 0.38 , saturation: 0.61 and the lightness value of 239240 is 0.35.
The process color (four color CMYK) of #239240 color hex is 0.76, 0.00, 0.56, 0.43. Web safe color of #239240 is #339933. Color #239240 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100011 | 10010010 | 01000000 |
Octal | 43 | 222 | 100 |
Decimal | 35 | 146 | 64 |
Hex | 23 | 92 | 40 |
Shades of #239240
Tints of #239240
RGB Percentages of Color #239240
CMYK Percentages of Color #239240
Complementary Color
#239240 | #922375 |
#239240 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#239240 Color Preview on White Background
Lorem ipsum dolor sit amet.
#239240 Color CSS Codes
.mybgcolor {background-color:#239240; } .myforecolor {color:#239240; } .mybordercolor {border:3px solid #239240; }
#239240 Text Font Color
<p style="color:#239240">Text here</p>
This sample text font color is #239240
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.
#239240 Background Color
<div style="background-color:#239240">
Div content here</div>
This div background color is #239240
#239240 Border Color
<div style="border:3px solid #239240">
Div here</div>
This div border color is #239240
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(35,146,64, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #239240; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #239240; -webkit-box-shadow: 1px 1px 3px 2px #239240; box-shadow: 1px 1px 3px 2px #239240; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(35,146,64, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #239240">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #239240; -webkit-box-shadow: 1px 1px 3px 2px #239240; box-shadow: 1px 1px 3px 2px #239240;">
Div content here</div>
This div box has shadow with color #239240
Comments
No comments written yet.
Please login to write comment.