Shades of San Felix #2E662B
Tints of San Felix #2E662B
RGB
CMYK
RGB Variations
Color information
#2E662B (or 0x2E662B) is known color: San Felix. HEX triplet: 2E, 66 and 2B. RGB value is (46,102,43). Sum of RGB (Red+Green+Blue) = 46+102+43=191 (25% of max value = 765). Red value is 46 (18.36% from 255 or 24.08% from 191); Green value is 102 (40.23% from 255 or 53.40% from 191); Blue value is 43 (17.19% from 255 or 22.51% from 191); Max value from RGB is 102 - color contains mainly: green. Hex color #2E662B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E662B is #D199D4. Grayscale: #4E4E4E. Windows color (decimal): -13736405 or 2844206. OLE color: 2844206.
HSL color Cylindrical-coordinate representation of color #2E662B: hue angle of 116.95º degrees, saturation: 0.41, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2E662B is Cyan = 0.55, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 46 | 102 | 43 | - |
| CMYK | 0.55 | 0 | 0.58 | 0.6 |
| HSL | 116.95º | 0.41% | 0.28% | - |
| HSV(B) | 116.95º | 0.58% | 0.4% | - |
| XYZ | 6.31 | 10.26 | 3.93 | - |
| YUV | 78.53 | 107.95 | 104.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 102 | 43 | 0.55 | 0 | 0.58 | 0.6 | 116.95 | 0.41 | 0.28 |
| Hex | 2E | 66 | 2B | 37 | 0 | 3A | 3C | 75 | 29 | 1C |
| Octal | 56 | 146 | 53 | 67 | 0 | 72 | 74 | 165 | 51 | 34 |
| Binary | 101110 | 1100110 | 101011 | 110111 | 0 | 111010 | 111100 | 1110101 | 101001 | 11100 |
Color Harmonies of #2E662B
Complementary color
Monochromatic Colors of #2E662B
Black with #2E662B
Text Example
Text Example
White with #2E662B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E662B; }
p { color: rgb(46,102,43); }
H1.HeaderClassName
{
color: #2E662B;
}
.AnyTagClassName
{
color: #2E662B;
}
</style>
background-color css
<style>
a { background-color: #2E662B; }
a { background-color: rgb(46,102,43); }
div.DivClassName
{
background-color: #2E662B;
}
.BgClassName
{
background-color: #2E662B;
}
</style>
border-color css
<style>
span { border-color: #2E662B; }
span { border-color: rgb(46,102,43); }
td.TdClassName
{
border-color: #2E662B;
}
.TagClassName
{
border-color: #2E662B;
}
</style>