Shades of San Felix #2E6831
Tints of San Felix #2E6831
RGB
CMYK
RGB Variations
Color information
#2E6831 (or 0x2E6831) is known color: San Felix. HEX triplet: 2E, 68 and 31. RGB value is (46,104,49). Sum of RGB (Red+Green+Blue) = 46+104+49=199 (26% of max value = 765). Red value is 46 (18.36% from 255 or 23.12% from 199); Green value is 104 (41.02% from 255 or 52.26% from 199); Blue value is 49 (19.53% from 255 or 24.62% from 199); Max value from RGB is 104 - color contains mainly: green. Hex color #2E6831 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E6831 is #D197CE. Grayscale: #505050. Windows color (decimal): -13735887 or 3237934. OLE color: 3237934.
HSL color Cylindrical-coordinate representation of color #2E6831: hue angle of 123.1º 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 #2E6831 is Cyan = 0.56, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 46 | 104 | 49 | - |
| CMYK | 0.56 | 0 | 0.53 | 0.59 |
| HSL | 123.1º | 0.39% | 0.29% | - |
| HSV(B) | 123.1º | 0.56% | 0.41% | - |
| XYZ | 6.63 | 10.7 | 4.62 | - |
| YUV | 80.39 | 110.28 | 103.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 104 | 49 | 0.56 | 0 | 0.53 | 0.59 | 123.1 | 0.39 | 0.29 |
| Hex | 2E | 68 | 31 | 38 | 0 | 35 | 3B | 7B | 27 | 1D |
| Octal | 56 | 150 | 61 | 70 | 0 | 65 | 73 | 173 | 47 | 35 |
| Binary | 101110 | 1101000 | 110001 | 111000 | 0 | 110101 | 111011 | 1111011 | 100111 | 11101 |
Color Harmonies of #2E6831
Complementary color
Monochromatic Colors of #2E6831
Black with #2E6831
Text Example
Text Example
White with #2E6831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6831; }
p { color: rgb(46,104,49); }
H1.HeaderClassName
{
color: #2E6831;
}
.AnyTagClassName
{
color: #2E6831;
}
</style>
background-color css
<style>
a { background-color: #2E6831; }
a { background-color: rgb(46,104,49); }
div.DivClassName
{
background-color: #2E6831;
}
.BgClassName
{
background-color: #2E6831;
}
</style>
border-color css
<style>
span { border-color: #2E6831; }
span { border-color: rgb(46,104,49); }
td.TdClassName
{
border-color: #2E6831;
}
.TagClassName
{
border-color: #2E6831;
}
</style>