Shades of San Felix #205F22
Tints of San Felix #205F22
RGB
CMYK
RGB Variations
Color information
#205F22 (or 0x205F22) is known color: San Felix. HEX triplet: 20, 5F and 22. RGB value is (32,95,34). Sum of RGB (Red+Green+Blue) = 32+95+34=161 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.88% from 161); Green value is 95 (37.5% from 255 or 59.01% from 161); Blue value is 34 (13.67% from 255 or 21.12% from 161); Max value from RGB is 95 - color contains mainly: green. Hex color #205F22 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #205F22 is #DFA0DD. Grayscale: #454545. Windows color (decimal): -14655710 or 2252576. OLE color: 2252576.
HSL color Cylindrical-coordinate representation of color #205F22: hue angle of 121.9º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #205F22 is Cyan = 0.66, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 32 | 95 | 34 | - |
| CMYK | 0.66 | 0 | 0.64 | 0.63 |
| HSL | 121.9º | 0.5% | 0.25% | - |
| HSV(B) | 121.9º | 0.66% | 0.37% | - |
| XYZ | 4.98 | 8.61 | 2.91 | - |
| YUV | 69.21 | 108.13 | 101.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 95 | 34 | 0.66 | 0 | 0.64 | 0.63 | 121.9 | 0.5 | 0.25 |
| Hex | 20 | 5F | 22 | 42 | 0 | 40 | 3F | 7A | 32 | 19 |
| Octal | 40 | 137 | 42 | 102 | 0 | 100 | 77 | 172 | 62 | 31 |
| Binary | 100000 | 1011111 | 100010 | 1000010 | 0 | 1000000 | 111111 | 1111010 | 110010 | 11001 |
Color Harmonies of #205F22
Complementary color
Monochromatic Colors of #205F22
Black with #205F22
Text Example
Text Example
White with #205F22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205F22; }
p { color: rgb(32,95,34); }
H1.HeaderClassName
{
color: #205F22;
}
.AnyTagClassName
{
color: #205F22;
}
</style>
background-color css
<style>
a { background-color: #205F22; }
a { background-color: rgb(32,95,34); }
div.DivClassName
{
background-color: #205F22;
}
.BgClassName
{
background-color: #205F22;
}
</style>
border-color css
<style>
span { border-color: #205F22; }
span { border-color: rgb(32,95,34); }
td.TdClassName
{
border-color: #205F22;
}
.TagClassName
{
border-color: #205F22;
}
</style>