Shades of San Felix #206F2B
Tints of San Felix #206F2B
RGB
CMYK
RGB Variations
Color information
#206F2B (or 0x206F2B) is known color: San Felix. HEX triplet: 20, 6F and 2B. RGB value is (32,111,43). Sum of RGB (Red+Green+Blue) = 32+111+43=186 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.20% from 186); Green value is 111 (43.75% from 255 or 59.68% from 186); Blue value is 43 (17.19% from 255 or 23.12% from 186); Max value from RGB is 111 - color contains mainly: green. Hex color #206F2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #206F2B is #DF90D4. Grayscale: #4F4F4F. Windows color (decimal): -14651605 or 2846496. OLE color: 2846496.
HSL color Cylindrical-coordinate representation of color #206F2B: hue angle of 128.35º 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 #206F2B is Cyan = 0.71, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 32 | 111 | 43 | - |
| CMYK | 0.71 | 0 | 0.61 | 0.56 |
| HSL | 128.35º | 0.55% | 0.28% | - |
| HSV(B) | 128.35º | 0.71% | 0.44% | - |
| XYZ | 6.72 | 11.85 | 4.22 | - |
| YUV | 79.63 | 107.33 | 94.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 111 | 43 | 0.71 | 0 | 0.61 | 0.56 | 128.35 | 0.55 | 0.28 |
| Hex | 20 | 6F | 2B | 47 | 0 | 3D | 38 | 80 | 37 | 1C |
| Octal | 40 | 157 | 53 | 107 | 0 | 75 | 70 | 200 | 67 | 34 |
| Binary | 100000 | 1101111 | 101011 | 1000111 | 0 | 111101 | 111000 | 10000000 | 110111 | 11100 |
Color Harmonies of #206F2B
Complementary color
Monochromatic Colors of #206F2B
Black with #206F2B
Text Example
Text Example
White with #206F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206F2B; }
p { color: rgb(32,111,43); }
H1.HeaderClassName
{
color: #206F2B;
}
.AnyTagClassName
{
color: #206F2B;
}
</style>
background-color css
<style>
a { background-color: #206F2B; }
a { background-color: rgb(32,111,43); }
div.DivClassName
{
background-color: #206F2B;
}
.BgClassName
{
background-color: #206F2B;
}
</style>
border-color css
<style>
span { border-color: #206F2B; }
span { border-color: rgb(32,111,43); }
td.TdClassName
{
border-color: #206F2B;
}
.TagClassName
{
border-color: #206F2B;
}
</style>