Shades of San Felix #2E6A34
Tints of San Felix #2E6A34
RGB
CMYK
RGB Variations
Color information
#2E6A34 (or 0x2E6A34) is known color: San Felix. HEX triplet: 2E, 6A and 34. RGB value is (46,106,52). Sum of RGB (Red+Green+Blue) = 46+106+52=204 (27% of max value = 765). Red value is 46 (18.36% from 255 or 22.55% from 204); Green value is 106 (41.80% from 255 or 51.96% from 204); Blue value is 52 (20.70% from 255 or 25.49% from 204); Max value from RGB is 106 - color contains mainly: green. Hex color #2E6A34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E6A34 is #D195CB. Grayscale: #525252. Windows color (decimal): -13735372 or 3435054. OLE color: 3435054.
HSL color Cylindrical-coordinate representation of color #2E6A34: hue angle of 126º degrees, saturation: 0.39, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2E6A34 is Cyan = 0.57, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 46 | 106 | 52 | - |
| CMYK | 0.57 | 0 | 0.51 | 0.58 |
| HSL | 126º | 0.39% | 0.3% | - |
| HSV(B) | 126º | 0.57% | 0.42% | - |
| XYZ | 6.9 | 11.14 | 5.03 | - |
| YUV | 81.9 | 111.12 | 102.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 106 | 52 | 0.57 | 0 | 0.51 | 0.58 | 126 | 0.39 | 0.3 |
| Hex | 2E | 6A | 34 | 39 | 0 | 33 | 3A | 7E | 27 | 1E |
| Octal | 56 | 152 | 64 | 71 | 0 | 63 | 72 | 176 | 47 | 36 |
| Binary | 101110 | 1101010 | 110100 | 111001 | 0 | 110011 | 111010 | 1111110 | 100111 | 11110 |
Color Harmonies of #2E6A34
Complementary color
Monochromatic Colors of #2E6A34
Black with #2E6A34
Text Example
Text Example
White with #2E6A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6A34; }
p { color: rgb(46,106,52); }
H1.HeaderClassName
{
color: #2E6A34;
}
.AnyTagClassName
{
color: #2E6A34;
}
</style>
background-color css
<style>
a { background-color: #2E6A34; }
a { background-color: rgb(46,106,52); }
div.DivClassName
{
background-color: #2E6A34;
}
.BgClassName
{
background-color: #2E6A34;
}
</style>
border-color css
<style>
span { border-color: #2E6A34; }
span { border-color: rgb(46,106,52); }
td.TdClassName
{
border-color: #2E6A34;
}
.TagClassName
{
border-color: #2E6A34;
}
</style>