Shades of San Felix #2E642D
Tints of San Felix #2E642D
RGB
CMYK
RGB Variations
Color information
#2E642D (or 0x2E642D) is known color: San Felix. HEX triplet: 2E, 64 and 2D. RGB value is (46,100,45). Sum of RGB (Red+Green+Blue) = 46+100+45=191 (25% of max value = 765). Red value is 46 (18.36% from 255 or 24.08% from 191); Green value is 100 (39.45% from 255 or 52.36% from 191); Blue value is 45 (17.97% from 255 or 23.56% from 191); Max value from RGB is 100 - color contains mainly: green. Hex color #2E642D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E642D is #D19BD2. Grayscale: #4D4D4D. Windows color (decimal): -13736915 or 2974766. OLE color: 2974766.
HSL color Cylindrical-coordinate representation of color #2E642D: hue angle of 118.91º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2E642D is Cyan = 0.54, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 46 | 100 | 45 | - |
| CMYK | 0.54 | 0 | 0.55 | 0.61 |
| HSL | 118.91º | 0.38% | 0.28% | - |
| HSV(B) | 118.91º | 0.55% | 0.39% | - |
| XYZ | 6.16 | 9.88 | 4.07 | - |
| YUV | 77.58 | 109.61 | 105.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 100 | 45 | 0.54 | 0 | 0.55 | 0.61 | 118.91 | 0.38 | 0.28 |
| Hex | 2E | 64 | 2D | 36 | 0 | 37 | 3D | 77 | 26 | 1C |
| Octal | 56 | 144 | 55 | 66 | 0 | 67 | 75 | 167 | 46 | 34 |
| Binary | 101110 | 1100100 | 101101 | 110110 | 0 | 110111 | 111101 | 1110111 | 100110 | 11100 |
Color Harmonies of #2E642D
Complementary color
Monochromatic Colors of #2E642D
Black with #2E642D
Text Example
Text Example
White with #2E642D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E642D; }
p { color: rgb(46,100,45); }
H1.HeaderClassName
{
color: #2E642D;
}
.AnyTagClassName
{
color: #2E642D;
}
</style>
background-color css
<style>
a { background-color: #2E642D; }
a { background-color: rgb(46,100,45); }
div.DivClassName
{
background-color: #2E642D;
}
.BgClassName
{
background-color: #2E642D;
}
</style>
border-color css
<style>
span { border-color: #2E642D; }
span { border-color: rgb(46,100,45); }
td.TdClassName
{
border-color: #2E642D;
}
.TagClassName
{
border-color: #2E642D;
}
</style>