Shades of San Felix #2E6E35
Tints of San Felix #2E6E35
RGB
CMYK
RGB Variations
Color information
#2E6E35 (or 0x2E6E35) is known color: San Felix. HEX triplet: 2E, 6E and 35. RGB value is (46,110,53). Sum of RGB (Red+Green+Blue) = 46+110+53=209 (27% of max value = 765). Red value is 46 (18.36% from 255 or 22.01% from 209); Green value is 110 (43.36% from 255 or 52.63% from 209); Blue value is 53 (21.09% from 255 or 25.36% from 209); Max value from RGB is 110 - color contains mainly: green. Hex color #2E6E35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E6E35 is #D191CA. Grayscale: #545454. Windows color (decimal): -13734347 or 3501614. OLE color: 3501614.
HSL color Cylindrical-coordinate representation of color #2E6E35: hue angle of 126.56º 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 #2E6E35 is Cyan = 0.58, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 46 | 110 | 53 | - |
| CMYK | 0.58 | 0 | 0.52 | 0.57 |
| HSL | 126.56º | 0.41% | 0.31% | - |
| HSV(B) | 126.56º | 0.58% | 0.43% | - |
| XYZ | 7.35 | 11.99 | 5.3 | - |
| YUV | 84.37 | 110.3 | 100.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 110 | 53 | 0.58 | 0 | 0.52 | 0.57 | 126.56 | 0.41 | 0.31 |
| Hex | 2E | 6E | 35 | 3A | 0 | 34 | 39 | 7F | 29 | 1F |
| Octal | 56 | 156 | 65 | 72 | 0 | 64 | 71 | 177 | 51 | 37 |
| Binary | 101110 | 1101110 | 110101 | 111010 | 0 | 110100 | 111001 | 1111111 | 101001 | 11111 |
Color Harmonies of #2E6E35
Complementary color
Monochromatic Colors of #2E6E35
Black with #2E6E35
Text Example
Text Example
White with #2E6E35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6E35; }
p { color: rgb(46,110,53); }
H1.HeaderClassName
{
color: #2E6E35;
}
.AnyTagClassName
{
color: #2E6E35;
}
</style>
background-color css
<style>
a { background-color: #2E6E35; }
a { background-color: rgb(46,110,53); }
div.DivClassName
{
background-color: #2E6E35;
}
.BgClassName
{
background-color: #2E6E35;
}
</style>
border-color css
<style>
span { border-color: #2E6E35; }
span { border-color: rgb(46,110,53); }
td.TdClassName
{
border-color: #2E6E35;
}
.TagClassName
{
border-color: #2E6E35;
}
</style>