Shades of San Felix #2E6830
Tints of San Felix #2E6830
RGB
CMYK
RGB Variations
Color information
#2E6830 (or 0x2E6830) is known color: San Felix. HEX triplet: 2E, 68 and 30. RGB value is (46,104,48). Sum of RGB (Red+Green+Blue) = 46+104+48=198 (26% of max value = 765). Red value is 46 (18.36% from 255 or 23.23% from 198); Green value is 104 (41.02% from 255 or 52.53% from 198); Blue value is 48 (19.14% from 255 or 24.24% from 198); Max value from RGB is 104 - color contains mainly: green. Hex color #2E6830 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E6830 is #D197CF. Grayscale: #505050. Windows color (decimal): -13735888 or 3172398. OLE color: 3172398.
HSL color Cylindrical-coordinate representation of color #2E6830: hue angle of 122.07º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2E6830 is Cyan = 0.56, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 46 | 104 | 48 | - |
| CMYK | 0.56 | 0 | 0.54 | 0.59 |
| HSL | 122.07º | 0.39% | 0.29% | - |
| HSV(B) | 122.07º | 0.56% | 0.41% | - |
| XYZ | 6.61 | 10.69 | 4.51 | - |
| YUV | 80.27 | 109.78 | 103.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 104 | 48 | 0.56 | 0 | 0.54 | 0.59 | 122.07 | 0.39 | 0.29 |
| Hex | 2E | 68 | 30 | 38 | 0 | 36 | 3B | 7A | 27 | 1D |
| Octal | 56 | 150 | 60 | 70 | 0 | 66 | 73 | 172 | 47 | 35 |
| Binary | 101110 | 1101000 | 110000 | 111000 | 0 | 110110 | 111011 | 1111010 | 100111 | 11101 |
Color Harmonies of #2E6830
Complementary color
Monochromatic Colors of #2E6830
Black with #2E6830
Text Example
Text Example
White with #2E6830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6830; }
p { color: rgb(46,104,48); }
H1.HeaderClassName
{
color: #2E6830;
}
.AnyTagClassName
{
color: #2E6830;
}
</style>
background-color css
<style>
a { background-color: #2E6830; }
a { background-color: rgb(46,104,48); }
div.DivClassName
{
background-color: #2E6830;
}
.BgClassName
{
background-color: #2E6830;
}
</style>
border-color css
<style>
span { border-color: #2E6830; }
span { border-color: rgb(46,104,48); }
td.TdClassName
{
border-color: #2E6830;
}
.TagClassName
{
border-color: #2E6830;
}
</style>