Shades of San Felix #2E7338
Tints of San Felix #2E7338
RGB
CMYK
RGB Variations
Color information
#2E7338 (or 0x2E7338) is known color: San Felix. HEX triplet: 2E, 73 and 38. RGB value is (46,115,56). Sum of RGB (Red+Green+Blue) = 46+115+56=217 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.20% from 217); Green value is 115 (45.31% from 255 or 53.00% from 217); Blue value is 56 (22.27% from 255 or 25.81% from 217); Max value from RGB is 115 - color contains mainly: green. Hex color #2E7338 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E7338 is #D18CC7. Grayscale: #575757. Windows color (decimal): -13733064 or 3699502. OLE color: 3699502.
HSL color Cylindrical-coordinate representation of color #2E7338: hue angle of 128.7º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2E7338 is Cyan = 0.6, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 46 | 115 | 56 | - |
| CMYK | 0.6 | 0 | 0.51 | 0.55 |
| HSL | 128.7º | 0.43% | 0.32% | - |
| HSV(B) | 128.7º | 0.6% | 0.45% | - |
| XYZ | 7.97 | 13.13 | 5.86 | - |
| YUV | 87.64 | 110.14 | 98.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 115 | 56 | 0.6 | 0 | 0.51 | 0.55 | 128.7 | 0.43 | 0.32 |
| Hex | 2E | 73 | 38 | 3C | 0 | 33 | 37 | 81 | 2B | 20 |
| Octal | 56 | 163 | 70 | 74 | 0 | 63 | 67 | 201 | 53 | 40 |
| Binary | 101110 | 1110011 | 111000 | 111100 | 0 | 110011 | 110111 | 10000001 | 101011 | 100000 |
Color Harmonies of #2E7338
Complementary color
Monochromatic Colors of #2E7338
Black with #2E7338
Text Example
Text Example
White with #2E7338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7338; }
p { color: rgb(46,115,56); }
H1.HeaderClassName
{
color: #2E7338;
}
.AnyTagClassName
{
color: #2E7338;
}
</style>
background-color css
<style>
a { background-color: #2E7338; }
a { background-color: rgb(46,115,56); }
div.DivClassName
{
background-color: #2E7338;
}
.BgClassName
{
background-color: #2E7338;
}
</style>
border-color css
<style>
span { border-color: #2E7338; }
span { border-color: rgb(46,115,56); }
td.TdClassName
{
border-color: #2E7338;
}
.TagClassName
{
border-color: #2E7338;
}
</style>