Shades of San Felix #20711D
Tints of San Felix #20711D
RGB
CMYK
RGB Variations
Color information
#20711D (or 0x20711D) is known color: San Felix. HEX triplet: 20, 71 and 1D. RGB value is (32,113,29). Sum of RGB (Red+Green+Blue) = 32+113+29=174 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.39% from 174); Green value is 113 (44.53% from 255 or 64.94% from 174); Blue value is 29 (11.72% from 255 or 16.67% from 174); Max value from RGB is 113 - color contains mainly: green. Hex color #20711D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20711D is #DF8EE2. Grayscale: #4F4F4F. Windows color (decimal): -14651107 or 1929504. OLE color: 1929504.
HSL color Cylindrical-coordinate representation of color #20711D: hue angle of 117.86º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #20711D is Cyan = 0.72, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 32 | 113 | 29 | - |
| CMYK | 0.72 | 0 | 0.74 | 0.56 |
| HSL | 117.86º | 0.59% | 0.28% | - |
| HSV(B) | 117.86º | 0.74% | 0.44% | - |
| XYZ | 6.72 | 12.21 | 3.16 | - |
| YUV | 79.21 | 99.66 | 94.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 113 | 29 | 0.72 | 0 | 0.74 | 0.56 | 117.86 | 0.59 | 0.28 |
| Hex | 20 | 71 | 1D | 48 | 0 | 4A | 38 | 76 | 3B | 1C |
| Octal | 40 | 161 | 35 | 110 | 0 | 112 | 70 | 166 | 73 | 34 |
| Binary | 100000 | 1110001 | 11101 | 1001000 | 0 | 1001010 | 111000 | 1110110 | 111011 | 11100 |
Color Harmonies of #20711D
Complementary color
Monochromatic Colors of #20711D
Black with #20711D
Text Example
Text Example
White with #20711D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20711D; }
p { color: rgb(32,113,29); }
H1.HeaderClassName
{
color: #20711D;
}
.AnyTagClassName
{
color: #20711D;
}
</style>
background-color css
<style>
a { background-color: #20711D; }
a { background-color: rgb(32,113,29); }
div.DivClassName
{
background-color: #20711D;
}
.BgClassName
{
background-color: #20711D;
}
</style>
border-color css
<style>
span { border-color: #20711D; }
span { border-color: rgb(32,113,29); }
td.TdClassName
{
border-color: #20711D;
}
.TagClassName
{
border-color: #20711D;
}
</style>