Shades of Crusoe #1E5627
Tints of Crusoe #1E5627
RGB
CMYK
RGB Variations
Color information
#1E5627 (or 0x1E5627) is known color: Crusoe. HEX triplet: 1E, 56 and 27. RGB value is (30,86,39). Sum of RGB (Red+Green+Blue) = 30+86+39=155 (20% of max value = 765). Red value is 30 (12.11% from 255 or 19.35% from 155); Green value is 86 (33.98% from 255 or 55.48% from 155); Blue value is 39 (15.62% from 255 or 25.16% from 155); Max value from RGB is 86 - color contains mainly: green. Hex color #1E5627 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E5627 is #E1A9D8. Grayscale: #404040. Windows color (decimal): -14789081 or 2577950. OLE color: 2577950.
HSL color Cylindrical-coordinate representation of color #1E5627: hue angle of 129.64º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1E5627 is Cyan = 0.65, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 30 | 86 | 39 | - |
| CMYK | 0.65 | 0 | 0.55 | 0.66 |
| HSL | 129.64º | 0.48% | 0.23% | - |
| HSV(B) | 129.64º | 0.65% | 0.34% | - |
| XYZ | 4.23 | 7.08 | 3.06 | - |
| YUV | 63.9 | 113.95 | 103.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 86 | 39 | 0.65 | 0 | 0.55 | 0.66 | 129.64 | 0.48 | 0.23 |
| Hex | 1E | 56 | 27 | 41 | 0 | 37 | 42 | 82 | 30 | 17 |
| Octal | 36 | 126 | 47 | 101 | 0 | 67 | 102 | 202 | 60 | 27 |
| Binary | 11110 | 1010110 | 100111 | 1000001 | 0 | 110111 | 1000010 | 10000010 | 110000 | 10111 |
Color Harmonies of #1E5627
Complementary color
Monochromatic Colors of #1E5627
Black with #1E5627
Text Example
Text Example
White with #1E5627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E5627; }
p { color: rgb(30,86,39); }
H1.HeaderClassName
{
color: #1E5627;
}
.AnyTagClassName
{
color: #1E5627;
}
</style>
background-color css
<style>
a { background-color: #1E5627; }
a { background-color: rgb(30,86,39); }
div.DivClassName
{
background-color: #1E5627;
}
.BgClassName
{
background-color: #1E5627;
}
</style>
border-color css
<style>
span { border-color: #1E5627; }
span { border-color: rgb(30,86,39); }
td.TdClassName
{
border-color: #1E5627;
}
.TagClassName
{
border-color: #1E5627;
}
</style>