Shades of San Felix #20732F
Tints of San Felix #20732F
RGB
CMYK
RGB Variations
Color information
#20732F (or 0x20732F) is known color: San Felix. HEX triplet: 20, 73 and 2F. RGB value is (32,115,47). Sum of RGB (Red+Green+Blue) = 32+115+47=194 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.49% from 194); Green value is 115 (45.31% from 255 or 59.28% from 194); Blue value is 47 (18.75% from 255 or 24.23% from 194); Max value from RGB is 115 - color contains mainly: green. Hex color #20732F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20732F is #DF8CD0. Grayscale: #525252. Windows color (decimal): -14650577 or 3109664. OLE color: 3109664.
HSL color Cylindrical-coordinate representation of color #20732F: hue angle of 130.84º 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 #20732F is Cyan = 0.72, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 32 | 115 | 47 | - |
| CMYK | 0.72 | 0 | 0.59 | 0.55 |
| HSL | 130.84º | 0.56% | 0.29% | - |
| HSV(B) | 130.84º | 0.72% | 0.45% | - |
| XYZ | 7.24 | 12.77 | 4.77 | - |
| YUV | 82.43 | 108 | 92.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 115 | 47 | 0.72 | 0 | 0.59 | 0.55 | 130.84 | 0.56 | 0.29 |
| Hex | 20 | 73 | 2F | 48 | 0 | 3B | 37 | 83 | 38 | 1D |
| Octal | 40 | 163 | 57 | 110 | 0 | 73 | 67 | 203 | 70 | 35 |
| Binary | 100000 | 1110011 | 101111 | 1001000 | 0 | 111011 | 110111 | 10000011 | 111000 | 11101 |
Color Harmonies of #20732F
Complementary color
Monochromatic Colors of #20732F
Black with #20732F
Text Example
Text Example
White with #20732F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20732F; }
p { color: rgb(32,115,47); }
H1.HeaderClassName
{
color: #20732F;
}
.AnyTagClassName
{
color: #20732F;
}
</style>
background-color css
<style>
a { background-color: #20732F; }
a { background-color: rgb(32,115,47); }
div.DivClassName
{
background-color: #20732F;
}
.BgClassName
{
background-color: #20732F;
}
</style>
border-color css
<style>
span { border-color: #20732F; }
span { border-color: rgb(32,115,47); }
td.TdClassName
{
border-color: #20732F;
}
.TagClassName
{
border-color: #20732F;
}
</style>