Shades of San Felix #2E743B
Tints of San Felix #2E743B
RGB
CMYK
RGB Variations
Color information
#2E743B (or 0x2E743B) is known color: San Felix. HEX triplet: 2E, 74 and 3B. RGB value is (46,116,59). Sum of RGB (Red+Green+Blue) = 46+116+59=221 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.81% from 221); Green value is 116 (45.70% from 255 or 52.49% from 221); Blue value is 59 (23.44% from 255 or 26.70% from 221); Max value from RGB is 116 - color contains mainly: green. Hex color #2E743B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E743B is #D18BC4. Grayscale: #585858. Windows color (decimal): -13732805 or 3896366. OLE color: 3896366.
HSL color Cylindrical-coordinate representation of color #2E743B: hue angle of 131.14º 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 #2E743B is Cyan = 0.60, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 46 | 116 | 59 | - |
| CMYK | 0.60 | 0 | 0.49 | 0.55 |
| HSL | 131.14º | 0.43% | 0.32% | - |
| HSV(B) | 131.14º | 0.6% | 0.45% | - |
| XYZ | 8.16 | 13.39 | 6.29 | - |
| YUV | 88.57 | 111.31 | 97.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 116 | 59 | 0.60 | 0 | 0.49 | 0.55 | 131.14 | 0.43 | 0.32 |
| Hex | 2E | 74 | 3B | 3C | 0 | 31 | 37 | 83 | 2B | 20 |
| Octal | 56 | 164 | 73 | 74 | 0 | 61 | 67 | 203 | 53 | 40 |
| Binary | 101110 | 1110100 | 111011 | 111100 | 0 | 110001 | 110111 | 10000011 | 101011 | 100000 |
Color Harmonies of #2E743B
Complementary color
Monochromatic Colors of #2E743B
Black with #2E743B
Text Example
Text Example
White with #2E743B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E743B; }
p { color: rgb(46,116,59); }
H1.HeaderClassName
{
color: #2E743B;
}
.AnyTagClassName
{
color: #2E743B;
}
</style>
background-color css
<style>
a { background-color: #2E743B; }
a { background-color: rgb(46,116,59); }
div.DivClassName
{
background-color: #2E743B;
}
.BgClassName
{
background-color: #2E743B;
}
</style>
border-color css
<style>
span { border-color: #2E743B; }
span { border-color: rgb(46,116,59); }
td.TdClassName
{
border-color: #2E743B;
}
.TagClassName
{
border-color: #2E743B;
}
</style>