Shades of Hunter Green #2E643D
Tints of Hunter Green #2E643D
RGB
CMYK
RGB Variations
Color information
#2E643D (or 0x2E643D) is known color: Hunter Green. HEX triplet: 2E, 64 and 3D. RGB value is (46,100,61). Sum of RGB (Red+Green+Blue) = 46+100+61=207 (27% of max value = 765). Red value is 46 (18.36% from 255 or 22.22% from 207); Green value is 100 (39.45% from 255 or 48.31% from 207); Blue value is 61 (24.22% from 255 or 29.47% from 207); Max value from RGB is 100 - color contains mainly: green. Hex color #2E643D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E643D is #D19BC2. Grayscale: #4F4F4F. Windows color (decimal): -13736899 or 4023342. OLE color: 4023342.
HSL color Cylindrical-coordinate representation of color #2E643D: hue angle of 136.67º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2E643D is Cyan = 0.54, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 46 | 100 | 61 | - |
| CMYK | 0.54 | 0 | 0.39 | 0.61 |
| HSL | 136.67º | 0.37% | 0.29% | - |
| HSV(B) | 136.67º | 0.54% | 0.39% | - |
| XYZ | 6.53 | 10.03 | 6.01 | - |
| YUV | 79.41 | 117.61 | 104.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 100 | 61 | 0.54 | 0 | 0.39 | 0.61 | 136.67 | 0.37 | 0.29 |
| Hex | 2E | 64 | 3D | 36 | 0 | 27 | 3D | 89 | 25 | 1D |
| Octal | 56 | 144 | 75 | 66 | 0 | 47 | 75 | 211 | 45 | 35 |
| Binary | 101110 | 1100100 | 111101 | 110110 | 0 | 100111 | 111101 | 10001001 | 100101 | 11101 |
Color Harmonies of #2E643D
Complementary color
Monochromatic Colors of #2E643D
Black with #2E643D
Text Example
Text Example
White with #2E643D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E643D; }
p { color: rgb(46,100,61); }
H1.HeaderClassName
{
color: #2E643D;
}
.AnyTagClassName
{
color: #2E643D;
}
</style>
background-color css
<style>
a { background-color: #2E643D; }
a { background-color: rgb(46,100,61); }
div.DivClassName
{
background-color: #2E643D;
}
.BgClassName
{
background-color: #2E643D;
}
</style>
border-color css
<style>
span { border-color: #2E643D; }
span { border-color: rgb(46,100,61); }
td.TdClassName
{
border-color: #2E643D;
}
.TagClassName
{
border-color: #2E643D;
}
</style>