Shades of Crusoe #1D552B
Tints of Crusoe #1D552B
RGB
CMYK
RGB Variations
Color information
#1D552B (or 0x1D552B) is known color: Crusoe. HEX triplet: 1D, 55 and 2B. RGB value is (29,85,43). Sum of RGB (Red+Green+Blue) = 29+85+43=157 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.47% from 157); Green value is 85 (33.59% from 255 or 54.14% from 157); Blue value is 43 (17.19% from 255 or 27.39% from 157); Max value from RGB is 85 - color contains mainly: green. Hex color #1D552B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D552B is #E2AAD4. Grayscale: #3F3F3F. Windows color (decimal): -14854869 or 2839837. OLE color: 2839837.
HSL color Cylindrical-coordinate representation of color #1D552B: hue angle of 135º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1D552B is Cyan = 0.66, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 29 | 85 | 43 | - |
| CMYK | 0.66 | 0 | 0.49 | 0.67 |
| HSL | 135º | 0.49% | 0.22% | - |
| HSV(B) | 135º | 0.66% | 0.33% | - |
| XYZ | 4.19 | 6.93 | 3.4 | - |
| YUV | 63.47 | 116.45 | 103.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 85 | 43 | 0.66 | 0 | 0.49 | 0.67 | 135 | 0.49 | 0.22 |
| Hex | 1D | 55 | 2B | 42 | 0 | 31 | 43 | 87 | 31 | 16 |
| Octal | 35 | 125 | 53 | 102 | 0 | 61 | 103 | 207 | 61 | 26 |
| Binary | 11101 | 1010101 | 101011 | 1000010 | 0 | 110001 | 1000011 | 10000111 | 110001 | 10110 |
Color Harmonies of #1D552B
Complementary color
Monochromatic Colors of #1D552B
Black with #1D552B
Text Example
Text Example
White with #1D552B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D552B; }
p { color: rgb(29,85,43); }
H1.HeaderClassName
{
color: #1D552B;
}
.AnyTagClassName
{
color: #1D552B;
}
</style>
background-color css
<style>
a { background-color: #1D552B; }
a { background-color: rgb(29,85,43); }
div.DivClassName
{
background-color: #1D552B;
}
.BgClassName
{
background-color: #1D552B;
}
</style>
border-color css
<style>
span { border-color: #1D552B; }
span { border-color: rgb(29,85,43); }
td.TdClassName
{
border-color: #1D552B;
}
.TagClassName
{
border-color: #1D552B;
}
</style>