Shades of San Felix #206928
Tints of San Felix #206928
RGB
CMYK
RGB Variations
Color information
#206928 (or 0x206928) is known color: San Felix. HEX triplet: 20, 69 and 28. RGB value is (32,105,40). Sum of RGB (Red+Green+Blue) = 32+105+40=177 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.08% from 177); Green value is 105 (41.41% from 255 or 59.32% from 177); Blue value is 40 (16.02% from 255 or 22.60% from 177); Max value from RGB is 105 - color contains mainly: green. Hex color #206928 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #206928 is #DF96D7. Grayscale: #4B4B4B. Windows color (decimal): -14653144 or 2648352. OLE color: 2648352.
HSL color Cylindrical-coordinate representation of color #206928: hue angle of 126.58º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #206928 is Cyan = 0.70, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 32 | 105 | 40 | - |
| CMYK | 0.70 | 0 | 0.62 | 0.59 |
| HSL | 126.58º | 0.53% | 0.27% | - |
| HSV(B) | 126.58º | 0.7% | 0.41% | - |
| XYZ | 6.03 | 10.56 | 3.73 | - |
| YUV | 75.76 | 107.82 | 96.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 105 | 40 | 0.70 | 0 | 0.62 | 0.59 | 126.58 | 0.53 | 0.27 |
| Hex | 20 | 69 | 28 | 46 | 0 | 3E | 3B | 7F | 35 | 1B |
| Octal | 40 | 151 | 50 | 106 | 0 | 76 | 73 | 177 | 65 | 33 |
| Binary | 100000 | 1101001 | 101000 | 1000110 | 0 | 111110 | 111011 | 1111111 | 110101 | 11011 |
Color Harmonies of #206928
Complementary color
Monochromatic Colors of #206928
Black with #206928
Text Example
Text Example
White with #206928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206928; }
p { color: rgb(32,105,40); }
H1.HeaderClassName
{
color: #206928;
}
.AnyTagClassName
{
color: #206928;
}
</style>
background-color css
<style>
a { background-color: #206928; }
a { background-color: rgb(32,105,40); }
div.DivClassName
{
background-color: #206928;
}
.BgClassName
{
background-color: #206928;
}
</style>
border-color css
<style>
span { border-color: #206928; }
span { border-color: rgb(32,105,40); }
td.TdClassName
{
border-color: #206928;
}
.TagClassName
{
border-color: #206928;
}
</style>