Shades of San Felix #2E7030
Tints of San Felix #2E7030
RGB
CMYK
RGB Variations
Color information
#2E7030 (or 0x2E7030) is known color: San Felix. HEX triplet: 2E, 70 and 30. RGB value is (46,112,48). Sum of RGB (Red+Green+Blue) = 46+112+48=206 (27% of max value = 765). Red value is 46 (18.36% from 255 or 22.33% from 206); Green value is 112 (44.14% from 255 or 54.37% from 206); Blue value is 48 (19.14% from 255 or 23.30% from 206); Max value from RGB is 112 - color contains mainly: green. Hex color #2E7030 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E7030 is #D18FCF. Grayscale: #555555. Windows color (decimal): -13733840 or 3174446. OLE color: 3174446.
HSL color Cylindrical-coordinate representation of color #2E7030: hue angle of 121.82º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2E7030 is Cyan = 0.59, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 46 | 112 | 48 | - |
| CMYK | 0.59 | 0 | 0.57 | 0.56 |
| HSL | 121.82º | 0.42% | 0.31% | - |
| HSV(B) | 121.82º | 0.59% | 0.44% | - |
| XYZ | 7.45 | 12.38 | 4.79 | - |
| YUV | 84.97 | 107.13 | 100.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 112 | 48 | 0.59 | 0 | 0.57 | 0.56 | 121.82 | 0.42 | 0.31 |
| Hex | 2E | 70 | 30 | 3B | 0 | 39 | 38 | 7A | 2A | 1F |
| Octal | 56 | 160 | 60 | 73 | 0 | 71 | 70 | 172 | 52 | 37 |
| Binary | 101110 | 1110000 | 110000 | 111011 | 0 | 111001 | 111000 | 1111010 | 101010 | 11111 |
Color Harmonies of #2E7030
Complementary color
Monochromatic Colors of #2E7030
Black with #2E7030
Text Example
Text Example
White with #2E7030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7030; }
p { color: rgb(46,112,48); }
H1.HeaderClassName
{
color: #2E7030;
}
.AnyTagClassName
{
color: #2E7030;
}
</style>
background-color css
<style>
a { background-color: #2E7030; }
a { background-color: rgb(46,112,48); }
div.DivClassName
{
background-color: #2E7030;
}
.BgClassName
{
background-color: #2E7030;
}
</style>
border-color css
<style>
span { border-color: #2E7030; }
span { border-color: rgb(46,112,48); }
td.TdClassName
{
border-color: #2E7030;
}
.TagClassName
{
border-color: #2E7030;
}
</style>