Shades of San Felix #20762F
Tints of San Felix #20762F
RGB
CMYK
RGB Variations
Color information
#20762F (or 0x20762F) is known color: San Felix. HEX triplet: 20, 76 and 2F. RGB value is (32,118,47). Sum of RGB (Red+Green+Blue) = 32+118+47=197 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16.24% from 197); Green value is 118 (46.48% from 255 or 59.90% from 197); Blue value is 47 (18.75% from 255 or 23.86% from 197); Max value from RGB is 118 - color contains mainly: green. Hex color #20762F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20762F is #DF89D0. Grayscale: #545454. Windows color (decimal): -14649809 or 3110432. OLE color: 3110432.
HSL color Cylindrical-coordinate representation of color #20762F: hue angle of 130.47º 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 #20762F is Cyan = 0.73, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 32 | 118 | 47 | - |
| CMYK | 0.73 | 0 | 0.60 | 0.54 |
| HSL | 130.47º | 0.57% | 0.29% | - |
| HSV(B) | 130.47º | 0.73% | 0.46% | - |
| XYZ | 7.59 | 13.47 | 4.89 | - |
| YUV | 84.19 | 107.01 | 90.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 118 | 47 | 0.73 | 0 | 0.60 | 0.54 | 130.47 | 0.57 | 0.29 |
| Hex | 20 | 76 | 2F | 49 | 0 | 3C | 36 | 82 | 39 | 1D |
| Octal | 40 | 166 | 57 | 111 | 0 | 74 | 66 | 202 | 71 | 35 |
| Binary | 100000 | 1110110 | 101111 | 1001001 | 0 | 111100 | 110110 | 10000010 | 111001 | 11101 |
Color Harmonies of #20762F
Complementary color
Monochromatic Colors of #20762F
Black with #20762F
Text Example
Text Example
White with #20762F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20762F; }
p { color: rgb(32,118,47); }
H1.HeaderClassName
{
color: #20762F;
}
.AnyTagClassName
{
color: #20762F;
}
</style>
background-color css
<style>
a { background-color: #20762F; }
a { background-color: rgb(32,118,47); }
div.DivClassName
{
background-color: #20762F;
}
.BgClassName
{
background-color: #20762F;
}
</style>
border-color css
<style>
span { border-color: #20762F; }
span { border-color: rgb(32,118,47); }
td.TdClassName
{
border-color: #20762F;
}
.TagClassName
{
border-color: #20762F;
}
</style>