Shades of Crusoe #1D5C2B
Tints of Crusoe #1D5C2B
RGB
CMYK
RGB Variations
Color information
#1D5C2B (or 0x1D5C2B) is known color: Crusoe. HEX triplet: 1D, 5C and 2B. RGB value is (29,92,43). Sum of RGB (Red+Green+Blue) = 29+92+43=164 (21% of max value = 765). Red value is 29 (11.72% from 255 or 17.68% from 164); Green value is 92 (36.33% from 255 or 56.10% from 164); Blue value is 43 (17.19% from 255 or 26.22% from 164); Max value from RGB is 92 - color contains mainly: green. Hex color #1D5C2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D5C2B is #E2A3D4. Grayscale: #434343. Windows color (decimal): -14853077 or 2841629. OLE color: 2841629.
HSL color Cylindrical-coordinate representation of color #1D5C2B: hue angle of 133.33º degrees, saturation: 0.52, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1D5C2B is Cyan = 0.68, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 29 | 92 | 43 | - |
| CMYK | 0.68 | 0 | 0.53 | 0.64 |
| HSL | 133.33º | 0.52% | 0.24% | - |
| HSV(B) | 133.33º | 0.68% | 0.36% | - |
| XYZ | 4.77 | 8.09 | 3.6 | - |
| YUV | 67.58 | 114.13 | 100.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 92 | 43 | 0.68 | 0 | 0.53 | 0.64 | 133.33 | 0.52 | 0.24 |
| Hex | 1D | 5C | 2B | 44 | 0 | 35 | 40 | 85 | 34 | 18 |
| Octal | 35 | 134 | 53 | 104 | 0 | 65 | 100 | 205 | 64 | 30 |
| Binary | 11101 | 1011100 | 101011 | 1000100 | 0 | 110101 | 1000000 | 10000101 | 110100 | 11000 |
Color Harmonies of #1D5C2B
Complementary color
Monochromatic Colors of #1D5C2B
Black with #1D5C2B
Text Example
Text Example
White with #1D5C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D5C2B; }
p { color: rgb(29,92,43); }
H1.HeaderClassName
{
color: #1D5C2B;
}
.AnyTagClassName
{
color: #1D5C2B;
}
</style>
background-color css
<style>
a { background-color: #1D5C2B; }
a { background-color: rgb(29,92,43); }
div.DivClassName
{
background-color: #1D5C2B;
}
.BgClassName
{
background-color: #1D5C2B;
}
</style>
border-color css
<style>
span { border-color: #1D5C2B; }
span { border-color: rgb(29,92,43); }
td.TdClassName
{
border-color: #1D5C2B;
}
.TagClassName
{
border-color: #1D5C2B;
}
</style>