Shades of San Felix #20681F
Tints of San Felix #20681F
RGB
CMYK
RGB Variations
Color information
#20681F (or 0x20681F) is known color: San Felix. HEX triplet: 20, 68 and 1F. RGB value is (32,104,31). Sum of RGB (Red+Green+Blue) = 32+104+31=167 (22% of max value = 765). Red value is 32 (12.89% from 255 or 19.16% from 167); Green value is 104 (41.02% from 255 or 62.28% from 167); Blue value is 31 (12.5% from 255 or 18.56% from 167); Max value from RGB is 104 - color contains mainly: green. Hex color #20681F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20681F is #DF97E0. Grayscale: #4A4A4A. Windows color (decimal): -14653409 or 2058272. OLE color: 2058272.
HSL color Cylindrical-coordinate representation of color #20681F: hue angle of 119.18º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #20681F is Cyan = 0.69, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 32 | 104 | 31 | - |
| CMYK | 0.69 | 0 | 0.70 | 0.59 |
| HSL | 119.18º | 0.54% | 0.26% | - |
| HSV(B) | 119.18º | 0.7% | 0.41% | - |
| XYZ | 5.79 | 10.31 | 2.98 | - |
| YUV | 74.15 | 103.65 | 97.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 104 | 31 | 0.69 | 0 | 0.70 | 0.59 | 119.18 | 0.54 | 0.26 |
| Hex | 20 | 68 | 1F | 45 | 0 | 46 | 3B | 77 | 36 | 1A |
| Octal | 40 | 150 | 37 | 105 | 0 | 106 | 73 | 167 | 66 | 32 |
| Binary | 100000 | 1101000 | 11111 | 1000101 | 0 | 1000110 | 111011 | 1110111 | 110110 | 11010 |
Color Harmonies of #20681F
Complementary color
Monochromatic Colors of #20681F
Black with #20681F
Text Example
Text Example
White with #20681F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20681F; }
p { color: rgb(32,104,31); }
H1.HeaderClassName
{
color: #20681F;
}
.AnyTagClassName
{
color: #20681F;
}
</style>
background-color css
<style>
a { background-color: #20681F; }
a { background-color: rgb(32,104,31); }
div.DivClassName
{
background-color: #20681F;
}
.BgClassName
{
background-color: #20681F;
}
</style>
border-color css
<style>
span { border-color: #20681F; }
span { border-color: rgb(32,104,31); }
td.TdClassName
{
border-color: #20681F;
}
.TagClassName
{
border-color: #20681F;
}
</style>