Shades of San Felix #2E6837
Tints of San Felix #2E6837
RGB
CMYK
RGB Variations
Color information
#2E6837 (or 0x2E6837) is known color: San Felix. HEX triplet: 2E, 68 and 37. RGB value is (46,104,55). Sum of RGB (Red+Green+Blue) = 46+104+55=205 (27% of max value = 765). Red value is 46 (18.36% from 255 or 22.44% from 205); Green value is 104 (41.02% from 255 or 50.73% from 205); Blue value is 55 (21.88% from 255 or 26.83% from 205); Max value from RGB is 104 - color contains mainly: green. Hex color #2E6837 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E6837 is #D197C8. Grayscale: #515151. Windows color (decimal): -13735881 or 3631150. OLE color: 3631150.
HSL color Cylindrical-coordinate representation of color #2E6837: hue angle of 129.31º 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 #2E6837 is Cyan = 0.56, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 46 | 104 | 55 | - |
| CMYK | 0.56 | 0 | 0.47 | 0.59 |
| HSL | 129.31º | 0.39% | 0.29% | - |
| HSV(B) | 129.31º | 0.56% | 0.41% | - |
| XYZ | 6.77 | 10.76 | 5.33 | - |
| YUV | 81.07 | 113.28 | 102.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 104 | 55 | 0.56 | 0 | 0.47 | 0.59 | 129.31 | 0.39 | 0.29 |
| Hex | 2E | 68 | 37 | 38 | 0 | 2F | 3B | 81 | 27 | 1D |
| Octal | 56 | 150 | 67 | 70 | 0 | 57 | 73 | 201 | 47 | 35 |
| Binary | 101110 | 1101000 | 110111 | 111000 | 0 | 101111 | 111011 | 10000001 | 100111 | 11101 |
Color Harmonies of #2E6837
Complementary color
Monochromatic Colors of #2E6837
Black with #2E6837
Text Example
Text Example
White with #2E6837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6837; }
p { color: rgb(46,104,55); }
H1.HeaderClassName
{
color: #2E6837;
}
.AnyTagClassName
{
color: #2E6837;
}
</style>
background-color css
<style>
a { background-color: #2E6837; }
a { background-color: rgb(46,104,55); }
div.DivClassName
{
background-color: #2E6837;
}
.BgClassName
{
background-color: #2E6837;
}
</style>
border-color css
<style>
span { border-color: #2E6837; }
span { border-color: rgb(46,104,55); }
td.TdClassName
{
border-color: #2E6837;
}
.TagClassName
{
border-color: #2E6837;
}
</style>