Shades of San Felix #20732E
Tints of San Felix #20732E
RGB
CMYK
RGB Variations
Color information
#20732E (or 0x20732E) is known color: San Felix. HEX triplet: 20, 73 and 2E. RGB value is (32,115,46). Sum of RGB (Red+Green+Blue) = 32+115+46=193 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.58% from 193); Green value is 115 (45.31% from 255 or 59.59% from 193); Blue value is 46 (18.36% from 255 or 23.83% from 193); Max value from RGB is 115 - color contains mainly: green. Hex color #20732E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20732E is #DF8CD1. Grayscale: #525252. Windows color (decimal): -14650578 or 3044128. OLE color: 3044128.
HSL color Cylindrical-coordinate representation of color #20732E: hue angle of 130.12º 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 #20732E is Cyan = 0.72, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 32 | 115 | 46 | - |
| CMYK | 0.72 | 0 | 0.6 | 0.55 |
| HSL | 130.12º | 0.56% | 0.29% | - |
| HSV(B) | 130.12º | 0.72% | 0.45% | - |
| XYZ | 7.22 | 12.77 | 4.67 | - |
| YUV | 82.32 | 107.5 | 92.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 115 | 46 | 0.72 | 0 | 0.6 | 0.55 | 130.12 | 0.56 | 0.29 |
| Hex | 20 | 73 | 2E | 48 | 0 | 3C | 37 | 82 | 38 | 1D |
| Octal | 40 | 163 | 56 | 110 | 0 | 74 | 67 | 202 | 70 | 35 |
| Binary | 100000 | 1110011 | 101110 | 1001000 | 0 | 111100 | 110111 | 10000010 | 111000 | 11101 |
Color Harmonies of #20732E
Complementary color
Monochromatic Colors of #20732E
Black with #20732E
Text Example
Text Example
White with #20732E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20732E; }
p { color: rgb(32,115,46); }
H1.HeaderClassName
{
color: #20732E;
}
.AnyTagClassName
{
color: #20732E;
}
</style>
background-color css
<style>
a { background-color: #20732E; }
a { background-color: rgb(32,115,46); }
div.DivClassName
{
background-color: #20732E;
}
.BgClassName
{
background-color: #20732E;
}
</style>
border-color css
<style>
span { border-color: #20732E; }
span { border-color: rgb(32,115,46); }
td.TdClassName
{
border-color: #20732E;
}
.TagClassName
{
border-color: #20732E;
}
</style>