Shades of Hunter Green #2F683A
Tints of Hunter Green #2F683A
RGB
CMYK
RGB Variations
Color information
#2F683A (or 0x2F683A) is known color: Hunter Green. HEX triplet: 2F, 68 and 3A. RGB value is (47,104,58). Sum of RGB (Red+Green+Blue) = 47+104+58=209 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.49% from 209); Green value is 104 (41.02% from 255 or 49.76% from 209); Blue value is 58 (23.05% from 255 or 27.75% from 209); Max value from RGB is 104 - color contains mainly: green. Hex color #2F683A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F683A is #D097C5. Grayscale: #515151. Windows color (decimal): -13670342 or 3827759. OLE color: 3827759.
HSL color Cylindrical-coordinate representation of color #2F683A: hue angle of 131.58º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2F683A is Cyan = 0.55, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 47 | 104 | 58 | - |
| CMYK | 0.55 | 0 | 0.44 | 0.59 |
| HSL | 131.58º | 0.38% | 0.3% | - |
| HSV(B) | 131.58º | 0.55% | 0.41% | - |
| XYZ | 6.89 | 10.81 | 5.73 | - |
| YUV | 81.71 | 114.62 | 103.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 104 | 58 | 0.55 | 0 | 0.44 | 0.59 | 131.58 | 0.38 | 0.3 |
| Hex | 2F | 68 | 3A | 37 | 0 | 2C | 3B | 84 | 26 | 1E |
| Octal | 57 | 150 | 72 | 67 | 0 | 54 | 73 | 204 | 46 | 36 |
| Binary | 101111 | 1101000 | 111010 | 110111 | 0 | 101100 | 111011 | 10000100 | 100110 | 11110 |
Color Harmonies of #2F683A
Complementary color
Monochromatic Colors of #2F683A
Black with #2F683A
Text Example
Text Example
White with #2F683A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F683A; }
p { color: rgb(47,104,58); }
H1.HeaderClassName
{
color: #2F683A;
}
.AnyTagClassName
{
color: #2F683A;
}
</style>
background-color css
<style>
a { background-color: #2F683A; }
a { background-color: rgb(47,104,58); }
div.DivClassName
{
background-color: #2F683A;
}
.BgClassName
{
background-color: #2F683A;
}
</style>
border-color css
<style>
span { border-color: #2F683A; }
span { border-color: rgb(47,104,58); }
td.TdClassName
{
border-color: #2F683A;
}
.TagClassName
{
border-color: #2F683A;
}
</style>