Shades of San Felix #206B1C
Tints of San Felix #206B1C
RGB
CMYK
RGB Variations
Color information
#206B1C (or 0x206B1C) is known color: San Felix. HEX triplet: 20, 6B and 1C. RGB value is (32,107,28). Sum of RGB (Red+Green+Blue) = 32+107+28=167 (22% of max value = 765). Red value is 32 (12.89% from 255 or 19.16% from 167); Green value is 107 (42.19% from 255 or 64.07% from 167); Blue value is 28 (11.33% from 255 or 16.77% from 167); Max value from RGB is 107 - color contains mainly: green. Hex color #206B1C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #206B1C is #DF94E3. Grayscale: #4B4B4B. Windows color (decimal): -14652644 or 1862432. OLE color: 1862432.
HSL color Cylindrical-coordinate representation of color #206B1C: hue angle of 116.96º degrees, saturation: 0.59, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #206B1C is Cyan = 0.70, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 32 | 107 | 28 | - |
| CMYK | 0.70 | 0 | 0.74 | 0.58 |
| HSL | 116.96º | 0.59% | 0.26% | - |
| HSV(B) | 116.96º | 0.74% | 0.42% | - |
| XYZ | 6.06 | 10.91 | 2.88 | - |
| YUV | 75.57 | 101.15 | 96.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 107 | 28 | 0.70 | 0 | 0.74 | 0.58 | 116.96 | 0.59 | 0.26 |
| Hex | 20 | 6B | 1C | 46 | 0 | 4A | 3A | 75 | 3B | 1A |
| Octal | 40 | 153 | 34 | 106 | 0 | 112 | 72 | 165 | 73 | 32 |
| Binary | 100000 | 1101011 | 11100 | 1000110 | 0 | 1001010 | 111010 | 1110101 | 111011 | 11010 |
Color Harmonies of #206B1C
Complementary color
Monochromatic Colors of #206B1C
Black with #206B1C
Text Example
Text Example
White with #206B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206B1C; }
p { color: rgb(32,107,28); }
H1.HeaderClassName
{
color: #206B1C;
}
.AnyTagClassName
{
color: #206B1C;
}
</style>
background-color css
<style>
a { background-color: #206B1C; }
a { background-color: rgb(32,107,28); }
div.DivClassName
{
background-color: #206B1C;
}
.BgClassName
{
background-color: #206B1C;
}
</style>
border-color css
<style>
span { border-color: #206B1C; }
span { border-color: rgb(32,107,28); }
td.TdClassName
{
border-color: #206B1C;
}
.TagClassName
{
border-color: #206B1C;
}
</style>