Shades of San Felix #2E6E2F
Tints of San Felix #2E6E2F
RGB
CMYK
RGB Variations
Color information
#2E6E2F (or 0x2E6E2F) is known color: San Felix. HEX triplet: 2E, 6E and 2F. RGB value is (46,110,47). Sum of RGB (Red+Green+Blue) = 46+110+47=203 (26% of max value = 765). Red value is 46 (18.36% from 255 or 22.66% from 203); Green value is 110 (43.36% from 255 or 54.19% from 203); Blue value is 47 (18.75% from 255 or 23.15% from 203); Max value from RGB is 110 - color contains mainly: green. Hex color #2E6E2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E6E2F is #D191D0. Grayscale: #535353. Windows color (decimal): -13734353 or 3108398. OLE color: 3108398.
HSL color Cylindrical-coordinate representation of color #2E6E2F: hue angle of 120.94º 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 #2E6E2F is Cyan = 0.58, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 46 | 110 | 47 | - |
| CMYK | 0.58 | 0 | 0.57 | 0.57 |
| HSL | 120.94º | 0.41% | 0.31% | - |
| HSV(B) | 120.94º | 0.58% | 0.43% | - |
| XYZ | 7.22 | 11.94 | 4.61 | - |
| YUV | 83.68 | 107.3 | 101.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 110 | 47 | 0.58 | 0 | 0.57 | 0.57 | 120.94 | 0.41 | 0.31 |
| Hex | 2E | 6E | 2F | 3A | 0 | 39 | 39 | 79 | 29 | 1F |
| Octal | 56 | 156 | 57 | 72 | 0 | 71 | 71 | 171 | 51 | 37 |
| Binary | 101110 | 1101110 | 101111 | 111010 | 0 | 111001 | 111001 | 1111001 | 101001 | 11111 |
Color Harmonies of #2E6E2F
Complementary color
Monochromatic Colors of #2E6E2F
Black with #2E6E2F
Text Example
Text Example
White with #2E6E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6E2F; }
p { color: rgb(46,110,47); }
H1.HeaderClassName
{
color: #2E6E2F;
}
.AnyTagClassName
{
color: #2E6E2F;
}
</style>
background-color css
<style>
a { background-color: #2E6E2F; }
a { background-color: rgb(46,110,47); }
div.DivClassName
{
background-color: #2E6E2F;
}
.BgClassName
{
background-color: #2E6E2F;
}
</style>
border-color css
<style>
span { border-color: #2E6E2F; }
span { border-color: rgb(46,110,47); }
td.TdClassName
{
border-color: #2E6E2F;
}
.TagClassName
{
border-color: #2E6E2F;
}
</style>