Shades of San Felix #2E662D
Tints of San Felix #2E662D
RGB
CMYK
RGB Variations
Color information
#2E662D (or 0x2E662D) is known color: San Felix. HEX triplet: 2E, 66 and 2D. RGB value is (46,102,45). Sum of RGB (Red+Green+Blue) = 46+102+45=193 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.83% from 193); Green value is 102 (40.23% from 255 or 52.85% from 193); Blue value is 45 (17.97% from 255 or 23.32% from 193); Max value from RGB is 102 - color contains mainly: green. Hex color #2E662D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E662D is #D199D2. Grayscale: #4E4E4E. Windows color (decimal): -13736403 or 2975278. OLE color: 2975278.
HSL color Cylindrical-coordinate representation of color #2E662D: hue angle of 118.95º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2E662D is Cyan = 0.55, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 46 | 102 | 45 | - |
| CMYK | 0.55 | 0 | 0.56 | 0.6 |
| HSL | 118.95º | 0.39% | 0.29% | - |
| HSV(B) | 118.95º | 0.56% | 0.4% | - |
| XYZ | 6.35 | 10.27 | 4.13 | - |
| YUV | 78.76 | 108.95 | 104.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 102 | 45 | 0.55 | 0 | 0.56 | 0.6 | 118.95 | 0.39 | 0.29 |
| Hex | 2E | 66 | 2D | 37 | 0 | 38 | 3C | 77 | 27 | 1D |
| Octal | 56 | 146 | 55 | 67 | 0 | 70 | 74 | 167 | 47 | 35 |
| Binary | 101110 | 1100110 | 101101 | 110111 | 0 | 111000 | 111100 | 1110111 | 100111 | 11101 |
Color Harmonies of #2E662D
Complementary color
Monochromatic Colors of #2E662D
Black with #2E662D
Text Example
Text Example
White with #2E662D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E662D; }
p { color: rgb(46,102,45); }
H1.HeaderClassName
{
color: #2E662D;
}
.AnyTagClassName
{
color: #2E662D;
}
</style>
background-color css
<style>
a { background-color: #2E662D; }
a { background-color: rgb(46,102,45); }
div.DivClassName
{
background-color: #2E662D;
}
.BgClassName
{
background-color: #2E662D;
}
</style>
border-color css
<style>
span { border-color: #2E662D; }
span { border-color: rgb(46,102,45); }
td.TdClassName
{
border-color: #2E662D;
}
.TagClassName
{
border-color: #2E662D;
}
</style>