Shades of San Felix #205E22
Tints of San Felix #205E22
RGB
CMYK
RGB Variations
Color information
#205E22 (or 0x205E22) is known color: San Felix. HEX triplet: 20, 5E and 22. RGB value is (32,94,34). Sum of RGB (Red+Green+Blue) = 32+94+34=160 (21% of max value = 765). Red value is 32 (12.89% from 255 or 20% from 160); Green value is 94 (37.11% from 255 or 58.75% from 160); Blue value is 34 (13.67% from 255 or 21.25% from 160); Max value from RGB is 94 - color contains mainly: green. Hex color #205E22 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #205E22 is #DFA1DD. Grayscale: #444444. Windows color (decimal): -14655966 or 2252320. OLE color: 2252320.
HSL color Cylindrical-coordinate representation of color #205E22: hue angle of 121.94º degrees, saturation: 0.49, 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 #205E22 is Cyan = 0.66, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 32 | 94 | 34 | - |
| CMYK | 0.66 | 0 | 0.64 | 0.63 |
| HSL | 121.94º | 0.49% | 0.25% | - |
| HSV(B) | 121.94º | 0.66% | 0.37% | - |
| XYZ | 4.89 | 8.43 | 2.88 | - |
| YUV | 68.62 | 108.46 | 101.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 94 | 34 | 0.66 | 0 | 0.64 | 0.63 | 121.94 | 0.49 | 0.25 |
| Hex | 20 | 5E | 22 | 42 | 0 | 40 | 3F | 7A | 31 | 19 |
| Octal | 40 | 136 | 42 | 102 | 0 | 100 | 77 | 172 | 61 | 31 |
| Binary | 100000 | 1011110 | 100010 | 1000010 | 0 | 1000000 | 111111 | 1111010 | 110001 | 11001 |
Color Harmonies of #205E22
Complementary color
Monochromatic Colors of #205E22
Black with #205E22
Text Example
Text Example
White with #205E22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205E22; }
p { color: rgb(32,94,34); }
H1.HeaderClassName
{
color: #205E22;
}
.AnyTagClassName
{
color: #205E22;
}
</style>
background-color css
<style>
a { background-color: #205E22; }
a { background-color: rgb(32,94,34); }
div.DivClassName
{
background-color: #205E22;
}
.BgClassName
{
background-color: #205E22;
}
</style>
border-color css
<style>
span { border-color: #205E22; }
span { border-color: rgb(32,94,34); }
td.TdClassName
{
border-color: #205E22;
}
.TagClassName
{
border-color: #205E22;
}
</style>