Shades of San Felix #2E6833
Tints of San Felix #2E6833
RGB
CMYK
RGB Variations
Color information
#2E6833 (or 0x2E6833) is known color: San Felix. HEX triplet: 2E, 68 and 33. RGB value is (46,104,51). Sum of RGB (Red+Green+Blue) = 46+104+51=201 (26% of max value = 765). Red value is 46 (18.36% from 255 or 22.89% from 201); Green value is 104 (41.02% from 255 or 51.74% from 201); Blue value is 51 (20.31% from 255 or 25.37% from 201); Max value from RGB is 104 - color contains mainly: green. Hex color #2E6833 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E6833 is #D197CC. Grayscale: #505050. Windows color (decimal): -13735885 or 3369006. OLE color: 3369006.
HSL color Cylindrical-coordinate representation of color #2E6833: hue angle of 125.17º 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 #2E6833 is Cyan = 0.56, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 46 | 104 | 51 | - |
| CMYK | 0.56 | 0 | 0.51 | 0.59 |
| HSL | 125.17º | 0.39% | 0.29% | - |
| HSV(B) | 125.17º | 0.56% | 0.41% | - |
| XYZ | 6.67 | 10.72 | 4.85 | - |
| YUV | 80.62 | 111.28 | 103.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 104 | 51 | 0.56 | 0 | 0.51 | 0.59 | 125.17 | 0.39 | 0.29 |
| Hex | 2E | 68 | 33 | 38 | 0 | 33 | 3B | 7D | 27 | 1D |
| Octal | 56 | 150 | 63 | 70 | 0 | 63 | 73 | 175 | 47 | 35 |
| Binary | 101110 | 1101000 | 110011 | 111000 | 0 | 110011 | 111011 | 1111101 | 100111 | 11101 |
Color Harmonies of #2E6833
Complementary color
Monochromatic Colors of #2E6833
Black with #2E6833
Text Example
Text Example
White with #2E6833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6833; }
p { color: rgb(46,104,51); }
H1.HeaderClassName
{
color: #2E6833;
}
.AnyTagClassName
{
color: #2E6833;
}
</style>
background-color css
<style>
a { background-color: #2E6833; }
a { background-color: rgb(46,104,51); }
div.DivClassName
{
background-color: #2E6833;
}
.BgClassName
{
background-color: #2E6833;
}
</style>
border-color css
<style>
span { border-color: #2E6833; }
span { border-color: rgb(46,104,51); }
td.TdClassName
{
border-color: #2E6833;
}
.TagClassName
{
border-color: #2E6833;
}
</style>