Shades of San Felix #205D21
Tints of San Felix #205D21
RGB
CMYK
RGB Variations
Color information
#205D21 (or 0x205D21) is known color: San Felix. HEX triplet: 20, 5D and 21. RGB value is (32,93,33). Sum of RGB (Red+Green+Blue) = 32+93+33=158 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.25% from 158); Green value is 93 (36.72% from 255 or 58.86% from 158); Blue value is 33 (13.28% from 255 or 20.89% from 158); Max value from RGB is 93 - color contains mainly: green. Hex color #205D21 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #205D21 is #DFA2DE. Grayscale: #444444. Windows color (decimal): -14656223 or 2186528. OLE color: 2186528.
HSL color Cylindrical-coordinate representation of color #205D21: hue angle of 120.98º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #205D21 is Cyan = 0.66, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 32 | 93 | 33 | - |
| CMYK | 0.66 | 0 | 0.65 | 0.64 |
| HSL | 120.98º | 0.49% | 0.25% | - |
| HSV(B) | 120.98º | 0.66% | 0.36% | - |
| XYZ | 4.78 | 8.25 | 2.78 | - |
| YUV | 67.92 | 108.29 | 102.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 93 | 33 | 0.66 | 0 | 0.65 | 0.64 | 120.98 | 0.49 | 0.25 |
| Hex | 20 | 5D | 21 | 42 | 0 | 41 | 40 | 79 | 31 | 19 |
| Octal | 40 | 135 | 41 | 102 | 0 | 101 | 100 | 171 | 61 | 31 |
| Binary | 100000 | 1011101 | 100001 | 1000010 | 0 | 1000001 | 1000000 | 1111001 | 110001 | 11001 |
Color Harmonies of #205D21
Complementary color
Monochromatic Colors of #205D21
Black with #205D21
Text Example
Text Example
White with #205D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205D21; }
p { color: rgb(32,93,33); }
H1.HeaderClassName
{
color: #205D21;
}
.AnyTagClassName
{
color: #205D21;
}
</style>
background-color css
<style>
a { background-color: #205D21; }
a { background-color: rgb(32,93,33); }
div.DivClassName
{
background-color: #205D21;
}
.BgClassName
{
background-color: #205D21;
}
</style>
border-color css
<style>
span { border-color: #205D21; }
span { border-color: rgb(32,93,33); }
td.TdClassName
{
border-color: #205D21;
}
.TagClassName
{
border-color: #205D21;
}
</style>