Shades of San Felix #2E6532
Tints of San Felix #2E6532
RGB
CMYK
RGB Variations
Color information
#2E6532 (or 0x2E6532) is known color: San Felix. HEX triplet: 2E, 65 and 32. RGB value is (46,101,50). Sum of RGB (Red+Green+Blue) = 46+101+50=197 (26% of max value = 765). Red value is 46 (18.36% from 255 or 23.35% from 197); Green value is 101 (39.84% from 255 or 51.27% from 197); Blue value is 50 (19.92% from 255 or 25.38% from 197); Max value from RGB is 101 - color contains mainly: green. Hex color #2E6532 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E6532 is #D19ACD. Grayscale: #4E4E4E. Windows color (decimal): -13736654 or 3302702. OLE color: 3302702.
HSL color Cylindrical-coordinate representation of color #2E6532: hue angle of 124.36º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2E6532 is Cyan = 0.54, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 46 | 101 | 50 | - |
| CMYK | 0.54 | 0 | 0.50 | 0.60 |
| HSL | 124.36º | 0.37% | 0.29% | - |
| HSV(B) | 124.36º | 0.54% | 0.4% | - |
| XYZ | 6.36 | 10.12 | 4.64 | - |
| YUV | 78.74 | 111.78 | 104.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 101 | 50 | 0.54 | 0 | 0.50 | 0.60 | 124.36 | 0.37 | 0.29 |
| Hex | 2E | 65 | 32 | 36 | 0 | 32 | 3C | 7C | 25 | 1D |
| Octal | 56 | 145 | 62 | 66 | 0 | 62 | 74 | 174 | 45 | 35 |
| Binary | 101110 | 1100101 | 110010 | 110110 | 0 | 110010 | 111100 | 1111100 | 100101 | 11101 |
Color Harmonies of #2E6532
Complementary color
Monochromatic Colors of #2E6532
Black with #2E6532
Text Example
Text Example
White with #2E6532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6532; }
p { color: rgb(46,101,50); }
H1.HeaderClassName
{
color: #2E6532;
}
.AnyTagClassName
{
color: #2E6532;
}
</style>
background-color css
<style>
a { background-color: #2E6532; }
a { background-color: rgb(46,101,50); }
div.DivClassName
{
background-color: #2E6532;
}
.BgClassName
{
background-color: #2E6532;
}
</style>
border-color css
<style>
span { border-color: #2E6532; }
span { border-color: rgb(46,101,50); }
td.TdClassName
{
border-color: #2E6532;
}
.TagClassName
{
border-color: #2E6532;
}
</style>