Shades of San Felix #2E6F30
Tints of San Felix #2E6F30
RGB
CMYK
RGB Variations
Color information
#2E6F30 (or 0x2E6F30) is known color: San Felix. HEX triplet: 2E, 6F and 30. RGB value is (46,111,48). Sum of RGB (Red+Green+Blue) = 46+111+48=205 (27% of max value = 765). Red value is 46 (18.36% from 255 or 22.44% from 205); Green value is 111 (43.75% from 255 or 54.15% from 205); Blue value is 48 (19.14% from 255 or 23.41% from 205); Max value from RGB is 111 - color contains mainly: green. Hex color #2E6F30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E6F30 is #D190CF. Grayscale: #545454. Windows color (decimal): -13734096 or 3174190. OLE color: 3174190.
HSL color Cylindrical-coordinate representation of color #2E6F30: hue angle of 121.85º degrees, saturation: 0.41, 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 #2E6F30 is Cyan = 0.59, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 46 | 111 | 48 | - |
| CMYK | 0.59 | 0 | 0.57 | 0.56 |
| HSL | 121.85º | 0.41% | 0.31% | - |
| HSV(B) | 121.85º | 0.59% | 0.44% | - |
| XYZ | 7.34 | 12.16 | 4.76 | - |
| YUV | 84.38 | 107.47 | 100.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 111 | 48 | 0.59 | 0 | 0.57 | 0.56 | 121.85 | 0.41 | 0.31 |
| Hex | 2E | 6F | 30 | 3B | 0 | 39 | 38 | 7A | 29 | 1F |
| Octal | 56 | 157 | 60 | 73 | 0 | 71 | 70 | 172 | 51 | 37 |
| Binary | 101110 | 1101111 | 110000 | 111011 | 0 | 111001 | 111000 | 1111010 | 101001 | 11111 |
Color Harmonies of #2E6F30
Complementary color
Monochromatic Colors of #2E6F30
Black with #2E6F30
Text Example
Text Example
White with #2E6F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6F30; }
p { color: rgb(46,111,48); }
H1.HeaderClassName
{
color: #2E6F30;
}
.AnyTagClassName
{
color: #2E6F30;
}
</style>
background-color css
<style>
a { background-color: #2E6F30; }
a { background-color: rgb(46,111,48); }
div.DivClassName
{
background-color: #2E6F30;
}
.BgClassName
{
background-color: #2E6F30;
}
</style>
border-color css
<style>
span { border-color: #2E6F30; }
span { border-color: rgb(46,111,48); }
td.TdClassName
{
border-color: #2E6F30;
}
.TagClassName
{
border-color: #2E6F30;
}
</style>