Shades of San Felix #20742D
Tints of San Felix #20742D
RGB
CMYK
RGB Variations
Color information
#20742D (or 0x20742D) is known color: San Felix. HEX triplet: 20, 74 and 2D. RGB value is (32,116,45). Sum of RGB (Red+Green+Blue) = 32+116+45=193 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.58% from 193); Green value is 116 (45.70% from 255 or 60.10% from 193); Blue value is 45 (17.97% from 255 or 23.32% from 193); Max value from RGB is 116 - color contains mainly: green. Hex color #20742D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20742D is #DF8BD2. Grayscale: #525252. Windows color (decimal): -14650323 or 2978848. OLE color: 2978848.
HSL color Cylindrical-coordinate representation of color #20742D: hue angle of 129.29º degrees, saturation: 0.57, 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 #20742D is Cyan = 0.72, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 32 | 116 | 45 | - |
| CMYK | 0.72 | 0 | 0.61 | 0.55 |
| HSL | 129.29º | 0.57% | 0.29% | - |
| HSV(B) | 129.29º | 0.72% | 0.45% | - |
| XYZ | 7.31 | 12.99 | 4.6 | - |
| YUV | 82.79 | 106.67 | 91.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 116 | 45 | 0.72 | 0 | 0.61 | 0.55 | 129.29 | 0.57 | 0.29 |
| Hex | 20 | 74 | 2D | 48 | 0 | 3D | 37 | 81 | 39 | 1D |
| Octal | 40 | 164 | 55 | 110 | 0 | 75 | 67 | 201 | 71 | 35 |
| Binary | 100000 | 1110100 | 101101 | 1001000 | 0 | 111101 | 110111 | 10000001 | 111001 | 11101 |
Color Harmonies of #20742D
Complementary color
Monochromatic Colors of #20742D
Black with #20742D
Text Example
Text Example
White with #20742D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20742D; }
p { color: rgb(32,116,45); }
H1.HeaderClassName
{
color: #20742D;
}
.AnyTagClassName
{
color: #20742D;
}
</style>
background-color css
<style>
a { background-color: #20742D; }
a { background-color: rgb(32,116,45); }
div.DivClassName
{
background-color: #20742D;
}
.BgClassName
{
background-color: #20742D;
}
</style>
border-color css
<style>
span { border-color: #20742D; }
span { border-color: rgb(32,116,45); }
td.TdClassName
{
border-color: #20742D;
}
.TagClassName
{
border-color: #20742D;
}
</style>