Shades of Crusoe #1D5D2D
Tints of Crusoe #1D5D2D
RGB
CMYK
RGB Variations
Color information
#1D5D2D (or 0x1D5D2D) is known color: Crusoe. HEX triplet: 1D, 5D and 2D. RGB value is (29,93,45). Sum of RGB (Red+Green+Blue) = 29+93+45=167 (22% of max value = 765). Red value is 29 (11.72% from 255 or 17.37% from 167); Green value is 93 (36.72% from 255 or 55.69% from 167); Blue value is 45 (17.97% from 255 or 26.95% from 167); Max value from RGB is 93 - color contains mainly: green. Hex color #1D5D2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D5D2D is #E2A2D2. Grayscale: #444444. Windows color (decimal): -14852819 or 2972957. OLE color: 2972957.
HSL color Cylindrical-coordinate representation of color #1D5D2D: hue angle of 135º degrees, saturation: 0.52, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1D5D2D is Cyan = 0.69, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 29 | 93 | 45 | - |
| CMYK | 0.69 | 0 | 0.52 | 0.64 |
| HSL | 135º | 0.52% | 0.24% | - |
| HSV(B) | 135º | 0.69% | 0.36% | - |
| XYZ | 4.89 | 8.28 | 3.82 | - |
| YUV | 68.39 | 114.8 | 99.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 93 | 45 | 0.69 | 0 | 0.52 | 0.64 | 135 | 0.52 | 0.24 |
| Hex | 1D | 5D | 2D | 45 | 0 | 34 | 40 | 87 | 34 | 18 |
| Octal | 35 | 135 | 55 | 105 | 0 | 64 | 100 | 207 | 64 | 30 |
| Binary | 11101 | 1011101 | 101101 | 1000101 | 0 | 110100 | 1000000 | 10000111 | 110100 | 11000 |
Color Harmonies of #1D5D2D
Complementary color
Monochromatic Colors of #1D5D2D
Black with #1D5D2D
Text Example
Text Example
White with #1D5D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D5D2D; }
p { color: rgb(29,93,45); }
H1.HeaderClassName
{
color: #1D5D2D;
}
.AnyTagClassName
{
color: #1D5D2D;
}
</style>
background-color css
<style>
a { background-color: #1D5D2D; }
a { background-color: rgb(29,93,45); }
div.DivClassName
{
background-color: #1D5D2D;
}
.BgClassName
{
background-color: #1D5D2D;
}
</style>
border-color css
<style>
span { border-color: #1D5D2D; }
span { border-color: rgb(29,93,45); }
td.TdClassName
{
border-color: #1D5D2D;
}
.TagClassName
{
border-color: #1D5D2D;
}
</style>