Shades of Hunter Green #2F643D
Tints of Hunter Green #2F643D
RGB
CMYK
RGB Variations
Color information
#2F643D (or 0x2F643D) is known color: Hunter Green. HEX triplet: 2F, 64 and 3D. RGB value is (47,100,61). Sum of RGB (Red+Green+Blue) = 47+100+61=208 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.60% from 208); Green value is 100 (39.45% from 255 or 48.08% from 208); Blue value is 61 (24.22% from 255 or 29.33% from 208); Max value from RGB is 100 - color contains mainly: green. Hex color #2F643D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F643D is #D09BC2. Grayscale: #4F4F4F. Windows color (decimal): -13671363 or 4023343. OLE color: 4023343.
HSL color Cylindrical-coordinate representation of color #2F643D: hue angle of 135.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 #2F643D is Cyan = 0.53, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 47 | 100 | 61 | - |
| CMYK | 0.53 | 0 | 0.39 | 0.61 |
| HSL | 135.85º | 0.36% | 0.29% | - |
| HSV(B) | 135.85º | 0.53% | 0.39% | - |
| XYZ | 6.57 | 10.06 | 6.01 | - |
| YUV | 79.71 | 117.44 | 104.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 100 | 61 | 0.53 | 0 | 0.39 | 0.61 | 135.85 | 0.36 | 0.29 |
| Hex | 2F | 64 | 3D | 35 | 0 | 27 | 3D | 88 | 24 | 1D |
| Octal | 57 | 144 | 75 | 65 | 0 | 47 | 75 | 210 | 44 | 35 |
| Binary | 101111 | 1100100 | 111101 | 110101 | 0 | 100111 | 111101 | 10001000 | 100100 | 11101 |
Color Harmonies of #2F643D
Complementary color
Monochromatic Colors of #2F643D
Black with #2F643D
Text Example
Text Example
White with #2F643D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F643D; }
p { color: rgb(47,100,61); }
H1.HeaderClassName
{
color: #2F643D;
}
.AnyTagClassName
{
color: #2F643D;
}
</style>
background-color css
<style>
a { background-color: #2F643D; }
a { background-color: rgb(47,100,61); }
div.DivClassName
{
background-color: #2F643D;
}
.BgClassName
{
background-color: #2F643D;
}
</style>
border-color css
<style>
span { border-color: #2F643D; }
span { border-color: rgb(47,100,61); }
td.TdClassName
{
border-color: #2F643D;
}
.TagClassName
{
border-color: #2F643D;
}
</style>