Shades of San Felix #20752B
Tints of San Felix #20752B
RGB
CMYK
RGB Variations
Color information
#20752B (or 0x20752B) is known color: San Felix. HEX triplet: 20, 75 and 2B. RGB value is (32,117,43). Sum of RGB (Red+Green+Blue) = 32+117+43=192 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.67% from 192); Green value is 117 (46.09% from 255 or 60.94% from 192); Blue value is 43 (17.19% from 255 or 22.40% from 192); Max value from RGB is 117 - color contains mainly: green. Hex color #20752B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20752B is #DF8AD4. Grayscale: #535353. Windows color (decimal): -14650069 or 2848032. OLE color: 2848032.
HSL color Cylindrical-coordinate representation of color #20752B: hue angle of 127.76º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #20752B is Cyan = 0.73, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 32 | 117 | 43 | - |
| CMYK | 0.73 | 0 | 0.63 | 0.54 |
| HSL | 127.76º | 0.57% | 0.29% | - |
| HSV(B) | 127.76º | 0.73% | 0.46% | - |
| XYZ | 7.39 | 13.2 | 4.44 | - |
| YUV | 83.15 | 105.34 | 91.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 117 | 43 | 0.73 | 0 | 0.63 | 0.54 | 127.76 | 0.57 | 0.29 |
| Hex | 20 | 75 | 2B | 49 | 0 | 3F | 36 | 80 | 39 | 1D |
| Octal | 40 | 165 | 53 | 111 | 0 | 77 | 66 | 200 | 71 | 35 |
| Binary | 100000 | 1110101 | 101011 | 1001001 | 0 | 111111 | 110110 | 10000000 | 111001 | 11101 |
Color Harmonies of #20752B
Complementary color
Monochromatic Colors of #20752B
Black with #20752B
Text Example
Text Example
White with #20752B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20752B; }
p { color: rgb(32,117,43); }
H1.HeaderClassName
{
color: #20752B;
}
.AnyTagClassName
{
color: #20752B;
}
</style>
background-color css
<style>
a { background-color: #20752B; }
a { background-color: rgb(32,117,43); }
div.DivClassName
{
background-color: #20752B;
}
.BgClassName
{
background-color: #20752B;
}
</style>
border-color css
<style>
span { border-color: #20752B; }
span { border-color: rgb(32,117,43); }
td.TdClassName
{
border-color: #20752B;
}
.TagClassName
{
border-color: #20752B;
}
</style>