Shades of San Felix #206C2C
Tints of San Felix #206C2C
RGB
CMYK
RGB Variations
Color information
#206C2C (or 0x206C2C) is known color: San Felix. HEX triplet: 20, 6C and 2C. RGB value is (32,108,44). Sum of RGB (Red+Green+Blue) = 32+108+44=184 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.39% from 184); Green value is 108 (42.58% from 255 or 58.70% from 184); Blue value is 44 (17.58% from 255 or 23.91% from 184); Max value from RGB is 108 - color contains mainly: green. Hex color #206C2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #206C2C is #DF93D3. Grayscale: #4E4E4E. Windows color (decimal): -14652372 or 2911264. OLE color: 2911264.
HSL color Cylindrical-coordinate representation of color #206C2C: hue angle of 129.47º 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 #206C2C is Cyan = 0.70, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 32 | 108 | 44 | - |
| CMYK | 0.70 | 0 | 0.59 | 0.58 |
| HSL | 129.47º | 0.54% | 0.27% | - |
| HSV(B) | 129.47º | 0.7% | 0.42% | - |
| XYZ | 6.41 | 11.21 | 4.21 | - |
| YUV | 77.98 | 108.82 | 95.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 108 | 44 | 0.70 | 0 | 0.59 | 0.58 | 129.47 | 0.54 | 0.27 |
| Hex | 20 | 6C | 2C | 46 | 0 | 3B | 3A | 81 | 36 | 1B |
| Octal | 40 | 154 | 54 | 106 | 0 | 73 | 72 | 201 | 66 | 33 |
| Binary | 100000 | 1101100 | 101100 | 1000110 | 0 | 111011 | 111010 | 10000001 | 110110 | 11011 |
Color Harmonies of #206C2C
Complementary color
Monochromatic Colors of #206C2C
Black with #206C2C
Text Example
Text Example
White with #206C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206C2C; }
p { color: rgb(32,108,44); }
H1.HeaderClassName
{
color: #206C2C;
}
.AnyTagClassName
{
color: #206C2C;
}
</style>
background-color css
<style>
a { background-color: #206C2C; }
a { background-color: rgb(32,108,44); }
div.DivClassName
{
background-color: #206C2C;
}
.BgClassName
{
background-color: #206C2C;
}
</style>
border-color css
<style>
span { border-color: #206C2C; }
span { border-color: rgb(32,108,44); }
td.TdClassName
{
border-color: #206C2C;
}
.TagClassName
{
border-color: #206C2C;
}
</style>