Shades of Crusoe #1E562C
Tints of Crusoe #1E562C
RGB
CMYK
RGB Variations
Color information
#1E562C (or 0x1E562C) is known color: Crusoe. HEX triplet: 1E, 56 and 2C. RGB value is (30,86,44). Sum of RGB (Red+Green+Blue) = 30+86+44=160 (21% of max value = 765). Red value is 30 (12.11% from 255 or 18.75% from 160); Green value is 86 (33.98% from 255 or 53.75% from 160); Blue value is 44 (17.58% from 255 or 27.5% from 160); Max value from RGB is 86 - color contains mainly: green. Hex color #1E562C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E562C is #E1A9D3. Grayscale: #404040. Windows color (decimal): -14789076 or 2905630. OLE color: 2905630.
HSL color Cylindrical-coordinate representation of color #1E562C: hue angle of 135º 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 #1E562C is Cyan = 0.65, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 30 | 86 | 44 | - |
| CMYK | 0.65 | 0 | 0.49 | 0.66 |
| HSL | 135º | 0.48% | 0.23% | - |
| HSV(B) | 135º | 0.65% | 0.34% | - |
| XYZ | 4.32 | 7.11 | 3.53 | - |
| YUV | 64.47 | 116.45 | 103.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 86 | 44 | 0.65 | 0 | 0.49 | 0.66 | 135 | 0.48 | 0.23 |
| Hex | 1E | 56 | 2C | 41 | 0 | 31 | 42 | 87 | 30 | 17 |
| Octal | 36 | 126 | 54 | 101 | 0 | 61 | 102 | 207 | 60 | 27 |
| Binary | 11110 | 1010110 | 101100 | 1000001 | 0 | 110001 | 1000010 | 10000111 | 110000 | 10111 |
Color Harmonies of #1E562C
Complementary color
Monochromatic Colors of #1E562C
Black with #1E562C
Text Example
Text Example
White with #1E562C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E562C; }
p { color: rgb(30,86,44); }
H1.HeaderClassName
{
color: #1E562C;
}
.AnyTagClassName
{
color: #1E562C;
}
</style>
background-color css
<style>
a { background-color: #1E562C; }
a { background-color: rgb(30,86,44); }
div.DivClassName
{
background-color: #1E562C;
}
.BgClassName
{
background-color: #1E562C;
}
</style>
border-color css
<style>
span { border-color: #1E562C; }
span { border-color: rgb(30,86,44); }
td.TdClassName
{
border-color: #1E562C;
}
.TagClassName
{
border-color: #1E562C;
}
</style>