Shades of Crusoe #1D562E
Tints of Crusoe #1D562E
RGB
CMYK
RGB Variations
Color information
#1D562E (or 0x1D562E) is known color: Crusoe. HEX triplet: 1D, 56 and 2E. RGB value is (29,86,46). Sum of RGB (Red+Green+Blue) = 29+86+46=161 (21% of max value = 765). Red value is 29 (11.72% from 255 or 18.01% from 161); Green value is 86 (33.98% from 255 or 53.42% from 161); Blue value is 46 (18.36% from 255 or 28.57% from 161); Max value from RGB is 86 - color contains mainly: green. Hex color #1D562E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D562E is #E2A9D1. Grayscale: #404040. Windows color (decimal): -14854610 or 3036701. OLE color: 3036701.
HSL color Cylindrical-coordinate representation of color #1D562E: hue angle of 137.89º degrees, saturation: 0.5, 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 #1D562E is Cyan = 0.66, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 29 | 86 | 46 | - |
| CMYK | 0.66 | 0 | 0.47 | 0.66 |
| HSL | 137.89º | 0.5% | 0.23% | - |
| HSV(B) | 137.89º | 0.66% | 0.34% | - |
| XYZ | 4.33 | 7.11 | 3.73 | - |
| YUV | 64.4 | 117.62 | 102.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 86 | 46 | 0.66 | 0 | 0.47 | 0.66 | 137.89 | 0.5 | 0.23 |
| Hex | 1D | 56 | 2E | 42 | 0 | 2F | 42 | 8A | 32 | 17 |
| Octal | 35 | 126 | 56 | 102 | 0 | 57 | 102 | 212 | 62 | 27 |
| Binary | 11101 | 1010110 | 101110 | 1000010 | 0 | 101111 | 1000010 | 10001010 | 110010 | 10111 |
Color Harmonies of #1D562E
Complementary color
Monochromatic Colors of #1D562E
Black with #1D562E
Text Example
Text Example
White with #1D562E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D562E; }
p { color: rgb(29,86,46); }
H1.HeaderClassName
{
color: #1D562E;
}
.AnyTagClassName
{
color: #1D562E;
}
</style>
background-color css
<style>
a { background-color: #1D562E; }
a { background-color: rgb(29,86,46); }
div.DivClassName
{
background-color: #1D562E;
}
.BgClassName
{
background-color: #1D562E;
}
</style>
border-color css
<style>
span { border-color: #1D562E; }
span { border-color: rgb(29,86,46); }
td.TdClassName
{
border-color: #1D562E;
}
.TagClassName
{
border-color: #1D562E;
}
</style>