Shades of Crusoe #1E572E
Tints of Crusoe #1E572E
RGB
CMYK
RGB Variations
Color information
#1E572E (or 0x1E572E) is known color: Crusoe. HEX triplet: 1E, 57 and 2E. RGB value is (30,87,46). Sum of RGB (Red+Green+Blue) = 30+87+46=163 (21% of max value = 765). Red value is 30 (12.11% from 255 or 18.40% from 163); Green value is 87 (34.38% from 255 or 53.37% from 163); Blue value is 46 (18.36% from 255 or 28.22% from 163); Max value from RGB is 87 - color contains mainly: green. Hex color #1E572E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E572E is #E1A8D1. Grayscale: #414141. Windows color (decimal): -14788818 or 3036958. OLE color: 3036958.
HSL color Cylindrical-coordinate representation of color #1E572E: hue angle of 136.84º degrees, saturation: 0.49, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1E572E is Cyan = 0.66, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 30 | 87 | 46 | - |
| CMYK | 0.66 | 0 | 0.47 | 0.66 |
| HSL | 136.84º | 0.49% | 0.23% | - |
| HSV(B) | 136.84º | 0.66% | 0.34% | - |
| XYZ | 4.44 | 7.29 | 3.76 | - |
| YUV | 65.28 | 117.12 | 102.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 87 | 46 | 0.66 | 0 | 0.47 | 0.66 | 136.84 | 0.49 | 0.23 |
| Hex | 1E | 57 | 2E | 42 | 0 | 2F | 42 | 89 | 31 | 17 |
| Octal | 36 | 127 | 56 | 102 | 0 | 57 | 102 | 211 | 61 | 27 |
| Binary | 11110 | 1010111 | 101110 | 1000010 | 0 | 101111 | 1000010 | 10001001 | 110001 | 10111 |
Color Harmonies of #1E572E
Complementary color
Monochromatic Colors of #1E572E
Black with #1E572E
Text Example
Text Example
White with #1E572E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E572E; }
p { color: rgb(30,87,46); }
H1.HeaderClassName
{
color: #1E572E;
}
.AnyTagClassName
{
color: #1E572E;
}
</style>
background-color css
<style>
a { background-color: #1E572E; }
a { background-color: rgb(30,87,46); }
div.DivClassName
{
background-color: #1E572E;
}
.BgClassName
{
background-color: #1E572E;
}
</style>
border-color css
<style>
span { border-color: #1E572E; }
span { border-color: rgb(30,87,46); }
td.TdClassName
{
border-color: #1E572E;
}
.TagClassName
{
border-color: #1E572E;
}
</style>