Shades of Crusoe #1D5428
Tints of Crusoe #1D5428
RGB
CMYK
RGB Variations
Color information
#1D5428 (or 0x1D5428) is known color: Crusoe. HEX triplet: 1D, 54 and 28. RGB value is (29,84,40). Sum of RGB (Red+Green+Blue) = 29+84+40=153 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.95% from 153); Green value is 84 (33.20% from 255 or 54.90% from 153); Blue value is 40 (16.02% from 255 or 26.14% from 153); Max value from RGB is 84 - color contains mainly: green. Hex color #1D5428 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D5428 is #E2ABD7. Grayscale: #3E3E3E. Windows color (decimal): -14855128 or 2642973. OLE color: 2642973.
HSL color Cylindrical-coordinate representation of color #1D5428: hue angle of 132º degrees, saturation: 0.49, 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 #1D5428 is Cyan = 0.65, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 29 | 84 | 40 | - |
| CMYK | 0.65 | 0 | 0.52 | 0.67 |
| HSL | 132º | 0.49% | 0.22% | - |
| HSV(B) | 132º | 0.65% | 0.33% | - |
| XYZ | 4.06 | 6.76 | 3.1 | - |
| YUV | 62.54 | 115.28 | 104.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 84 | 40 | 0.65 | 0 | 0.52 | 0.67 | 132 | 0.49 | 0.22 |
| Hex | 1D | 54 | 28 | 41 | 0 | 34 | 43 | 84 | 31 | 16 |
| Octal | 35 | 124 | 50 | 101 | 0 | 64 | 103 | 204 | 61 | 26 |
| Binary | 11101 | 1010100 | 101000 | 1000001 | 0 | 110100 | 1000011 | 10000100 | 110001 | 10110 |
Color Harmonies of #1D5428
Complementary color
Monochromatic Colors of #1D5428
Black with #1D5428
Text Example
Text Example
White with #1D5428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D5428; }
p { color: rgb(29,84,40); }
H1.HeaderClassName
{
color: #1D5428;
}
.AnyTagClassName
{
color: #1D5428;
}
</style>
background-color css
<style>
a { background-color: #1D5428; }
a { background-color: rgb(29,84,40); }
div.DivClassName
{
background-color: #1D5428;
}
.BgClassName
{
background-color: #1D5428;
}
</style>
border-color css
<style>
span { border-color: #1D5428; }
span { border-color: rgb(29,84,40); }
td.TdClassName
{
border-color: #1D5428;
}
.TagClassName
{
border-color: #1D5428;
}
</style>