Shades of San Felix #20701D
Tints of San Felix #20701D
RGB
CMYK
RGB Variations
Color information
#20701D (or 0x20701D) is known color: San Felix. HEX triplet: 20, 70 and 1D. RGB value is (32,112,29). Sum of RGB (Red+Green+Blue) = 32+112+29=173 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.50% from 173); Green value is 112 (44.14% from 255 or 64.74% from 173); Blue value is 29 (11.72% from 255 or 16.76% from 173); Max value from RGB is 112 - color contains mainly: green. Hex color #20701D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20701D is #DF8FE2. Grayscale: #4E4E4E. Windows color (decimal): -14651363 or 1929248. OLE color: 1929248.
HSL color Cylindrical-coordinate representation of color #20701D: hue angle of 117.83º 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 #20701D is Cyan = 0.71, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 32 | 112 | 29 | - |
| CMYK | 0.71 | 0 | 0.74 | 0.56 |
| HSL | 117.83º | 0.59% | 0.28% | - |
| HSV(B) | 117.83º | 0.74% | 0.44% | - |
| XYZ | 6.61 | 11.98 | 3.13 | - |
| YUV | 78.62 | 100 | 94.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 112 | 29 | 0.71 | 0 | 0.74 | 0.56 | 117.83 | 0.59 | 0.28 |
| Hex | 20 | 70 | 1D | 47 | 0 | 4A | 38 | 76 | 3B | 1C |
| Octal | 40 | 160 | 35 | 107 | 0 | 112 | 70 | 166 | 73 | 34 |
| Binary | 100000 | 1110000 | 11101 | 1000111 | 0 | 1001010 | 111000 | 1110110 | 111011 | 11100 |
Color Harmonies of #20701D
Complementary color
Monochromatic Colors of #20701D
Black with #20701D
Text Example
Text Example
White with #20701D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20701D; }
p { color: rgb(32,112,29); }
H1.HeaderClassName
{
color: #20701D;
}
.AnyTagClassName
{
color: #20701D;
}
</style>
background-color css
<style>
a { background-color: #20701D; }
a { background-color: rgb(32,112,29); }
div.DivClassName
{
background-color: #20701D;
}
.BgClassName
{
background-color: #20701D;
}
</style>
border-color css
<style>
span { border-color: #20701D; }
span { border-color: rgb(32,112,29); }
td.TdClassName
{
border-color: #20701D;
}
.TagClassName
{
border-color: #20701D;
}
</style>