Shades of Crusoe #1D5831
Tints of Crusoe #1D5831
RGB
CMYK
RGB Variations
Color information
#1D5831 (or 0x1D5831) is known color: Crusoe. HEX triplet: 1D, 58 and 31. RGB value is (29,88,49). Sum of RGB (Red+Green+Blue) = 29+88+49=166 (21% of max value = 765). Red value is 29 (11.72% from 255 or 17.47% from 166); Green value is 88 (34.77% from 255 or 53.01% from 166); Blue value is 49 (19.53% from 255 or 29.52% from 166); Max value from RGB is 88 - color contains mainly: green. Hex color #1D5831 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D5831 is #E2A7CE. Grayscale: #424242. Windows color (decimal): -14854095 or 3233821. OLE color: 3233821.
HSL color Cylindrical-coordinate representation of color #1D5831: hue angle of 140.34º degrees, saturation: 0.5, 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 #1D5831 is Cyan = 0.67, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 29 | 88 | 49 | - |
| CMYK | 0.67 | 0 | 0.44 | 0.65 |
| HSL | 140.34º | 0.5% | 0.23% | - |
| HSV(B) | 140.34º | 0.67% | 0.35% | - |
| XYZ | 4.55 | 7.46 | 4.11 | - |
| YUV | 65.91 | 118.45 | 101.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 88 | 49 | 0.67 | 0 | 0.44 | 0.65 | 140.34 | 0.5 | 0.23 |
| Hex | 1D | 58 | 31 | 43 | 0 | 2C | 41 | 8C | 32 | 17 |
| Octal | 35 | 130 | 61 | 103 | 0 | 54 | 101 | 214 | 62 | 27 |
| Binary | 11101 | 1011000 | 110001 | 1000011 | 0 | 101100 | 1000001 | 10001100 | 110010 | 10111 |
Color Harmonies of #1D5831
Complementary color
Monochromatic Colors of #1D5831
Black with #1D5831
Text Example
Text Example
White with #1D5831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D5831; }
p { color: rgb(29,88,49); }
H1.HeaderClassName
{
color: #1D5831;
}
.AnyTagClassName
{
color: #1D5831;
}
</style>
background-color css
<style>
a { background-color: #1D5831; }
a { background-color: rgb(29,88,49); }
div.DivClassName
{
background-color: #1D5831;
}
.BgClassName
{
background-color: #1D5831;
}
</style>
border-color css
<style>
span { border-color: #1D5831; }
span { border-color: rgb(29,88,49); }
td.TdClassName
{
border-color: #1D5831;
}
.TagClassName
{
border-color: #1D5831;
}
</style>