Shades of San Felix #206C2A
Tints of San Felix #206C2A
RGB
CMYK
RGB Variations
Color information
#206C2A (or 0x206C2A) is known color: San Felix. HEX triplet: 20, 6C and 2A. RGB value is (32,108,42). Sum of RGB (Red+Green+Blue) = 32+108+42=182 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.58% from 182); Green value is 108 (42.58% from 255 or 59.34% from 182); Blue value is 42 (16.80% from 255 or 23.08% from 182); Max value from RGB is 108 - color contains mainly: green. Hex color #206C2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #206C2A is #DF93D5. Grayscale: #4D4D4D. Windows color (decimal): -14652374 or 2780192. OLE color: 2780192.
HSL color Cylindrical-coordinate representation of color #206C2A: hue angle of 127.89º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #206C2A is Cyan = 0.70, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 32 | 108 | 42 | - |
| CMYK | 0.70 | 0 | 0.61 | 0.58 |
| HSL | 127.89º | 0.54% | 0.27% | - |
| HSV(B) | 127.89º | 0.7% | 0.42% | - |
| XYZ | 6.38 | 11.2 | 4.02 | - |
| YUV | 77.75 | 107.82 | 95.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 108 | 42 | 0.70 | 0 | 0.61 | 0.58 | 127.89 | 0.54 | 0.27 |
| Hex | 20 | 6C | 2A | 46 | 0 | 3D | 3A | 80 | 36 | 1B |
| Octal | 40 | 154 | 52 | 106 | 0 | 75 | 72 | 200 | 66 | 33 |
| Binary | 100000 | 1101100 | 101010 | 1000110 | 0 | 111101 | 111010 | 10000000 | 110110 | 11011 |
Color Harmonies of #206C2A
Complementary color
Monochromatic Colors of #206C2A
Black with #206C2A
Text Example
Text Example
White with #206C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206C2A; }
p { color: rgb(32,108,42); }
H1.HeaderClassName
{
color: #206C2A;
}
.AnyTagClassName
{
color: #206C2A;
}
</style>
background-color css
<style>
a { background-color: #206C2A; }
a { background-color: rgb(32,108,42); }
div.DivClassName
{
background-color: #206C2A;
}
.BgClassName
{
background-color: #206C2A;
}
</style>
border-color css
<style>
span { border-color: #206C2A; }
span { border-color: rgb(32,108,42); }
td.TdClassName
{
border-color: #206C2A;
}
.TagClassName
{
border-color: #206C2A;
}
</style>