Shades of San Felix #2E6834
Tints of San Felix #2E6834
RGB
CMYK
RGB Variations
Color information
#2E6834 (or 0x2E6834) is known color: San Felix. HEX triplet: 2E, 68 and 34. RGB value is (46,104,52). Sum of RGB (Red+Green+Blue) = 46+104+52=202 (26% of max value = 765). Red value is 46 (18.36% from 255 or 22.77% from 202); Green value is 104 (41.02% from 255 or 51.49% from 202); Blue value is 52 (20.70% from 255 or 25.74% from 202); Max value from RGB is 104 - color contains mainly: green. Hex color #2E6834 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E6834 is #D197CB. Grayscale: #505050. Windows color (decimal): -13735884 or 3434542. OLE color: 3434542.
HSL color Cylindrical-coordinate representation of color #2E6834: hue angle of 126.21º 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 #2E6834 is Cyan = 0.56, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 46 | 104 | 52 | - |
| CMYK | 0.56 | 0 | 0.50 | 0.59 |
| HSL | 126.21º | 0.39% | 0.29% | - |
| HSV(B) | 126.21º | 0.56% | 0.41% | - |
| XYZ | 6.7 | 10.73 | 4.97 | - |
| YUV | 80.73 | 111.78 | 103.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 104 | 52 | 0.56 | 0 | 0.50 | 0.59 | 126.21 | 0.39 | 0.29 |
| Hex | 2E | 68 | 34 | 38 | 0 | 32 | 3B | 7E | 27 | 1D |
| Octal | 56 | 150 | 64 | 70 | 0 | 62 | 73 | 176 | 47 | 35 |
| Binary | 101110 | 1101000 | 110100 | 111000 | 0 | 110010 | 111011 | 1111110 | 100111 | 11101 |
Color Harmonies of #2E6834
Complementary color
Monochromatic Colors of #2E6834
Black with #2E6834
Text Example
Text Example
White with #2E6834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6834; }
p { color: rgb(46,104,52); }
H1.HeaderClassName
{
color: #2E6834;
}
.AnyTagClassName
{
color: #2E6834;
}
</style>
background-color css
<style>
a { background-color: #2E6834; }
a { background-color: rgb(46,104,52); }
div.DivClassName
{
background-color: #2E6834;
}
.BgClassName
{
background-color: #2E6834;
}
</style>
border-color css
<style>
span { border-color: #2E6834; }
span { border-color: rgb(46,104,52); }
td.TdClassName
{
border-color: #2E6834;
}
.TagClassName
{
border-color: #2E6834;
}
</style>