Shades of Hunter Green #2F633B
Tints of Hunter Green #2F633B
RGB
CMYK
RGB Variations
Color information
#2F633B (or 0x2F633B) is known color: Hunter Green. HEX triplet: 2F, 63 and 3B. RGB value is (47,99,59). Sum of RGB (Red+Green+Blue) = 47+99+59=205 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.93% from 205); Green value is 99 (39.06% from 255 or 48.29% from 205); Blue value is 59 (23.44% from 255 or 28.78% from 205); Max value from RGB is 99 - color contains mainly: green. Hex color #2F633B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F633B is #D09CC4. Grayscale: #4E4E4E. Windows color (decimal): -13671621 or 3892015. OLE color: 3892015.
HSL color Cylindrical-coordinate representation of color #2F633B: hue angle of 133.85º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2F633B is Cyan = 0.53, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 47 | 99 | 59 | - |
| CMYK | 0.53 | 0 | 0.40 | 0.61 |
| HSL | 133.85º | 0.36% | 0.29% | - |
| HSV(B) | 133.85º | 0.53% | 0.39% | - |
| XYZ | 6.42 | 9.84 | 5.7 | - |
| YUV | 78.89 | 116.77 | 105.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 99 | 59 | 0.53 | 0 | 0.40 | 0.61 | 133.85 | 0.36 | 0.29 |
| Hex | 2F | 63 | 3B | 35 | 0 | 28 | 3D | 86 | 24 | 1D |
| Octal | 57 | 143 | 73 | 65 | 0 | 50 | 75 | 206 | 44 | 35 |
| Binary | 101111 | 1100011 | 111011 | 110101 | 0 | 101000 | 111101 | 10000110 | 100100 | 11101 |
Color Harmonies of #2F633B
Complementary color
Monochromatic Colors of #2F633B
Black with #2F633B
Text Example
Text Example
White with #2F633B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F633B; }
p { color: rgb(47,99,59); }
H1.HeaderClassName
{
color: #2F633B;
}
.AnyTagClassName
{
color: #2F633B;
}
</style>
background-color css
<style>
a { background-color: #2F633B; }
a { background-color: rgb(47,99,59); }
div.DivClassName
{
background-color: #2F633B;
}
.BgClassName
{
background-color: #2F633B;
}
</style>
border-color css
<style>
span { border-color: #2F633B; }
span { border-color: rgb(47,99,59); }
td.TdClassName
{
border-color: #2F633B;
}
.TagClassName
{
border-color: #2F633B;
}
</style>