Shades of San Felix #2E6835
Tints of San Felix #2E6835
RGB
CMYK
RGB Variations
Color information
#2E6835 (or 0x2E6835) is known color: San Felix. HEX triplet: 2E, 68 and 35. RGB value is (46,104,53). Sum of RGB (Red+Green+Blue) = 46+104+53=203 (26% of max value = 765). Red value is 46 (18.36% from 255 or 22.66% from 203); Green value is 104 (41.02% from 255 or 51.23% from 203); Blue value is 53 (21.09% from 255 or 26.11% from 203); Max value from RGB is 104 - color contains mainly: green. Hex color #2E6835 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E6835 is #D197CA. Grayscale: #505050. Windows color (decimal): -13735883 or 3500078. OLE color: 3500078.
HSL color Cylindrical-coordinate representation of color #2E6835: hue angle of 127.24º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2E6835 is Cyan = 0.56, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 46 | 104 | 53 | - |
| CMYK | 0.56 | 0 | 0.49 | 0.59 |
| HSL | 127.24º | 0.39% | 0.29% | - |
| HSV(B) | 127.24º | 0.56% | 0.41% | - |
| XYZ | 6.72 | 10.74 | 5.09 | - |
| YUV | 80.84 | 112.28 | 103.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 104 | 53 | 0.56 | 0 | 0.49 | 0.59 | 127.24 | 0.39 | 0.29 |
| Hex | 2E | 68 | 35 | 38 | 0 | 31 | 3B | 7F | 27 | 1D |
| Octal | 56 | 150 | 65 | 70 | 0 | 61 | 73 | 177 | 47 | 35 |
| Binary | 101110 | 1101000 | 110101 | 111000 | 0 | 110001 | 111011 | 1111111 | 100111 | 11101 |
Color Harmonies of #2E6835
Complementary color
Monochromatic Colors of #2E6835
Black with #2E6835
Text Example
Text Example
White with #2E6835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6835; }
p { color: rgb(46,104,53); }
H1.HeaderClassName
{
color: #2E6835;
}
.AnyTagClassName
{
color: #2E6835;
}
</style>
background-color css
<style>
a { background-color: #2E6835; }
a { background-color: rgb(46,104,53); }
div.DivClassName
{
background-color: #2E6835;
}
.BgClassName
{
background-color: #2E6835;
}
</style>
border-color css
<style>
span { border-color: #2E6835; }
span { border-color: rgb(46,104,53); }
td.TdClassName
{
border-color: #2E6835;
}
.TagClassName
{
border-color: #2E6835;
}
</style>