Shades of Forest Green #2F9028
Tints of Forest Green #2F9028
RGB
CMYK
RGB Variations
Color information
#2F9028 (or 0x2F9028) is known color: Forest Green. HEX triplet: 2F, 90 and 28. RGB value is (47,144,40). Sum of RGB (Red+Green+Blue) = 47+144+40=231 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.35% from 231); Green value is 144 (56.64% from 255 or 62.34% from 231); Blue value is 40 (16.02% from 255 or 17.32% from 231); Max value from RGB is 144 - color contains mainly: green. Hex color #2F9028 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F9028 is #D06FD7. Grayscale: #676767. Windows color (decimal): -13660120 or 2658351. OLE color: 2658351.
HSL color Cylindrical-coordinate representation of color #2F9028: hue angle of 115.96º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2F9028 is Cyan = 0.67, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 47 | 144 | 40 | - |
| CMYK | 0.67 | 0 | 0.72 | 0.44 |
| HSL | 115.96º | 0.57% | 0.36% | - |
| HSV(B) | 115.96º | 0.72% | 0.56% | - |
| XYZ | 11.53 | 20.7 | 5.4 | - |
| YUV | 103.14 | 92.36 | 87.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 144 | 40 | 0.67 | 0 | 0.72 | 0.44 | 115.96 | 0.57 | 0.36 |
| Hex | 2F | 90 | 28 | 43 | 0 | 48 | 2C | 74 | 39 | 24 |
| Octal | 57 | 220 | 50 | 103 | 0 | 110 | 54 | 164 | 71 | 44 |
| Binary | 101111 | 10010000 | 101000 | 1000011 | 0 | 1001000 | 101100 | 1110100 | 111001 | 100100 |
Color Harmonies of #2F9028
Complementary color
Monochromatic Colors of #2F9028
Black with #2F9028
Text Example
Text Example
White with #2F9028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F9028; }
p { color: rgb(47,144,40); }
H1.HeaderClassName
{
color: #2F9028;
}
.AnyTagClassName
{
color: #2F9028;
}
</style>
background-color css
<style>
a { background-color: #2F9028; }
a { background-color: rgb(47,144,40); }
div.DivClassName
{
background-color: #2F9028;
}
.BgClassName
{
background-color: #2F9028;
}
</style>
border-color css
<style>
span { border-color: #2F9028; }
span { border-color: rgb(47,144,40); }
td.TdClassName
{
border-color: #2F9028;
}
.TagClassName
{
border-color: #2F9028;
}
</style>