Shades of San Felix #20722C
Tints of San Felix #20722C
RGB
CMYK
RGB Variations
Color information
#20722C (or 0x20722C) is known color: San Felix. HEX triplet: 20, 72 and 2C. RGB value is (32,114,44). Sum of RGB (Red+Green+Blue) = 32+114+44=190 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.84% from 190); Green value is 114 (44.92% from 255 or 60% from 190); Blue value is 44 (17.58% from 255 or 23.16% from 190); Max value from RGB is 114 - color contains mainly: green. Hex color #20722C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20722C is #DF8DD3. Grayscale: #515151. Windows color (decimal): -14650836 or 2912800. OLE color: 2912800.
HSL color Cylindrical-coordinate representation of color #20722C: hue angle of 128.78º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #20722C is Cyan = 0.72, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 32 | 114 | 44 | - |
| CMYK | 0.72 | 0 | 0.61 | 0.55 |
| HSL | 128.78º | 0.56% | 0.29% | - |
| HSV(B) | 128.78º | 0.72% | 0.45% | - |
| XYZ | 7.07 | 12.52 | 4.43 | - |
| YUV | 81.5 | 106.83 | 92.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 114 | 44 | 0.72 | 0 | 0.61 | 0.55 | 128.78 | 0.56 | 0.29 |
| Hex | 20 | 72 | 2C | 48 | 0 | 3D | 37 | 81 | 38 | 1D |
| Octal | 40 | 162 | 54 | 110 | 0 | 75 | 67 | 201 | 70 | 35 |
| Binary | 100000 | 1110010 | 101100 | 1001000 | 0 | 111101 | 110111 | 10000001 | 111000 | 11101 |
Color Harmonies of #20722C
Complementary color
Monochromatic Colors of #20722C
Black with #20722C
Text Example
Text Example
White with #20722C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20722C; }
p { color: rgb(32,114,44); }
H1.HeaderClassName
{
color: #20722C;
}
.AnyTagClassName
{
color: #20722C;
}
</style>
background-color css
<style>
a { background-color: #20722C; }
a { background-color: rgb(32,114,44); }
div.DivClassName
{
background-color: #20722C;
}
.BgClassName
{
background-color: #20722C;
}
</style>
border-color css
<style>
span { border-color: #20722C; }
span { border-color: rgb(32,114,44); }
td.TdClassName
{
border-color: #20722C;
}
.TagClassName
{
border-color: #20722C;
}
</style>