Shades of Crusoe #1D5930
Tints of Crusoe #1D5930
RGB
CMYK
RGB Variations
Color information
#1D5930 (or 0x1D5930) is known color: Crusoe. HEX triplet: 1D, 59 and 30. RGB value is (29,89,48). Sum of RGB (Red+Green+Blue) = 29+89+48=166 (21% of max value = 765). Red value is 29 (11.72% from 255 or 17.47% from 166); Green value is 89 (35.16% from 255 or 53.61% from 166); Blue value is 48 (19.14% from 255 or 28.92% from 166); Max value from RGB is 89 - color contains mainly: green. Hex color #1D5930 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D5930 is #E2A6CF. Grayscale: #424242. Windows color (decimal): -14853840 or 3168541. OLE color: 3168541.
HSL color Cylindrical-coordinate representation of color #1D5930: hue angle of 139º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1D5930 is Cyan = 0.67, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 29 | 89 | 48 | - |
| CMYK | 0.67 | 0 | 0.46 | 0.65 |
| HSL | 139º | 0.51% | 0.23% | - |
| HSV(B) | 139º | 0.67% | 0.35% | - |
| XYZ | 4.61 | 7.62 | 4.02 | - |
| YUV | 66.39 | 117.62 | 101.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 89 | 48 | 0.67 | 0 | 0.46 | 0.65 | 139 | 0.51 | 0.23 |
| Hex | 1D | 59 | 30 | 43 | 0 | 2E | 41 | 8B | 33 | 17 |
| Octal | 35 | 131 | 60 | 103 | 0 | 56 | 101 | 213 | 63 | 27 |
| Binary | 11101 | 1011001 | 110000 | 1000011 | 0 | 101110 | 1000001 | 10001011 | 110011 | 10111 |
Color Harmonies of #1D5930
Complementary color
Monochromatic Colors of #1D5930
Black with #1D5930
Text Example
Text Example
White with #1D5930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D5930; }
p { color: rgb(29,89,48); }
H1.HeaderClassName
{
color: #1D5930;
}
.AnyTagClassName
{
color: #1D5930;
}
</style>
background-color css
<style>
a { background-color: #1D5930; }
a { background-color: rgb(29,89,48); }
div.DivClassName
{
background-color: #1D5930;
}
.BgClassName
{
background-color: #1D5930;
}
</style>
border-color css
<style>
span { border-color: #1D5930; }
span { border-color: rgb(29,89,48); }
td.TdClassName
{
border-color: #1D5930;
}
.TagClassName
{
border-color: #1D5930;
}
</style>