Shades of Crusoe #205A2D
Tints of Crusoe #205A2D
RGB
CMYK
RGB Variations
Color information
#205A2D (or 0x205A2D) is known color: Crusoe. HEX triplet: 20, 5A and 2D. RGB value is (32,90,45). Sum of RGB (Red+Green+Blue) = 32+90+45=167 (22% of max value = 765). Red value is 32 (12.89% from 255 or 19.16% from 167); Green value is 90 (35.55% from 255 or 53.89% from 167); Blue value is 45 (17.97% from 255 or 26.95% from 167); Max value from RGB is 90 - color contains mainly: green. Hex color #205A2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #205A2D is #DFA5D2. Grayscale: #434343. Windows color (decimal): -14656979 or 2972192. OLE color: 2972192.
HSL color Cylindrical-coordinate representation of color #205A2D: hue angle of 133.45º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #205A2D is Cyan = 0.64, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 32 | 90 | 45 | - |
| CMYK | 0.64 | 0 | 0.50 | 0.65 |
| HSL | 133.45º | 0.48% | 0.24% | - |
| HSV(B) | 133.45º | 0.64% | 0.35% | - |
| XYZ | 4.73 | 7.81 | 3.74 | - |
| YUV | 67.53 | 115.28 | 102.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 90 | 45 | 0.64 | 0 | 0.50 | 0.65 | 133.45 | 0.48 | 0.24 |
| Hex | 20 | 5A | 2D | 40 | 0 | 32 | 41 | 85 | 30 | 18 |
| Octal | 40 | 132 | 55 | 100 | 0 | 62 | 101 | 205 | 60 | 30 |
| Binary | 100000 | 1011010 | 101101 | 1000000 | 0 | 110010 | 1000001 | 10000101 | 110000 | 11000 |
Color Harmonies of #205A2D
Complementary color
Monochromatic Colors of #205A2D
Black with #205A2D
Text Example
Text Example
White with #205A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205A2D; }
p { color: rgb(32,90,45); }
H1.HeaderClassName
{
color: #205A2D;
}
.AnyTagClassName
{
color: #205A2D;
}
</style>
background-color css
<style>
a { background-color: #205A2D; }
a { background-color: rgb(32,90,45); }
div.DivClassName
{
background-color: #205A2D;
}
.BgClassName
{
background-color: #205A2D;
}
</style>
border-color css
<style>
span { border-color: #205A2D; }
span { border-color: rgb(32,90,45); }
td.TdClassName
{
border-color: #205A2D;
}
.TagClassName
{
border-color: #205A2D;
}
</style>