Shades of Hunter Green #2F633A
Tints of Hunter Green #2F633A
RGB
CMYK
RGB Variations
Color information
#2F633A (or 0x2F633A) is known color: Hunter Green. HEX triplet: 2F, 63 and 3A. RGB value is (47,99,58). Sum of RGB (Red+Green+Blue) = 47+99+58=204 (27% of max value = 765). Red value is 47 (18.75% from 255 or 23.04% from 204); Green value is 99 (39.06% from 255 or 48.53% from 204); Blue value is 58 (23.05% from 255 or 28.43% from 204); Max value from RGB is 99 - color contains mainly: green. Hex color #2F633A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F633A is #D09CC5. Grayscale: #4E4E4E. Windows color (decimal): -13671622 or 3826479. OLE color: 3826479.
HSL color Cylindrical-coordinate representation of color #2F633A: hue angle of 132.69º 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 #2F633A is Cyan = 0.53, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 47 | 99 | 58 | - |
| CMYK | 0.53 | 0 | 0.41 | 0.61 |
| HSL | 132.69º | 0.36% | 0.29% | - |
| HSV(B) | 132.69º | 0.53% | 0.39% | - |
| XYZ | 6.4 | 9.83 | 5.56 | - |
| YUV | 78.78 | 116.27 | 105.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 99 | 58 | 0.53 | 0 | 0.41 | 0.61 | 132.69 | 0.36 | 0.29 |
| Hex | 2F | 63 | 3A | 35 | 0 | 29 | 3D | 85 | 24 | 1D |
| Octal | 57 | 143 | 72 | 65 | 0 | 51 | 75 | 205 | 44 | 35 |
| Binary | 101111 | 1100011 | 111010 | 110101 | 0 | 101001 | 111101 | 10000101 | 100100 | 11101 |
Color Harmonies of #2F633A
Complementary color
Monochromatic Colors of #2F633A
Black with #2F633A
Text Example
Text Example
White with #2F633A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F633A; }
p { color: rgb(47,99,58); }
H1.HeaderClassName
{
color: #2F633A;
}
.AnyTagClassName
{
color: #2F633A;
}
</style>
background-color css
<style>
a { background-color: #2F633A; }
a { background-color: rgb(47,99,58); }
div.DivClassName
{
background-color: #2F633A;
}
.BgClassName
{
background-color: #2F633A;
}
</style>
border-color css
<style>
span { border-color: #2F633A; }
span { border-color: rgb(47,99,58); }
td.TdClassName
{
border-color: #2F633A;
}
.TagClassName
{
border-color: #2F633A;
}
</style>