Color spaces of #255312
RGB | 37 | 83 | 18 |
---|---|---|---|
HSL | 0.28 | 0.64 | 0.20 |
HSV | 102° | 78° | 33° |
CMYK | 0.55 | 0.00 | 0.78 0.67 |
XYZ | 3.9654 | 6.6235 | 1.6417 |
Yxy | 6.6235 | 0.3242 | 0.5416 |
Hunter Lab | 25.7362 | -17.5352 | 14.2332 |
CIE-Lab | 30.9340 | -28.8867 | 31.5114 |
#255312 color RGB value is (37,83,18).
#255312 hex color red value is 37, green value is 83 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #255312 hue: 0.28 , saturation: 0.64 and the lightness value of 255312 is 0.20.
The process color (four color CMYK) of #255312 color hex is 0.55, 0.00, 0.78, 0.67. Web safe color of #255312 is #336600. Color #255312 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100101 | 01010011 | 00010010 |
Octal | 45 | 123 | 22 |
Decimal | 37 | 83 | 18 |
Hex | 25 | 53 | 12 |
Shades of #255312
Tints of #255312
RGB Percentages of Color #255312
CMYK Percentages of Color #255312
Complementary Color
#255312 | #401253 |
#255312 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#255312 Color Preview on White Background
Lorem ipsum dolor sit amet.
#255312 Color CSS Codes
.mybgcolor {background-color:#255312; } .myforecolor {color:#255312; } .mybordercolor {border:3px solid #255312; }
#255312 Text Font Color
<p style="color:#255312">Text here</p>
This sample text font color is #255312
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.
#255312 Background Color
<div style="background-color:#255312">
Div content here</div>
This div background color is #255312
#255312 Border Color
<div style="border:3px solid #255312">
Div here</div>
This div border color is #255312
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(37,83,18, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #255312; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #255312; -webkit-box-shadow: 1px 1px 3px 2px #255312; box-shadow: 1px 1px 3px 2px #255312; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(37,83,18, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #255312">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #255312; -webkit-box-shadow: 1px 1px 3px 2px #255312; box-shadow: 1px 1px 3px 2px #255312;">
Div content here</div>
This div box has shadow with color #255312
Comments
No comments written yet.
Please login to write comment.