Shades of Crusoe #205C2D
Tints of Crusoe #205C2D
RGB
CMYK
RGB Variations
Color information
#205C2D (or 0x205C2D) is known color: Crusoe. HEX triplet: 20, 5C and 2D. RGB value is (32,92,45). Sum of RGB (Red+Green+Blue) = 32+92+45=169 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.93% from 169); Green value is 92 (36.33% from 255 or 54.44% from 169); Blue value is 45 (17.97% from 255 or 26.63% from 169); Max value from RGB is 92 - color contains mainly: green. Hex color #205C2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #205C2D is #DFA3D2. Grayscale: #444444. Windows color (decimal): -14656467 or 2972704. OLE color: 2972704.
HSL color Cylindrical-coordinate representation of color #205C2D: hue angle of 133º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #205C2D is Cyan = 0.65, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 32 | 92 | 45 | - |
| CMYK | 0.65 | 0 | 0.51 | 0.64 |
| HSL | 133º | 0.48% | 0.24% | - |
| HSV(B) | 133º | 0.65% | 0.36% | - |
| XYZ | 4.9 | 8.15 | 3.8 | - |
| YUV | 68.7 | 114.62 | 101.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 92 | 45 | 0.65 | 0 | 0.51 | 0.64 | 133 | 0.48 | 0.24 |
| Hex | 20 | 5C | 2D | 41 | 0 | 33 | 40 | 85 | 30 | 18 |
| Octal | 40 | 134 | 55 | 101 | 0 | 63 | 100 | 205 | 60 | 30 |
| Binary | 100000 | 1011100 | 101101 | 1000001 | 0 | 110011 | 1000000 | 10000101 | 110000 | 11000 |
Color Harmonies of #205C2D
Complementary color
Monochromatic Colors of #205C2D
Black with #205C2D
Text Example
Text Example
White with #205C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205C2D; }
p { color: rgb(32,92,45); }
H1.HeaderClassName
{
color: #205C2D;
}
.AnyTagClassName
{
color: #205C2D;
}
</style>
background-color css
<style>
a { background-color: #205C2D; }
a { background-color: rgb(32,92,45); }
div.DivClassName
{
background-color: #205C2D;
}
.BgClassName
{
background-color: #205C2D;
}
</style>
border-color css
<style>
span { border-color: #205C2D; }
span { border-color: rgb(32,92,45); }
td.TdClassName
{
border-color: #205C2D;
}
.TagClassName
{
border-color: #205C2D;
}
</style>