Shades of San Felix #2E753F
Tints of San Felix #2E753F
RGB
CMYK
RGB Variations
Color information
#2E753F (or 0x2E753F) is known color: San Felix. HEX triplet: 2E, 75 and 3F. RGB value is (46,117,63). Sum of RGB (Red+Green+Blue) = 46+117+63=226 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.35% from 226); Green value is 117 (46.09% from 255 or 51.77% from 226); Blue value is 63 (25% from 255 or 27.88% from 226); Max value from RGB is 117 - color contains mainly: green. Hex color #2E753F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E753F is #D18AC0. Grayscale: #595959. Windows color (decimal): -13732545 or 4158766. OLE color: 4158766.
HSL color Cylindrical-coordinate representation of color #2E753F: hue angle of 134.37º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2E753F is Cyan = 0.61, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 46 | 117 | 63 | - |
| CMYK | 0.61 | 0 | 0.46 | 0.54 |
| HSL | 134.37º | 0.44% | 0.32% | - |
| HSV(B) | 134.37º | 0.61% | 0.46% | - |
| XYZ | 8.39 | 13.66 | 6.9 | - |
| YUV | 89.62 | 112.98 | 96.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 117 | 63 | 0.61 | 0 | 0.46 | 0.54 | 134.37 | 0.44 | 0.32 |
| Hex | 2E | 75 | 3F | 3D | 0 | 2E | 36 | 86 | 2C | 20 |
| Octal | 56 | 165 | 77 | 75 | 0 | 56 | 66 | 206 | 54 | 40 |
| Binary | 101110 | 1110101 | 111111 | 111101 | 0 | 101110 | 110110 | 10000110 | 101100 | 100000 |
Color Harmonies of #2E753F
Complementary color
Monochromatic Colors of #2E753F
Black with #2E753F
Text Example
Text Example
White with #2E753F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E753F; }
p { color: rgb(46,117,63); }
H1.HeaderClassName
{
color: #2E753F;
}
.AnyTagClassName
{
color: #2E753F;
}
</style>
background-color css
<style>
a { background-color: #2E753F; }
a { background-color: rgb(46,117,63); }
div.DivClassName
{
background-color: #2E753F;
}
.BgClassName
{
background-color: #2E753F;
}
</style>
border-color css
<style>
span { border-color: #2E753F; }
span { border-color: rgb(46,117,63); }
td.TdClassName
{
border-color: #2E753F;
}
.TagClassName
{
border-color: #2E753F;
}
</style>