Shades of Hunter Green #2E683C
Tints of Hunter Green #2E683C
RGB
CMYK
RGB Variations
Color information
#2E683C (or 0x2E683C) is known color: Hunter Green. HEX triplet: 2E, 68 and 3C. RGB value is (46,104,60). Sum of RGB (Red+Green+Blue) = 46+104+60=210 (27% of max value = 765). Red value is 46 (18.36% from 255 or 21.90% from 210); Green value is 104 (41.02% from 255 or 49.52% from 210); Blue value is 60 (23.83% from 255 or 28.57% from 210); Max value from RGB is 104 - color contains mainly: green. Hex color #2E683C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E683C is #D197C3. Grayscale: #515151. Windows color (decimal): -13735876 or 3958830. OLE color: 3958830.
HSL color Cylindrical-coordinate representation of color #2E683C: hue angle of 134.48º 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 #2E683C is Cyan = 0.56, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 46 | 104 | 60 | - |
| CMYK | 0.56 | 0 | 0.42 | 0.59 |
| HSL | 134.48º | 0.39% | 0.29% | - |
| HSV(B) | 134.48º | 0.56% | 0.41% | - |
| XYZ | 6.89 | 10.81 | 6 | - |
| YUV | 81.64 | 115.78 | 102.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 104 | 60 | 0.56 | 0 | 0.42 | 0.59 | 134.48 | 0.39 | 0.29 |
| Hex | 2E | 68 | 3C | 38 | 0 | 2A | 3B | 86 | 27 | 1D |
| Octal | 56 | 150 | 74 | 70 | 0 | 52 | 73 | 206 | 47 | 35 |
| Binary | 101110 | 1101000 | 111100 | 111000 | 0 | 101010 | 111011 | 10000110 | 100111 | 11101 |
Color Harmonies of #2E683C
Complementary color
Monochromatic Colors of #2E683C
Black with #2E683C
Text Example
Text Example
White with #2E683C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E683C; }
p { color: rgb(46,104,60); }
H1.HeaderClassName
{
color: #2E683C;
}
.AnyTagClassName
{
color: #2E683C;
}
</style>
background-color css
<style>
a { background-color: #2E683C; }
a { background-color: rgb(46,104,60); }
div.DivClassName
{
background-color: #2E683C;
}
.BgClassName
{
background-color: #2E683C;
}
</style>
border-color css
<style>
span { border-color: #2E683C; }
span { border-color: rgb(46,104,60); }
td.TdClassName
{
border-color: #2E683C;
}
.TagClassName
{
border-color: #2E683C;
}
</style>