Shades of San Felix #206821
Tints of San Felix #206821
RGB
CMYK
RGB Variations
Color information
#206821 (or 0x206821) is known color: San Felix. HEX triplet: 20, 68 and 21. RGB value is (32,104,33). Sum of RGB (Red+Green+Blue) = 32+104+33=169 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.93% from 169); Green value is 104 (41.02% from 255 or 61.54% from 169); Blue value is 33 (13.28% from 255 or 19.53% from 169); Max value from RGB is 104 - color contains mainly: green. Hex color #206821 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #206821 is #DF97DE. Grayscale: #4A4A4A. Windows color (decimal): -14653407 or 2189344. OLE color: 2189344.
HSL color Cylindrical-coordinate representation of color #206821: hue angle of 120.83º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #206821 is Cyan = 0.69, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 32 | 104 | 33 | - |
| CMYK | 0.69 | 0 | 0.68 | 0.59 |
| HSL | 120.83º | 0.53% | 0.27% | - |
| HSV(B) | 120.83º | 0.69% | 0.41% | - |
| XYZ | 5.82 | 10.32 | 3.12 | - |
| YUV | 74.38 | 104.65 | 97.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 104 | 33 | 0.69 | 0 | 0.68 | 0.59 | 120.83 | 0.53 | 0.27 |
| Hex | 20 | 68 | 21 | 45 | 0 | 44 | 3B | 79 | 35 | 1B |
| Octal | 40 | 150 | 41 | 105 | 0 | 104 | 73 | 171 | 65 | 33 |
| Binary | 100000 | 1101000 | 100001 | 1000101 | 0 | 1000100 | 111011 | 1111001 | 110101 | 11011 |
Color Harmonies of #206821
Complementary color
Monochromatic Colors of #206821
Black with #206821
Text Example
Text Example
White with #206821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206821; }
p { color: rgb(32,104,33); }
H1.HeaderClassName
{
color: #206821;
}
.AnyTagClassName
{
color: #206821;
}
</style>
background-color css
<style>
a { background-color: #206821; }
a { background-color: rgb(32,104,33); }
div.DivClassName
{
background-color: #206821;
}
.BgClassName
{
background-color: #206821;
}
</style>
border-color css
<style>
span { border-color: #206821; }
span { border-color: rgb(32,104,33); }
td.TdClassName
{
border-color: #206821;
}
.TagClassName
{
border-color: #206821;
}
</style>