Shades of Hunter Green #2E633A
Tints of Hunter Green #2E633A
RGB
CMYK
RGB Variations
Color information
#2E633A (or 0x2E633A) is known color: Hunter Green. HEX triplet: 2E, 63 and 3A. RGB value is (46,99,58). Sum of RGB (Red+Green+Blue) = 46+99+58=203 (26% of max value = 765). Red value is 46 (18.36% from 255 or 22.66% from 203); Green value is 99 (39.06% from 255 or 48.77% from 203); Blue value is 58 (23.05% from 255 or 28.57% from 203); Max value from RGB is 99 - color contains mainly: green. Hex color #2E633A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E633A is #D19CC5. Grayscale: #4E4E4E. Windows color (decimal): -13737158 or 3826478. OLE color: 3826478.
HSL color Cylindrical-coordinate representation of color #2E633A: hue angle of 133.58º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2E633A is Cyan = 0.54, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 46 | 99 | 58 | - |
| CMYK | 0.54 | 0 | 0.41 | 0.61 |
| HSL | 133.58º | 0.37% | 0.28% | - |
| HSV(B) | 133.58º | 0.54% | 0.39% | - |
| XYZ | 6.35 | 9.81 | 5.56 | - |
| YUV | 78.48 | 116.44 | 104.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 99 | 58 | 0.54 | 0 | 0.41 | 0.61 | 133.58 | 0.37 | 0.28 |
| Hex | 2E | 63 | 3A | 36 | 0 | 29 | 3D | 86 | 25 | 1C |
| Octal | 56 | 143 | 72 | 66 | 0 | 51 | 75 | 206 | 45 | 34 |
| Binary | 101110 | 1100011 | 111010 | 110110 | 0 | 101001 | 111101 | 10000110 | 100101 | 11100 |
Color Harmonies of #2E633A
Complementary color
Monochromatic Colors of #2E633A
Black with #2E633A
Text Example
Text Example
White with #2E633A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E633A; }
p { color: rgb(46,99,58); }
H1.HeaderClassName
{
color: #2E633A;
}
.AnyTagClassName
{
color: #2E633A;
}
</style>
background-color css
<style>
a { background-color: #2E633A; }
a { background-color: rgb(46,99,58); }
div.DivClassName
{
background-color: #2E633A;
}
.BgClassName
{
background-color: #2E633A;
}
</style>
border-color css
<style>
span { border-color: #2E633A; }
span { border-color: rgb(46,99,58); }
td.TdClassName
{
border-color: #2E633A;
}
.TagClassName
{
border-color: #2E633A;
}
</style>