Shades of Crusoe #1E5E32
Tints of Crusoe #1E5E32
RGB
CMYK
RGB Variations
Color information
#1E5E32 (or 0x1E5E32) is known color: Crusoe. HEX triplet: 1E, 5E and 32. RGB value is (30,94,50). Sum of RGB (Red+Green+Blue) = 30+94+50=174 (23% of max value = 765). Red value is 30 (12.11% from 255 or 17.24% from 174); Green value is 94 (37.11% from 255 or 54.02% from 174); Blue value is 50 (19.92% from 255 or 28.74% from 174); Max value from RGB is 94 - color contains mainly: green. Hex color #1E5E32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E5E32 is #E1A1CD. Grayscale: #454545. Windows color (decimal): -14787022 or 3300894. OLE color: 3300894.
HSL color Cylindrical-coordinate representation of color #1E5E32: hue angle of 138.75º degrees, saturation: 0.52, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1E5E32 is Cyan = 0.68, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.63.
Color convert
RGB | 30 | 94 | 50 | - |
CMYK | 0.68 | 0 | 0.47 | 0.63 |
HSL | 138.75º | 0.52% | 0.24% | - |
HSV(B) | 138.75º | 0.68% | 0.37% | - |
XYZ | 5.11 | 8.51 | 4.39 | - |
YUV | 69.85 | 116.8 | 99.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 30 | 94 | 50 | 0.68 | 0 | 0.47 | 0.63 | 138.75 | 0.52 | 0.24 |
Hex | 1E | 5E | 32 | 44 | 0 | 2F | 3F | 8B | 34 | 18 |
Octal | 36 | 136 | 62 | 104 | 0 | 57 | 77 | 213 | 64 | 30 |
Binary | 11110 | 1011110 | 110010 | 1000100 | 0 | 101111 | 111111 | 10001011 | 110100 | 11000 |
Color Harmonies of #1E5E32
Complementary color
Monochromatic Colors of #1E5E32
Black with #1E5E32
Text Example
Text Example
White with #1E5E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E5E32; }
p { color: rgb(30,94,50); }
H1.HeaderClassName
{
color: #1E5E32;
}
.AnyTagClassName
{
color: #1E5E32;
}
</style>
background-color css
<style>
a { background-color: #1E5E32; }
a { background-color: rgb(30,94,50); }
div.DivClassName
{
background-color: #1E5E32;
}
.BgClassName
{
background-color: #1E5E32;
}
</style>
border-color css
<style>
span { border-color: #1E5E32; }
span { border-color: rgb(30,94,50); }
td.TdClassName
{
border-color: #1E5E32;
}
.TagClassName
{
border-color: #1E5E32;
}
</style>