Shades of Forest Green #2F9325
Tints of Forest Green #2F9325
RGB
CMYK
RGB Variations
Color information
#2F9325 (or 0x2F9325) is known color: Forest Green. HEX triplet: 2F, 93 and 25. RGB value is (47,147,37). Sum of RGB (Red+Green+Blue) = 47+147+37=231 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.35% from 231); Green value is 147 (57.81% from 255 or 63.64% from 231); Blue value is 37 (14.84% from 255 or 16.02% from 231); Max value from RGB is 147 - color contains mainly: green. Hex color #2F9325 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F9325 is #D06CDA. Grayscale: #686868. Windows color (decimal): -13659355 or 2462511. OLE color: 2462511.
HSL color Cylindrical-coordinate representation of color #2F9325: hue angle of 114.55º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2F9325 is Cyan = 0.68, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 47 | 147 | 37 | - |
| CMYK | 0.68 | 0 | 0.75 | 0.42 |
| HSL | 114.55º | 0.6% | 0.36% | - |
| HSV(B) | 114.55º | 0.75% | 0.58% | - |
| XYZ | 11.94 | 21.61 | 5.29 | - |
| YUV | 104.56 | 89.87 | 86.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 147 | 37 | 0.68 | 0 | 0.75 | 0.42 | 114.55 | 0.6 | 0.36 |
| Hex | 2F | 93 | 25 | 44 | 0 | 4B | 2A | 73 | 3C | 24 |
| Octal | 57 | 223 | 45 | 104 | 0 | 113 | 52 | 163 | 74 | 44 |
| Binary | 101111 | 10010011 | 100101 | 1000100 | 0 | 1001011 | 101010 | 1110011 | 111100 | 100100 |
Color Harmonies of #2F9325
Complementary color
Monochromatic Colors of #2F9325
Black with #2F9325
Text Example
Text Example
White with #2F9325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F9325; }
p { color: rgb(47,147,37); }
H1.HeaderClassName
{
color: #2F9325;
}
.AnyTagClassName
{
color: #2F9325;
}
</style>
background-color css
<style>
a { background-color: #2F9325; }
a { background-color: rgb(47,147,37); }
div.DivClassName
{
background-color: #2F9325;
}
.BgClassName
{
background-color: #2F9325;
}
</style>
border-color css
<style>
span { border-color: #2F9325; }
span { border-color: rgb(47,147,37); }
td.TdClassName
{
border-color: #2F9325;
}
.TagClassName
{
border-color: #2F9325;
}
</style>