Shades of San Felix #20762E
Tints of San Felix #20762E
RGB
CMYK
RGB Variations
Color information
#20762E (or 0x20762E) is known color: San Felix. HEX triplet: 20, 76 and 2E. RGB value is (32,118,46). Sum of RGB (Red+Green+Blue) = 32+118+46=196 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.33% from 196); Green value is 118 (46.48% from 255 or 60.20% from 196); Blue value is 46 (18.36% from 255 or 23.47% from 196); Max value from RGB is 118 - color contains mainly: green. Hex color #20762E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20762E is #DF89D1. Grayscale: #545454. Windows color (decimal): -14649810 or 3044896. OLE color: 3044896.
HSL color Cylindrical-coordinate representation of color #20762E: hue angle of 129.77º 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 #20762E is Cyan = 0.73, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 32 | 118 | 46 | - |
| CMYK | 0.73 | 0 | 0.61 | 0.54 |
| HSL | 129.77º | 0.57% | 0.29% | - |
| HSV(B) | 129.77º | 0.73% | 0.46% | - |
| XYZ | 7.57 | 13.46 | 4.78 | - |
| YUV | 84.08 | 106.51 | 90.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 118 | 46 | 0.73 | 0 | 0.61 | 0.54 | 129.77 | 0.57 | 0.29 |
| Hex | 20 | 76 | 2E | 49 | 0 | 3D | 36 | 82 | 39 | 1D |
| Octal | 40 | 166 | 56 | 111 | 0 | 75 | 66 | 202 | 71 | 35 |
| Binary | 100000 | 1110110 | 101110 | 1001001 | 0 | 111101 | 110110 | 10000010 | 111001 | 11101 |
Color Harmonies of #20762E
Complementary color
Monochromatic Colors of #20762E
Black with #20762E
Text Example
Text Example
White with #20762E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20762E; }
p { color: rgb(32,118,46); }
H1.HeaderClassName
{
color: #20762E;
}
.AnyTagClassName
{
color: #20762E;
}
</style>
background-color css
<style>
a { background-color: #20762E; }
a { background-color: rgb(32,118,46); }
div.DivClassName
{
background-color: #20762E;
}
.BgClassName
{
background-color: #20762E;
}
</style>
border-color css
<style>
span { border-color: #20762E; }
span { border-color: rgb(32,118,46); }
td.TdClassName
{
border-color: #20762E;
}
.TagClassName
{
border-color: #20762E;
}
</style>