Shades of San Felix #2E7135
Tints of San Felix #2E7135
RGB
CMYK
RGB Variations
Color information
#2E7135 (or 0x2E7135) is known color: San Felix. HEX triplet: 2E, 71 and 35. RGB value is (46,113,53). Sum of RGB (Red+Green+Blue) = 46+113+53=212 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.70% from 212); Green value is 113 (44.53% from 255 or 53.30% from 212); Blue value is 53 (21.09% from 255 or 25% from 212); Max value from RGB is 113 - color contains mainly: green. Hex color #2E7135 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E7135 is #D18ECA. Grayscale: #565656. Windows color (decimal): -13733579 or 3502382. OLE color: 3502382.
HSL color Cylindrical-coordinate representation of color #2E7135: hue angle of 126.27º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2E7135 is Cyan = 0.59, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 46 | 113 | 53 | - |
| CMYK | 0.59 | 0 | 0.53 | 0.56 |
| HSL | 126.27º | 0.42% | 0.31% | - |
| HSV(B) | 126.27º | 0.59% | 0.44% | - |
| XYZ | 7.67 | 12.65 | 5.41 | - |
| YUV | 86.13 | 109.3 | 99.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 113 | 53 | 0.59 | 0 | 0.53 | 0.56 | 126.27 | 0.42 | 0.31 |
| Hex | 2E | 71 | 35 | 3B | 0 | 35 | 38 | 7E | 2A | 1F |
| Octal | 56 | 161 | 65 | 73 | 0 | 65 | 70 | 176 | 52 | 37 |
| Binary | 101110 | 1110001 | 110101 | 111011 | 0 | 110101 | 111000 | 1111110 | 101010 | 11111 |
Color Harmonies of #2E7135
Complementary color
Monochromatic Colors of #2E7135
Black with #2E7135
Text Example
Text Example
White with #2E7135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7135; }
p { color: rgb(46,113,53); }
H1.HeaderClassName
{
color: #2E7135;
}
.AnyTagClassName
{
color: #2E7135;
}
</style>
background-color css
<style>
a { background-color: #2E7135; }
a { background-color: rgb(46,113,53); }
div.DivClassName
{
background-color: #2E7135;
}
.BgClassName
{
background-color: #2E7135;
}
</style>
border-color css
<style>
span { border-color: #2E7135; }
span { border-color: rgb(46,113,53); }
td.TdClassName
{
border-color: #2E7135;
}
.TagClassName
{
border-color: #2E7135;
}
</style>