Shades of Hunter Green #2E663C
Tints of Hunter Green #2E663C
RGB
CMYK
RGB Variations
Color information
#2E663C (or 0x2E663C) is known color: Hunter Green. HEX triplet: 2E, 66 and 3C. RGB value is (46,102,60). Sum of RGB (Red+Green+Blue) = 46+102+60=208 (27% of max value = 765). Red value is 46 (18.36% from 255 or 22.12% from 208); Green value is 102 (40.23% from 255 or 49.04% from 208); Blue value is 60 (23.83% from 255 or 28.85% from 208); Max value from RGB is 102 - color contains mainly: green. Hex color #2E663C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E663C is #D199C3. Grayscale: #505050. Windows color (decimal): -13736388 or 3958318. OLE color: 3958318.
HSL color Cylindrical-coordinate representation of color #2E663C: hue angle of 135º degrees, saturation: 0.38, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2E663C is Cyan = 0.55, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 46 | 102 | 60 | - |
| CMYK | 0.55 | 0 | 0.41 | 0.6 |
| HSL | 135º | 0.38% | 0.29% | - |
| HSV(B) | 135º | 0.55% | 0.4% | - |
| XYZ | 6.69 | 10.41 | 5.93 | - |
| YUV | 80.47 | 116.45 | 103.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 102 | 60 | 0.55 | 0 | 0.41 | 0.6 | 135 | 0.38 | 0.29 |
| Hex | 2E | 66 | 3C | 37 | 0 | 29 | 3C | 87 | 26 | 1D |
| Octal | 56 | 146 | 74 | 67 | 0 | 51 | 74 | 207 | 46 | 35 |
| Binary | 101110 | 1100110 | 111100 | 110111 | 0 | 101001 | 111100 | 10000111 | 100110 | 11101 |
Color Harmonies of #2E663C
Complementary color
Monochromatic Colors of #2E663C
Black with #2E663C
Text Example
Text Example
White with #2E663C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E663C; }
p { color: rgb(46,102,60); }
H1.HeaderClassName
{
color: #2E663C;
}
.AnyTagClassName
{
color: #2E663C;
}
</style>
background-color css
<style>
a { background-color: #2E663C; }
a { background-color: rgb(46,102,60); }
div.DivClassName
{
background-color: #2E663C;
}
.BgClassName
{
background-color: #2E663C;
}
</style>
border-color css
<style>
span { border-color: #2E663C; }
span { border-color: rgb(46,102,60); }
td.TdClassName
{
border-color: #2E663C;
}
.TagClassName
{
border-color: #2E663C;
}
</style>