Shades of Hunter Green #2F623D
Tints of Hunter Green #2F623D
RGB
CMYK
RGB Variations
Color information
#2F623D (or 0x2F623D) is known color: Hunter Green. HEX triplet: 2F, 62 and 3D. RGB value is (47,98,61). Sum of RGB (Red+Green+Blue) = 47+98+61=206 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.82% from 206); Green value is 98 (38.67% from 255 or 47.57% from 206); Blue value is 61 (24.22% from 255 or 29.61% from 206); Max value from RGB is 98 - color contains mainly: green. Hex color #2F623D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F623D is #D09DC2. Grayscale: #4E4E4E. Windows color (decimal): -13671875 or 4022831. OLE color: 4022831.
HSL color Cylindrical-coordinate representation of color #2F623D: hue angle of 136.47º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2F623D is Cyan = 0.52, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 47 | 98 | 61 | - |
| CMYK | 0.52 | 0 | 0.38 | 0.62 |
| HSL | 136.47º | 0.35% | 0.28% | - |
| HSV(B) | 136.47º | 0.52% | 0.38% | - |
| XYZ | 6.38 | 9.68 | 5.95 | - |
| YUV | 78.53 | 118.1 | 105.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 98 | 61 | 0.52 | 0 | 0.38 | 0.62 | 136.47 | 0.35 | 0.28 |
| Hex | 2F | 62 | 3D | 34 | 0 | 26 | 3E | 88 | 23 | 1C |
| Octal | 57 | 142 | 75 | 64 | 0 | 46 | 76 | 210 | 43 | 34 |
| Binary | 101111 | 1100010 | 111101 | 110100 | 0 | 100110 | 111110 | 10001000 | 100011 | 11100 |
Color Harmonies of #2F623D
Complementary color
Monochromatic Colors of #2F623D
Black with #2F623D
Text Example
Text Example
White with #2F623D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F623D; }
p { color: rgb(47,98,61); }
H1.HeaderClassName
{
color: #2F623D;
}
.AnyTagClassName
{
color: #2F623D;
}
</style>
background-color css
<style>
a { background-color: #2F623D; }
a { background-color: rgb(47,98,61); }
div.DivClassName
{
background-color: #2F623D;
}
.BgClassName
{
background-color: #2F623D;
}
</style>
border-color css
<style>
span { border-color: #2F623D; }
span { border-color: rgb(47,98,61); }
td.TdClassName
{
border-color: #2F623D;
}
.TagClassName
{
border-color: #2F623D;
}
</style>