Shades of San Felix #206B1E
Tints of San Felix #206B1E
RGB
CMYK
RGB Variations
Color information
#206B1E (or 0x206B1E) is known color: San Felix. HEX triplet: 20, 6B and 1E. RGB value is (32,107,30). Sum of RGB (Red+Green+Blue) = 32+107+30=169 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.93% from 169); Green value is 107 (42.19% from 255 or 63.31% from 169); Blue value is 30 (12.11% from 255 or 17.75% from 169); Max value from RGB is 107 - color contains mainly: green. Hex color #206B1E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #206B1E is #DF94E1. Grayscale: #4C4C4C. Windows color (decimal): -14652642 or 1993504. OLE color: 1993504.
HSL color Cylindrical-coordinate representation of color #206B1E: hue angle of 118.44º degrees, saturation: 0.56, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #206B1E is Cyan = 0.70, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 32 | 107 | 30 | - |
| CMYK | 0.70 | 0 | 0.72 | 0.58 |
| HSL | 118.44º | 0.56% | 0.27% | - |
| HSV(B) | 118.44º | 0.72% | 0.42% | - |
| XYZ | 6.09 | 10.92 | 3.01 | - |
| YUV | 75.8 | 102.15 | 96.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 107 | 30 | 0.70 | 0 | 0.72 | 0.58 | 118.44 | 0.56 | 0.27 |
| Hex | 20 | 6B | 1E | 46 | 0 | 48 | 3A | 76 | 38 | 1B |
| Octal | 40 | 153 | 36 | 106 | 0 | 110 | 72 | 166 | 70 | 33 |
| Binary | 100000 | 1101011 | 11110 | 1000110 | 0 | 1001000 | 111010 | 1110110 | 111000 | 11011 |
Color Harmonies of #206B1E
Complementary color
Monochromatic Colors of #206B1E
Black with #206B1E
Text Example
Text Example
White with #206B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206B1E; }
p { color: rgb(32,107,30); }
H1.HeaderClassName
{
color: #206B1E;
}
.AnyTagClassName
{
color: #206B1E;
}
</style>
background-color css
<style>
a { background-color: #206B1E; }
a { background-color: rgb(32,107,30); }
div.DivClassName
{
background-color: #206B1E;
}
.BgClassName
{
background-color: #206B1E;
}
</style>
border-color css
<style>
span { border-color: #206B1E; }
span { border-color: rgb(32,107,30); }
td.TdClassName
{
border-color: #206B1E;
}
.TagClassName
{
border-color: #206B1E;
}
</style>