Shades of Crusoe #1D572D
Tints of Crusoe #1D572D
RGB
CMYK
RGB Variations
Color information
#1D572D (or 0x1D572D) is known color: Crusoe. HEX triplet: 1D, 57 and 2D. RGB value is (29,87,45). Sum of RGB (Red+Green+Blue) = 29+87+45=161 (21% of max value = 765). Red value is 29 (11.72% from 255 or 18.01% from 161); Green value is 87 (34.38% from 255 or 54.04% from 161); Blue value is 45 (17.97% from 255 or 27.95% from 161); Max value from RGB is 87 - color contains mainly: green. Hex color #1D572D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D572D is #E2A8D2. Grayscale: #404040. Windows color (decimal): -14854355 or 2971421. OLE color: 2971421.
HSL color Cylindrical-coordinate representation of color #1D572D: hue angle of 136.55º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1D572D is Cyan = 0.67, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 29 | 87 | 45 | - |
| CMYK | 0.67 | 0 | 0.48 | 0.66 |
| HSL | 136.55º | 0.5% | 0.23% | - |
| HSV(B) | 136.55º | 0.67% | 0.34% | - |
| XYZ | 4.39 | 7.27 | 3.65 | - |
| YUV | 64.87 | 116.78 | 102.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 87 | 45 | 0.67 | 0 | 0.48 | 0.66 | 136.55 | 0.5 | 0.23 |
| Hex | 1D | 57 | 2D | 43 | 0 | 30 | 42 | 89 | 32 | 17 |
| Octal | 35 | 127 | 55 | 103 | 0 | 60 | 102 | 211 | 62 | 27 |
| Binary | 11101 | 1010111 | 101101 | 1000011 | 0 | 110000 | 1000010 | 10001001 | 110010 | 10111 |
Color Harmonies of #1D572D
Complementary color
Monochromatic Colors of #1D572D
Black with #1D572D
Text Example
Text Example
White with #1D572D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D572D; }
p { color: rgb(29,87,45); }
H1.HeaderClassName
{
color: #1D572D;
}
.AnyTagClassName
{
color: #1D572D;
}
</style>
background-color css
<style>
a { background-color: #1D572D; }
a { background-color: rgb(29,87,45); }
div.DivClassName
{
background-color: #1D572D;
}
.BgClassName
{
background-color: #1D572D;
}
</style>
border-color css
<style>
span { border-color: #1D572D; }
span { border-color: rgb(29,87,45); }
td.TdClassName
{
border-color: #1D572D;
}
.TagClassName
{
border-color: #1D572D;
}
</style>