Shades of San Felix #20782A
Tints of San Felix #20782A
RGB
CMYK
RGB Variations
Color information
#20782A (or 0x20782A) is known color: San Felix. HEX triplet: 20, 78 and 2A. RGB value is (32,120,42). Sum of RGB (Red+Green+Blue) = 32+120+42=194 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.49% from 194); Green value is 120 (47.27% from 255 or 61.86% from 194); Blue value is 42 (16.80% from 255 or 21.65% from 194); Max value from RGB is 120 - color contains mainly: green. Hex color #20782A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20782A is #DF87D5. Grayscale: #555555. Windows color (decimal): -14649302 or 2783264. OLE color: 2783264.
HSL color Cylindrical-coordinate representation of color #20782A: hue angle of 126.82º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #20782A is Cyan = 0.73, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 32 | 120 | 42 | - |
| CMYK | 0.73 | 0 | 0.65 | 0.53 |
| HSL | 126.82º | 0.58% | 0.3% | - |
| HSV(B) | 126.82º | 0.73% | 0.47% | - |
| XYZ | 7.73 | 13.91 | 4.47 | - |
| YUV | 84.8 | 103.85 | 90.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 120 | 42 | 0.73 | 0 | 0.65 | 0.53 | 126.82 | 0.58 | 0.3 |
| Hex | 20 | 78 | 2A | 49 | 0 | 41 | 35 | 7F | 3A | 1E |
| Octal | 40 | 170 | 52 | 111 | 0 | 101 | 65 | 177 | 72 | 36 |
| Binary | 100000 | 1111000 | 101010 | 1001001 | 0 | 1000001 | 110101 | 1111111 | 111010 | 11110 |
Color Harmonies of #20782A
Complementary color
Monochromatic Colors of #20782A
Black with #20782A
Text Example
Text Example
White with #20782A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20782A; }
p { color: rgb(32,120,42); }
H1.HeaderClassName
{
color: #20782A;
}
.AnyTagClassName
{
color: #20782A;
}
</style>
background-color css
<style>
a { background-color: #20782A; }
a { background-color: rgb(32,120,42); }
div.DivClassName
{
background-color: #20782A;
}
.BgClassName
{
background-color: #20782A;
}
</style>
border-color css
<style>
span { border-color: #20782A; }
span { border-color: rgb(32,120,42); }
td.TdClassName
{
border-color: #20782A;
}
.TagClassName
{
border-color: #20782A;
}
</style>