Shades of Crusoe #1D532A
Tints of Crusoe #1D532A
RGB
CMYK
RGB Variations
Color information
#1D532A (or 0x1D532A) is known color: Crusoe. HEX triplet: 1D, 53 and 2A. RGB value is (29,83,42). Sum of RGB (Red+Green+Blue) = 29+83+42=154 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.83% from 154); Green value is 83 (32.81% from 255 or 53.90% from 154); Blue value is 42 (16.80% from 255 or 27.27% from 154); Max value from RGB is 83 - color contains mainly: green. Hex color #1D532A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D532A is #E2ACD5. Grayscale: #3E3E3E. Windows color (decimal): -14855382 or 2773789. OLE color: 2773789.
HSL color Cylindrical-coordinate representation of color #1D532A: hue angle of 134.44º degrees, saturation: 0.48, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1D532A is Cyan = 0.65, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 29 | 83 | 42 | - |
| CMYK | 0.65 | 0 | 0.49 | 0.67 |
| HSL | 134.44º | 0.48% | 0.22% | - |
| HSV(B) | 134.44º | 0.65% | 0.33% | - |
| XYZ | 4.02 | 6.61 | 3.26 | - |
| YUV | 62.18 | 116.61 | 104.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 83 | 42 | 0.65 | 0 | 0.49 | 0.67 | 134.44 | 0.48 | 0.22 |
| Hex | 1D | 53 | 2A | 41 | 0 | 31 | 43 | 86 | 30 | 16 |
| Octal | 35 | 123 | 52 | 101 | 0 | 61 | 103 | 206 | 60 | 26 |
| Binary | 11101 | 1010011 | 101010 | 1000001 | 0 | 110001 | 1000011 | 10000110 | 110000 | 10110 |
Color Harmonies of #1D532A
Complementary color
Monochromatic Colors of #1D532A
Black with #1D532A
Text Example
Text Example
White with #1D532A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D532A; }
p { color: rgb(29,83,42); }
H1.HeaderClassName
{
color: #1D532A;
}
.AnyTagClassName
{
color: #1D532A;
}
</style>
background-color css
<style>
a { background-color: #1D532A; }
a { background-color: rgb(29,83,42); }
div.DivClassName
{
background-color: #1D532A;
}
.BgClassName
{
background-color: #1D532A;
}
</style>
border-color css
<style>
span { border-color: #1D532A; }
span { border-color: rgb(29,83,42); }
td.TdClassName
{
border-color: #1D532A;
}
.TagClassName
{
border-color: #1D532A;
}
</style>