Shades of San Felix #2E6E36
Tints of San Felix #2E6E36
RGB
CMYK
RGB Variations
Color information
#2E6E36 (or 0x2E6E36) is known color: San Felix. HEX triplet: 2E, 6E and 36. RGB value is (46,110,54). Sum of RGB (Red+Green+Blue) = 46+110+54=210 (27% of max value = 765). Red value is 46 (18.36% from 255 or 21.90% from 210); Green value is 110 (43.36% from 255 or 52.38% from 210); Blue value is 54 (21.48% from 255 or 25.71% from 210); Max value from RGB is 110 - color contains mainly: green. Hex color #2E6E36 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E6E36 is #D191C9. Grayscale: #545454. Windows color (decimal): -13734346 or 3567150. OLE color: 3567150.
HSL color Cylindrical-coordinate representation of color #2E6E36: hue angle of 127.5º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2E6E36 is Cyan = 0.58, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 46 | 110 | 54 | - |
| CMYK | 0.58 | 0 | 0.51 | 0.57 |
| HSL | 127.5º | 0.41% | 0.31% | - |
| HSV(B) | 127.5º | 0.58% | 0.43% | - |
| XYZ | 7.37 | 12 | 5.42 | - |
| YUV | 84.48 | 110.8 | 100.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 110 | 54 | 0.58 | 0 | 0.51 | 0.57 | 127.5 | 0.41 | 0.31 |
| Hex | 2E | 6E | 36 | 3A | 0 | 33 | 39 | 80 | 29 | 1F |
| Octal | 56 | 156 | 66 | 72 | 0 | 63 | 71 | 200 | 51 | 37 |
| Binary | 101110 | 1101110 | 110110 | 111010 | 0 | 110011 | 111001 | 10000000 | 101001 | 11111 |
Color Harmonies of #2E6E36
Complementary color
Monochromatic Colors of #2E6E36
Black with #2E6E36
Text Example
Text Example
White with #2E6E36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6E36; }
p { color: rgb(46,110,54); }
H1.HeaderClassName
{
color: #2E6E36;
}
.AnyTagClassName
{
color: #2E6E36;
}
</style>
background-color css
<style>
a { background-color: #2E6E36; }
a { background-color: rgb(46,110,54); }
div.DivClassName
{
background-color: #2E6E36;
}
.BgClassName
{
background-color: #2E6E36;
}
</style>
border-color css
<style>
span { border-color: #2E6E36; }
span { border-color: rgb(46,110,54); }
td.TdClassName
{
border-color: #2E6E36;
}
.TagClassName
{
border-color: #2E6E36;
}
</style>