Shades of San Felix #206D24
Tints of San Felix #206D24
RGB
CMYK
RGB Variations
Color information
#206D24 (or 0x206D24) is known color: San Felix. HEX triplet: 20, 6D and 24. RGB value is (32,109,36). Sum of RGB (Red+Green+Blue) = 32+109+36=177 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.08% from 177); Green value is 109 (42.97% from 255 or 61.58% from 177); Blue value is 36 (14.45% from 255 or 20.34% from 177); Max value from RGB is 109 - color contains mainly: green. Hex color #206D24 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #206D24 is #DF92DB. Grayscale: #4D4D4D. Windows color (decimal): -14652124 or 2387232. OLE color: 2387232.
HSL color Cylindrical-coordinate representation of color #206D24: hue angle of 123.12º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #206D24 is Cyan = 0.71, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 32 | 109 | 36 | - |
| CMYK | 0.71 | 0 | 0.67 | 0.57 |
| HSL | 123.12º | 0.55% | 0.28% | - |
| HSV(B) | 123.12º | 0.71% | 0.43% | - |
| XYZ | 6.38 | 11.37 | 3.53 | - |
| YUV | 77.66 | 104.49 | 95.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 109 | 36 | 0.71 | 0 | 0.67 | 0.57 | 123.12 | 0.55 | 0.28 |
| Hex | 20 | 6D | 24 | 47 | 0 | 43 | 39 | 7B | 37 | 1C |
| Octal | 40 | 155 | 44 | 107 | 0 | 103 | 71 | 173 | 67 | 34 |
| Binary | 100000 | 1101101 | 100100 | 1000111 | 0 | 1000011 | 111001 | 1111011 | 110111 | 11100 |
Color Harmonies of #206D24
Complementary color
Monochromatic Colors of #206D24
Black with #206D24
Text Example
Text Example
White with #206D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206D24; }
p { color: rgb(32,109,36); }
H1.HeaderClassName
{
color: #206D24;
}
.AnyTagClassName
{
color: #206D24;
}
</style>
background-color css
<style>
a { background-color: #206D24; }
a { background-color: rgb(32,109,36); }
div.DivClassName
{
background-color: #206D24;
}
.BgClassName
{
background-color: #206D24;
}
</style>
border-color css
<style>
span { border-color: #206D24; }
span { border-color: rgb(32,109,36); }
td.TdClassName
{
border-color: #206D24;
}
.TagClassName
{
border-color: #206D24;
}
</style>