Shades of San Felix #2E703D
Tints of San Felix #2E703D
RGB
CMYK
RGB Variations
Color information
#2E703D (or 0x2E703D) is known color: San Felix. HEX triplet: 2E, 70 and 3D. RGB value is (46,112,61). Sum of RGB (Red+Green+Blue) = 46+112+61=219 (29% of max value = 765). Red value is 46 (18.36% from 255 or 21.00% from 219); Green value is 112 (44.14% from 255 or 51.14% from 219); Blue value is 61 (24.22% from 255 or 27.85% from 219); Max value from RGB is 112 - color contains mainly: green. Hex color #2E703D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E703D is #D18FC2. Grayscale: #565656. Windows color (decimal): -13733827 or 4026414. OLE color: 4026414.
HSL color Cylindrical-coordinate representation of color #2E703D: hue angle of 133.64º 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 #2E703D is Cyan = 0.59, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 46 | 112 | 61 | - |
| CMYK | 0.59 | 0 | 0.46 | 0.56 |
| HSL | 133.64º | 0.42% | 0.31% | - |
| HSV(B) | 133.64º | 0.59% | 0.44% | - |
| XYZ | 7.76 | 12.51 | 6.42 | - |
| YUV | 86.45 | 113.63 | 99.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 112 | 61 | 0.59 | 0 | 0.46 | 0.56 | 133.64 | 0.42 | 0.31 |
| Hex | 2E | 70 | 3D | 3B | 0 | 2E | 38 | 86 | 2A | 1F |
| Octal | 56 | 160 | 75 | 73 | 0 | 56 | 70 | 206 | 52 | 37 |
| Binary | 101110 | 1110000 | 111101 | 111011 | 0 | 101110 | 111000 | 10000110 | 101010 | 11111 |
Color Harmonies of #2E703D
Complementary color
Monochromatic Colors of #2E703D
Black with #2E703D
Text Example
Text Example
White with #2E703D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E703D; }
p { color: rgb(46,112,61); }
H1.HeaderClassName
{
color: #2E703D;
}
.AnyTagClassName
{
color: #2E703D;
}
</style>
background-color css
<style>
a { background-color: #2E703D; }
a { background-color: rgb(46,112,61); }
div.DivClassName
{
background-color: #2E703D;
}
.BgClassName
{
background-color: #2E703D;
}
</style>
border-color css
<style>
span { border-color: #2E703D; }
span { border-color: rgb(46,112,61); }
td.TdClassName
{
border-color: #2E703D;
}
.TagClassName
{
border-color: #2E703D;
}
</style>