Shades of San Felix #2E682B
Tints of San Felix #2E682B
RGB
CMYK
RGB Variations
Color information
#2E682B (or 0x2E682B) is known color: San Felix. HEX triplet: 2E, 68 and 2B. RGB value is (46,104,43). Sum of RGB (Red+Green+Blue) = 46+104+43=193 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.83% from 193); Green value is 104 (41.02% from 255 or 53.89% from 193); Blue value is 43 (17.19% from 255 or 22.28% from 193); Max value from RGB is 104 - color contains mainly: green. Hex color #2E682B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E682B is #D197D4. Grayscale: #4F4F4F. Windows color (decimal): -13735893 or 2844718. OLE color: 2844718.
HSL color Cylindrical-coordinate representation of color #2E682B: hue angle of 117.05º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2E682B is Cyan = 0.56, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 46 | 104 | 43 | - |
| CMYK | 0.56 | 0 | 0.59 | 0.59 |
| HSL | 117.05º | 0.41% | 0.29% | - |
| HSV(B) | 117.05º | 0.59% | 0.41% | - |
| XYZ | 6.51 | 10.66 | 4 | - |
| YUV | 79.7 | 107.28 | 103.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 104 | 43 | 0.56 | 0 | 0.59 | 0.59 | 117.05 | 0.41 | 0.29 |
| Hex | 2E | 68 | 2B | 38 | 0 | 3B | 3B | 75 | 29 | 1D |
| Octal | 56 | 150 | 53 | 70 | 0 | 73 | 73 | 165 | 51 | 35 |
| Binary | 101110 | 1101000 | 101011 | 111000 | 0 | 111011 | 111011 | 1110101 | 101001 | 11101 |
Color Harmonies of #2E682B
Complementary color
Monochromatic Colors of #2E682B
Black with #2E682B
Text Example
Text Example
White with #2E682B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E682B; }
p { color: rgb(46,104,43); }
H1.HeaderClassName
{
color: #2E682B;
}
.AnyTagClassName
{
color: #2E682B;
}
</style>
background-color css
<style>
a { background-color: #2E682B; }
a { background-color: rgb(46,104,43); }
div.DivClassName
{
background-color: #2E682B;
}
.BgClassName
{
background-color: #2E682B;
}
</style>
border-color css
<style>
span { border-color: #2E682B; }
span { border-color: rgb(46,104,43); }
td.TdClassName
{
border-color: #2E682B;
}
.TagClassName
{
border-color: #2E682B;
}
</style>