Shades of San Felix #2E6924
Tints of San Felix #2E6924
RGB
CMYK
RGB Variations
Color information
#2E6924 (or 0x2E6924) is known color: San Felix. HEX triplet: 2E, 69 and 24. RGB value is (46,105,36). Sum of RGB (Red+Green+Blue) = 46+105+36=187 (24% of max value = 765). Red value is 46 (18.36% from 255 or 24.60% from 187); Green value is 105 (41.41% from 255 or 56.15% from 187); Blue value is 36 (14.45% from 255 or 19.25% from 187); Max value from RGB is 105 - color contains mainly: green. Hex color #2E6924 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E6924 is #D196DB. Grayscale: #4F4F4F. Windows color (decimal): -13735644 or 2386222. OLE color: 2386222.
HSL color Cylindrical-coordinate representation of color #2E6924: hue angle of 111.3º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2E6924 is Cyan = 0.56, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 46 | 105 | 36 | - |
| CMYK | 0.56 | 0 | 0.66 | 0.59 |
| HSL | 111.3º | 0.49% | 0.28% | - |
| HSV(B) | 111.3º | 0.66% | 0.41% | - |
| XYZ | 6.5 | 10.81 | 3.41 | - |
| YUV | 79.49 | 103.45 | 104.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 105 | 36 | 0.56 | 0 | 0.66 | 0.59 | 111.3 | 0.49 | 0.28 |
| Hex | 2E | 69 | 24 | 38 | 0 | 42 | 3B | 6F | 31 | 1C |
| Octal | 56 | 151 | 44 | 70 | 0 | 102 | 73 | 157 | 61 | 34 |
| Binary | 101110 | 1101001 | 100100 | 111000 | 0 | 1000010 | 111011 | 1101111 | 110001 | 11100 |
Color Harmonies of #2E6924
Complementary color
Monochromatic Colors of #2E6924
Black with #2E6924
Text Example
Text Example
White with #2E6924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6924; }
p { color: rgb(46,105,36); }
H1.HeaderClassName
{
color: #2E6924;
}
.AnyTagClassName
{
color: #2E6924;
}
</style>
background-color css
<style>
a { background-color: #2E6924; }
a { background-color: rgb(46,105,36); }
div.DivClassName
{
background-color: #2E6924;
}
.BgClassName
{
background-color: #2E6924;
}
</style>
border-color css
<style>
span { border-color: #2E6924; }
span { border-color: rgb(46,105,36); }
td.TdClassName
{
border-color: #2E6924;
}
.TagClassName
{
border-color: #2E6924;
}
</style>