Shades of Crusoe #1D562F
Tints of Crusoe #1D562F
RGB
CMYK
RGB Variations
Color information
#1D562F (or 0x1D562F) is known color: Crusoe. HEX triplet: 1D, 56 and 2F. RGB value is (29,86,47). Sum of RGB (Red+Green+Blue) = 29+86+47=162 (21% of max value = 765). Red value is 29 (11.72% from 255 or 17.90% from 162); Green value is 86 (33.98% from 255 or 53.09% from 162); Blue value is 47 (18.75% from 255 or 29.01% from 162); Max value from RGB is 86 - color contains mainly: green. Hex color #1D562F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D562F is #E2A9D0. Grayscale: #404040. Windows color (decimal): -14854609 or 3102237. OLE color: 3102237.
HSL color Cylindrical-coordinate representation of color #1D562F: hue angle of 138.95º 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 #1D562F is Cyan = 0.66, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 29 | 86 | 47 | - |
| CMYK | 0.66 | 0 | 0.45 | 0.66 |
| HSL | 138.95º | 0.5% | 0.23% | - |
| HSV(B) | 138.95º | 0.66% | 0.34% | - |
| XYZ | 4.35 | 7.12 | 3.83 | - |
| YUV | 64.51 | 118.12 | 102.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 86 | 47 | 0.66 | 0 | 0.45 | 0.66 | 138.95 | 0.5 | 0.23 |
| Hex | 1D | 56 | 2F | 42 | 0 | 2D | 42 | 8B | 32 | 17 |
| Octal | 35 | 126 | 57 | 102 | 0 | 55 | 102 | 213 | 62 | 27 |
| Binary | 11101 | 1010110 | 101111 | 1000010 | 0 | 101101 | 1000010 | 10001011 | 110010 | 10111 |
Color Harmonies of #1D562F
Complementary color
Monochromatic Colors of #1D562F
Black with #1D562F
Text Example
Text Example
White with #1D562F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D562F; }
p { color: rgb(29,86,47); }
H1.HeaderClassName
{
color: #1D562F;
}
.AnyTagClassName
{
color: #1D562F;
}
</style>
background-color css
<style>
a { background-color: #1D562F; }
a { background-color: rgb(29,86,47); }
div.DivClassName
{
background-color: #1D562F;
}
.BgClassName
{
background-color: #1D562F;
}
</style>
border-color css
<style>
span { border-color: #1D562F; }
span { border-color: rgb(29,86,47); }
td.TdClassName
{
border-color: #1D562F;
}
.TagClassName
{
border-color: #1D562F;
}
</style>