Shades of Crusoe #1D5A29
Tints of Crusoe #1D5A29
RGB
CMYK
RGB Variations
Color information
#1D5A29 (or 0x1D5A29) is known color: Crusoe. HEX triplet: 1D, 5A and 29. RGB value is (29,90,41). Sum of RGB (Red+Green+Blue) = 29+90+41=160 (21% of max value = 765). Red value is 29 (11.72% from 255 or 18.12% from 160); Green value is 90 (35.55% from 255 or 56.25% from 160); Blue value is 41 (16.41% from 255 or 25.62% from 160); Max value from RGB is 90 - color contains mainly: green. Hex color #1D5A29 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D5A29 is #E2A5D6. Grayscale: #424242. Windows color (decimal): -14853591 or 2710045. OLE color: 2710045.
HSL color Cylindrical-coordinate representation of color #1D5A29: hue angle of 131.8º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1D5A29 is Cyan = 0.68, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 29 | 90 | 41 | - |
| CMYK | 0.68 | 0 | 0.54 | 0.65 |
| HSL | 131.8º | 0.51% | 0.23% | - |
| HSV(B) | 131.8º | 0.68% | 0.35% | - |
| XYZ | 4.56 | 7.73 | 3.35 | - |
| YUV | 66.18 | 113.79 | 101.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 90 | 41 | 0.68 | 0 | 0.54 | 0.65 | 131.8 | 0.51 | 0.23 |
| Hex | 1D | 5A | 29 | 44 | 0 | 36 | 41 | 84 | 33 | 17 |
| Octal | 35 | 132 | 51 | 104 | 0 | 66 | 101 | 204 | 63 | 27 |
| Binary | 11101 | 1011010 | 101001 | 1000100 | 0 | 110110 | 1000001 | 10000100 | 110011 | 10111 |
Color Harmonies of #1D5A29
Complementary color
Monochromatic Colors of #1D5A29
Black with #1D5A29
Text Example
Text Example
White with #1D5A29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D5A29; }
p { color: rgb(29,90,41); }
H1.HeaderClassName
{
color: #1D5A29;
}
.AnyTagClassName
{
color: #1D5A29;
}
</style>
background-color css
<style>
a { background-color: #1D5A29; }
a { background-color: rgb(29,90,41); }
div.DivClassName
{
background-color: #1D5A29;
}
.BgClassName
{
background-color: #1D5A29;
}
</style>
border-color css
<style>
span { border-color: #1D5A29; }
span { border-color: rgb(29,90,41); }
td.TdClassName
{
border-color: #1D5A29;
}
.TagClassName
{
border-color: #1D5A29;
}
</style>