Shades of San Felix #2E6D30
Tints of San Felix #2E6D30
RGB
CMYK
RGB Variations
Color information
#2E6D30 (or 0x2E6D30) is known color: San Felix. HEX triplet: 2E, 6D and 30. RGB value is (46,109,48). Sum of RGB (Red+Green+Blue) = 46+109+48=203 (26% of max value = 765). Red value is 46 (18.36% from 255 or 22.66% from 203); Green value is 109 (42.97% from 255 or 53.69% from 203); Blue value is 48 (19.14% from 255 or 23.65% from 203); Max value from RGB is 109 - color contains mainly: green. Hex color #2E6D30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E6D30 is #D192CF. Grayscale: #535353. Windows color (decimal): -13734608 or 3173678. OLE color: 3173678.
HSL color Cylindrical-coordinate representation of color #2E6D30: hue angle of 121.9º degrees, saturation: 0.41, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2E6D30 is Cyan = 0.58, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 46 | 109 | 48 | - |
| CMYK | 0.58 | 0 | 0.56 | 0.57 |
| HSL | 121.9º | 0.41% | 0.3% | - |
| HSV(B) | 121.9º | 0.58% | 0.43% | - |
| XYZ | 7.13 | 11.73 | 4.68 | - |
| YUV | 83.21 | 108.13 | 101.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 109 | 48 | 0.58 | 0 | 0.56 | 0.57 | 121.9 | 0.41 | 0.3 |
| Hex | 2E | 6D | 30 | 3A | 0 | 38 | 39 | 7A | 29 | 1E |
| Octal | 56 | 155 | 60 | 72 | 0 | 70 | 71 | 172 | 51 | 36 |
| Binary | 101110 | 1101101 | 110000 | 111010 | 0 | 111000 | 111001 | 1111010 | 101001 | 11110 |
Color Harmonies of #2E6D30
Complementary color
Monochromatic Colors of #2E6D30
Black with #2E6D30
Text Example
Text Example
White with #2E6D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6D30; }
p { color: rgb(46,109,48); }
H1.HeaderClassName
{
color: #2E6D30;
}
.AnyTagClassName
{
color: #2E6D30;
}
</style>
background-color css
<style>
a { background-color: #2E6D30; }
a { background-color: rgb(46,109,48); }
div.DivClassName
{
background-color: #2E6D30;
}
.BgClassName
{
background-color: #2E6D30;
}
</style>
border-color css
<style>
span { border-color: #2E6D30; }
span { border-color: rgb(46,109,48); }
td.TdClassName
{
border-color: #2E6D30;
}
.TagClassName
{
border-color: #2E6D30;
}
</style>