Shades of San Felix #2E723C
Tints of San Felix #2E723C
RGB
CMYK
RGB Variations
Color information
#2E723C (or 0x2E723C) is known color: San Felix. HEX triplet: 2E, 72 and 3C. RGB value is (46,114,60). Sum of RGB (Red+Green+Blue) = 46+114+60=220 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.91% from 220); Green value is 114 (44.92% from 255 or 51.82% from 220); Blue value is 60 (23.83% from 255 or 27.27% from 220); Max value from RGB is 114 - color contains mainly: green. Hex color #2E723C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E723C is #D18DC3. Grayscale: #575757. Windows color (decimal): -13733316 or 3961390. OLE color: 3961390.
HSL color Cylindrical-coordinate representation of color #2E723C: hue angle of 132.35º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2E723C is Cyan = 0.60, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 46 | 114 | 60 | - |
| CMYK | 0.60 | 0 | 0.47 | 0.55 |
| HSL | 132.35º | 0.43% | 0.31% | - |
| HSV(B) | 132.35º | 0.6% | 0.45% | - |
| XYZ | 7.96 | 12.94 | 6.35 | - |
| YUV | 87.51 | 112.47 | 98.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 114 | 60 | 0.60 | 0 | 0.47 | 0.55 | 132.35 | 0.43 | 0.31 |
| Hex | 2E | 72 | 3C | 3C | 0 | 2F | 37 | 84 | 2A | 1F |
| Octal | 56 | 162 | 74 | 74 | 0 | 57 | 67 | 204 | 52 | 37 |
| Binary | 101110 | 1110010 | 111100 | 111100 | 0 | 101111 | 110111 | 10000100 | 101010 | 11111 |
Color Harmonies of #2E723C
Complementary color
Monochromatic Colors of #2E723C
Black with #2E723C
Text Example
Text Example
White with #2E723C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E723C; }
p { color: rgb(46,114,60); }
H1.HeaderClassName
{
color: #2E723C;
}
.AnyTagClassName
{
color: #2E723C;
}
</style>
background-color css
<style>
a { background-color: #2E723C; }
a { background-color: rgb(46,114,60); }
div.DivClassName
{
background-color: #2E723C;
}
.BgClassName
{
background-color: #2E723C;
}
</style>
border-color css
<style>
span { border-color: #2E723C; }
span { border-color: rgb(46,114,60); }
td.TdClassName
{
border-color: #2E723C;
}
.TagClassName
{
border-color: #2E723C;
}
</style>