Shades of San Felix #206828
Tints of San Felix #206828
RGB
CMYK
RGB Variations
Color information
#206828 (or 0x206828) is known color: San Felix. HEX triplet: 20, 68 and 28. RGB value is (32,104,40). Sum of RGB (Red+Green+Blue) = 32+104+40=176 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.18% from 176); Green value is 104 (41.02% from 255 or 59.09% from 176); Blue value is 40 (16.02% from 255 or 22.73% from 176); Max value from RGB is 104 - color contains mainly: green. Hex color #206828 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #206828 is #DF97D7. Grayscale: #4B4B4B. Windows color (decimal): -14653400 or 2648096. OLE color: 2648096.
HSL color Cylindrical-coordinate representation of color #206828: hue angle of 126.67º 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 #206828 is Cyan = 0.69, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 32 | 104 | 40 | - |
| CMYK | 0.69 | 0 | 0.62 | 0.59 |
| HSL | 126.67º | 0.53% | 0.27% | - |
| HSV(B) | 126.67º | 0.69% | 0.41% | - |
| XYZ | 5.93 | 10.36 | 3.69 | - |
| YUV | 75.18 | 108.15 | 97.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 104 | 40 | 0.69 | 0 | 0.62 | 0.59 | 126.67 | 0.53 | 0.27 |
| Hex | 20 | 68 | 28 | 45 | 0 | 3E | 3B | 7F | 35 | 1B |
| Octal | 40 | 150 | 50 | 105 | 0 | 76 | 73 | 177 | 65 | 33 |
| Binary | 100000 | 1101000 | 101000 | 1000101 | 0 | 111110 | 111011 | 1111111 | 110101 | 11011 |
Color Harmonies of #206828
Complementary color
Monochromatic Colors of #206828
Black with #206828
Text Example
Text Example
White with #206828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206828; }
p { color: rgb(32,104,40); }
H1.HeaderClassName
{
color: #206828;
}
.AnyTagClassName
{
color: #206828;
}
</style>
background-color css
<style>
a { background-color: #206828; }
a { background-color: rgb(32,104,40); }
div.DivClassName
{
background-color: #206828;
}
.BgClassName
{
background-color: #206828;
}
</style>
border-color css
<style>
span { border-color: #206828; }
span { border-color: rgb(32,104,40); }
td.TdClassName
{
border-color: #206828;
}
.TagClassName
{
border-color: #206828;
}
</style>