Shades of San Felix #206F1D
Tints of San Felix #206F1D
RGB
CMYK
RGB Variations
Color information
#206F1D (or 0x206F1D) is known color: San Felix. HEX triplet: 20, 6F and 1D. RGB value is (32,111,29). Sum of RGB (Red+Green+Blue) = 32+111+29=172 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.60% from 172); Green value is 111 (43.75% from 255 or 64.53% from 172); Blue value is 29 (11.72% from 255 or 16.86% from 172); Max value from RGB is 111 - color contains mainly: green. Hex color #206F1D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #206F1D is #DF90E2. Grayscale: #4E4E4E. Windows color (decimal): -14651619 or 1928992. OLE color: 1928992.
HSL color Cylindrical-coordinate representation of color #206F1D: hue angle of 117.8º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #206F1D is Cyan = 0.71, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 32 | 111 | 29 | - |
| CMYK | 0.71 | 0 | 0.74 | 0.56 |
| HSL | 117.8º | 0.59% | 0.27% | - |
| HSV(B) | 117.8º | 0.74% | 0.44% | - |
| XYZ | 6.5 | 11.76 | 3.09 | - |
| YUV | 78.03 | 100.33 | 95.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 111 | 29 | 0.71 | 0 | 0.74 | 0.56 | 117.8 | 0.59 | 0.27 |
| Hex | 20 | 6F | 1D | 47 | 0 | 4A | 38 | 76 | 3B | 1B |
| Octal | 40 | 157 | 35 | 107 | 0 | 112 | 70 | 166 | 73 | 33 |
| Binary | 100000 | 1101111 | 11101 | 1000111 | 0 | 1001010 | 111000 | 1110110 | 111011 | 11011 |
Color Harmonies of #206F1D
Complementary color
Monochromatic Colors of #206F1D
Black with #206F1D
Text Example
Text Example
White with #206F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206F1D; }
p { color: rgb(32,111,29); }
H1.HeaderClassName
{
color: #206F1D;
}
.AnyTagClassName
{
color: #206F1D;
}
</style>
background-color css
<style>
a { background-color: #206F1D; }
a { background-color: rgb(32,111,29); }
div.DivClassName
{
background-color: #206F1D;
}
.BgClassName
{
background-color: #206F1D;
}
</style>
border-color css
<style>
span { border-color: #206F1D; }
span { border-color: rgb(32,111,29); }
td.TdClassName
{
border-color: #206F1D;
}
.TagClassName
{
border-color: #206F1D;
}
</style>