Shades of Forest Green #2F993D
Tints of Forest Green #2F993D
RGB
CMYK
RGB Variations
Color information
#2F993D (or 0x2F993D) is known color: Forest Green. HEX triplet: 2F, 99 and 3D. RGB value is (47,153,61). Sum of RGB (Red+Green+Blue) = 47+153+61=261 (34% of max value = 765). Red value is 47 (18.75% from 255 or 18.01% from 261); Green value is 153 (60.16% from 255 or 58.62% from 261); Blue value is 61 (24.22% from 255 or 23.37% from 261); Max value from RGB is 153 - color contains mainly: green. Hex color #2F993D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F993D is #D066C2. Grayscale: #6F6F6F. Windows color (decimal): -13657795 or 4036911. OLE color: 4036911.
HSL color Cylindrical-coordinate representation of color #2F993D: hue angle of 127.92º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2F993D is Cyan = 0.69, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 47 | 153 | 61 | - |
| CMYK | 0.69 | 0 | 0.60 | 0.4 |
| HSL | 127.92º | 0.53% | 0.39% | - |
| HSV(B) | 127.92º | 0.69% | 0.6% | - |
| XYZ | 13.41 | 23.72 | 8.29 | - |
| YUV | 110.82 | 99.88 | 82.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 153 | 61 | 0.69 | 0 | 0.60 | 0.4 | 127.92 | 0.53 | 0.39 |
| Hex | 2F | 99 | 3D | 45 | 0 | 3C | 28 | 80 | 35 | 27 |
| Octal | 57 | 231 | 75 | 105 | 0 | 74 | 50 | 200 | 65 | 47 |
| Binary | 101111 | 10011001 | 111101 | 1000101 | 0 | 111100 | 101000 | 10000000 | 110101 | 100111 |
Color Harmonies of #2F993D
Complementary color
Monochromatic Colors of #2F993D
Black with #2F993D
Text Example
Text Example
White with #2F993D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F993D; }
p { color: rgb(47,153,61); }
H1.HeaderClassName
{
color: #2F993D;
}
.AnyTagClassName
{
color: #2F993D;
}
</style>
background-color css
<style>
a { background-color: #2F993D; }
a { background-color: rgb(47,153,61); }
div.DivClassName
{
background-color: #2F993D;
}
.BgClassName
{
background-color: #2F993D;
}
</style>
border-color css
<style>
span { border-color: #2F993D; }
span { border-color: rgb(47,153,61); }
td.TdClassName
{
border-color: #2F993D;
}
.TagClassName
{
border-color: #2F993D;
}
</style>