Shades of San Felix #206E2B
Tints of San Felix #206E2B
RGB
CMYK
RGB Variations
Color information
#206E2B (or 0x206E2B) is known color: San Felix. HEX triplet: 20, 6E and 2B. RGB value is (32,110,43). Sum of RGB (Red+Green+Blue) = 32+110+43=185 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.30% from 185); Green value is 110 (43.36% from 255 or 59.46% from 185); Blue value is 43 (17.19% from 255 or 23.24% from 185); Max value from RGB is 110 - color contains mainly: green. Hex color #206E2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #206E2B is #DF91D4. Grayscale: #4F4F4F. Windows color (decimal): -14651861 or 2846240. OLE color: 2846240.
HSL color Cylindrical-coordinate representation of color #206E2B: hue angle of 128.46º 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 #206E2B is Cyan = 0.71, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 32 | 110 | 43 | - |
| CMYK | 0.71 | 0 | 0.61 | 0.57 |
| HSL | 128.46º | 0.55% | 0.28% | - |
| HSV(B) | 128.46º | 0.71% | 0.43% | - |
| XYZ | 6.61 | 11.63 | 4.18 | - |
| YUV | 79.04 | 107.66 | 94.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 110 | 43 | 0.71 | 0 | 0.61 | 0.57 | 128.46 | 0.55 | 0.28 |
| Hex | 20 | 6E | 2B | 47 | 0 | 3D | 39 | 80 | 37 | 1C |
| Octal | 40 | 156 | 53 | 107 | 0 | 75 | 71 | 200 | 67 | 34 |
| Binary | 100000 | 1101110 | 101011 | 1000111 | 0 | 111101 | 111001 | 10000000 | 110111 | 11100 |
Color Harmonies of #206E2B
Complementary color
Monochromatic Colors of #206E2B
Black with #206E2B
Text Example
Text Example
White with #206E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206E2B; }
p { color: rgb(32,110,43); }
H1.HeaderClassName
{
color: #206E2B;
}
.AnyTagClassName
{
color: #206E2B;
}
</style>
background-color css
<style>
a { background-color: #206E2B; }
a { background-color: rgb(32,110,43); }
div.DivClassName
{
background-color: #206E2B;
}
.BgClassName
{
background-color: #206E2B;
}
</style>
border-color css
<style>
span { border-color: #206E2B; }
span { border-color: rgb(32,110,43); }
td.TdClassName
{
border-color: #206E2B;
}
.TagClassName
{
border-color: #206E2B;
}
</style>