Shades of Forest Green #2F9800
Tints of Forest Green #2F9800
RGB
CMYK
RGB Variations
Color information
#2F9800 (or 0x2F9800) is known color: Forest Green. HEX triplet: 2F, 98 and 00. RGB value is (47,152,0). Sum of RGB (Red+Green+Blue) = 47+152+0=199 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.62% from 199); Green value is 152 (59.77% from 255 or 76.38% from 199); Blue value is 0 (0.39% from 255 or 0% from 199); Max value from RGB is 152 - color contains mainly: green. Hex color #2F9800 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2F9800 is #D067FF. Grayscale: #676767. Windows color (decimal): -13658112 or 38959. OLE color: 38959.
HSL color Cylindrical-coordinate representation of color #2F9800: hue angle of 101.45º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2F9800 is Cyan = 0.69, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 47 | 152 | 0 | - |
| CMYK | 0.69 | 0 | 1 | 0.40 |
| HSL | 101.45º | 1% | 0.3% | - |
| HSV(B) | 101.45º | 1% | 0.6% | - |
| XYZ | 12.4 | 23.06 | 3.8 | - |
| YUV | 103.28 | 69.71 | 87.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 152 | 0 | 0.69 | 0 | 1 | 0.40 | 101.45 | 1 | 0.3 |
| Hex | 2F | 98 | 0 | 45 | 0 | 64 | 28 | 65 | 64 | 1E |
| Octal | 57 | 230 | 0 | 105 | 0 | 144 | 50 | 145 | 144 | 36 |
| Binary | 101111 | 10011000 | 0 | 1000101 | 0 | 1100100 | 101000 | 1100101 | 1100100 | 11110 |
Color Harmonies of #2F9800
Complementary color
Monochromatic Colors of #2F9800
Black with #2F9800
Text Example
Text Example
White with #2F9800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F9800; }
p { color: rgb(47,152,0); }
H1.HeaderClassName
{
color: #2F9800;
}
.AnyTagClassName
{
color: #2F9800;
}
</style>
background-color css
<style>
a { background-color: #2F9800; }
a { background-color: rgb(47,152,0); }
div.DivClassName
{
background-color: #2F9800;
}
.BgClassName
{
background-color: #2F9800;
}
</style>
border-color css
<style>
span { border-color: #2F9800; }
span { border-color: rgb(47,152,0); }
td.TdClassName
{
border-color: #2F9800;
}
.TagClassName
{
border-color: #2F9800;
}
</style>