Shades of San Felix #206F29
Tints of San Felix #206F29
RGB
CMYK
RGB Variations
Color information
#206F29 (or 0x206F29) is known color: San Felix. HEX triplet: 20, 6F and 29. RGB value is (32,111,41). Sum of RGB (Red+Green+Blue) = 32+111+41=184 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.39% from 184); Green value is 111 (43.75% from 255 or 60.33% from 184); Blue value is 41 (16.41% from 255 or 22.28% from 184); Max value from RGB is 111 - color contains mainly: green. Hex color #206F29 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #206F29 is #DF90D6. Grayscale: #4F4F4F. Windows color (decimal): -14651607 or 2715424. OLE color: 2715424.
HSL color Cylindrical-coordinate representation of color #206F29: hue angle of 126.84º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #206F29 is Cyan = 0.71, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 32 | 111 | 41 | - |
| CMYK | 0.71 | 0 | 0.63 | 0.56 |
| HSL | 126.84º | 0.55% | 0.28% | - |
| HSV(B) | 126.84º | 0.71% | 0.44% | - |
| XYZ | 6.68 | 11.84 | 4.03 | - |
| YUV | 79.4 | 106.33 | 94.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 111 | 41 | 0.71 | 0 | 0.63 | 0.56 | 126.84 | 0.55 | 0.28 |
| Hex | 20 | 6F | 29 | 47 | 0 | 3F | 38 | 7F | 37 | 1C |
| Octal | 40 | 157 | 51 | 107 | 0 | 77 | 70 | 177 | 67 | 34 |
| Binary | 100000 | 1101111 | 101001 | 1000111 | 0 | 111111 | 111000 | 1111111 | 110111 | 11100 |
Color Harmonies of #206F29
Complementary color
Monochromatic Colors of #206F29
Black with #206F29
Text Example
Text Example
White with #206F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206F29; }
p { color: rgb(32,111,41); }
H1.HeaderClassName
{
color: #206F29;
}
.AnyTagClassName
{
color: #206F29;
}
</style>
background-color css
<style>
a { background-color: #206F29; }
a { background-color: rgb(32,111,41); }
div.DivClassName
{
background-color: #206F29;
}
.BgClassName
{
background-color: #206F29;
}
</style>
border-color css
<style>
span { border-color: #206F29; }
span { border-color: rgb(32,111,41); }
td.TdClassName
{
border-color: #206F29;
}
.TagClassName
{
border-color: #206F29;
}
</style>