Shades of Crusoe #1D5C29
Tints of Crusoe #1D5C29
RGB
CMYK
RGB Variations
Color information
#1D5C29 (or 0x1D5C29) is known color: Crusoe. HEX triplet: 1D, 5C and 29. RGB value is (29,92,41). Sum of RGB (Red+Green+Blue) = 29+92+41=162 (21% of max value = 765). Red value is 29 (11.72% from 255 or 17.90% from 162); Green value is 92 (36.33% from 255 or 56.79% from 162); Blue value is 41 (16.41% from 255 or 25.31% from 162); Max value from RGB is 92 - color contains mainly: green. Hex color #1D5C29 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D5C29 is #E2A3D6. Grayscale: #434343. Windows color (decimal): -14853079 or 2710557. OLE color: 2710557.
HSL color Cylindrical-coordinate representation of color #1D5C29: hue angle of 131.43º degrees, saturation: 0.52, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1D5C29 is Cyan = 0.68, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 29 | 92 | 41 | - |
| CMYK | 0.68 | 0 | 0.55 | 0.64 |
| HSL | 131.43º | 0.52% | 0.24% | - |
| HSV(B) | 131.43º | 0.68% | 0.36% | - |
| XYZ | 4.73 | 8.08 | 3.41 | - |
| YUV | 67.35 | 113.13 | 100.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 92 | 41 | 0.68 | 0 | 0.55 | 0.64 | 131.43 | 0.52 | 0.24 |
| Hex | 1D | 5C | 29 | 44 | 0 | 37 | 40 | 83 | 34 | 18 |
| Octal | 35 | 134 | 51 | 104 | 0 | 67 | 100 | 203 | 64 | 30 |
| Binary | 11101 | 1011100 | 101001 | 1000100 | 0 | 110111 | 1000000 | 10000011 | 110100 | 11000 |
Color Harmonies of #1D5C29
Complementary color
Monochromatic Colors of #1D5C29
Black with #1D5C29
Text Example
Text Example
White with #1D5C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D5C29; }
p { color: rgb(29,92,41); }
H1.HeaderClassName
{
color: #1D5C29;
}
.AnyTagClassName
{
color: #1D5C29;
}
</style>
background-color css
<style>
a { background-color: #1D5C29; }
a { background-color: rgb(29,92,41); }
div.DivClassName
{
background-color: #1D5C29;
}
.BgClassName
{
background-color: #1D5C29;
}
</style>
border-color css
<style>
span { border-color: #1D5C29; }
span { border-color: rgb(29,92,41); }
td.TdClassName
{
border-color: #1D5C29;
}
.TagClassName
{
border-color: #1D5C29;
}
</style>