Shades of San Felix #206C1D
Tints of San Felix #206C1D
RGB
CMYK
RGB Variations
Color information
#206C1D (or 0x206C1D) is known color: San Felix. HEX triplet: 20, 6C and 1D. RGB value is (32,108,29). Sum of RGB (Red+Green+Blue) = 32+108+29=169 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.93% from 169); Green value is 108 (42.58% from 255 or 63.91% from 169); Blue value is 29 (11.72% from 255 or 17.16% from 169); Max value from RGB is 108 - color contains mainly: green. Hex color #206C1D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #206C1D is #DF93E2. Grayscale: #4C4C4C. Windows color (decimal): -14652387 or 1928224. OLE color: 1928224.
HSL color Cylindrical-coordinate representation of color #206C1D: hue angle of 117.72º degrees, saturation: 0.58, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #206C1D is Cyan = 0.70, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 32 | 108 | 29 | - |
| CMYK | 0.70 | 0 | 0.73 | 0.58 |
| HSL | 117.72º | 0.58% | 0.27% | - |
| HSV(B) | 117.72º | 0.73% | 0.42% | - |
| XYZ | 6.18 | 11.12 | 2.98 | - |
| YUV | 76.27 | 101.32 | 96.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 108 | 29 | 0.70 | 0 | 0.73 | 0.58 | 117.72 | 0.58 | 0.27 |
| Hex | 20 | 6C | 1D | 46 | 0 | 49 | 3A | 76 | 3A | 1B |
| Octal | 40 | 154 | 35 | 106 | 0 | 111 | 72 | 166 | 72 | 33 |
| Binary | 100000 | 1101100 | 11101 | 1000110 | 0 | 1001001 | 111010 | 1110110 | 111010 | 11011 |
Color Harmonies of #206C1D
Complementary color
Monochromatic Colors of #206C1D
Black with #206C1D
Text Example
Text Example
White with #206C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206C1D; }
p { color: rgb(32,108,29); }
H1.HeaderClassName
{
color: #206C1D;
}
.AnyTagClassName
{
color: #206C1D;
}
</style>
background-color css
<style>
a { background-color: #206C1D; }
a { background-color: rgb(32,108,29); }
div.DivClassName
{
background-color: #206C1D;
}
.BgClassName
{
background-color: #206C1D;
}
</style>
border-color css
<style>
span { border-color: #206C1D; }
span { border-color: rgb(32,108,29); }
td.TdClassName
{
border-color: #206C1D;
}
.TagClassName
{
border-color: #206C1D;
}
</style>