Shades of Forest Green #2F922D
Tints of Forest Green #2F922D
RGB
CMYK
RGB Variations
Color information
#2F922D (or 0x2F922D) is known color: Forest Green. HEX triplet: 2F, 92 and 2D. RGB value is (47,146,45). Sum of RGB (Red+Green+Blue) = 47+146+45=238 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.75% from 238); Green value is 146 (57.42% from 255 or 61.34% from 238); Blue value is 45 (17.97% from 255 or 18.91% from 238); Max value from RGB is 146 - color contains mainly: green. Hex color #2F922D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F922D is #D06DD2. Grayscale: #696969. Windows color (decimal): -13659603 or 2986543. OLE color: 2986543.
HSL color Cylindrical-coordinate representation of color #2F922D: hue angle of 118.81º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2F922D is Cyan = 0.68, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 47 | 146 | 45 | - |
| CMYK | 0.68 | 0 | 0.69 | 0.43 |
| HSL | 118.81º | 0.53% | 0.37% | - |
| HSV(B) | 118.81º | 0.69% | 0.57% | - |
| XYZ | 11.92 | 21.35 | 5.98 | - |
| YUV | 104.89 | 94.2 | 86.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 146 | 45 | 0.68 | 0 | 0.69 | 0.43 | 118.81 | 0.53 | 0.37 |
| Hex | 2F | 92 | 2D | 44 | 0 | 45 | 2B | 77 | 35 | 25 |
| Octal | 57 | 222 | 55 | 104 | 0 | 105 | 53 | 167 | 65 | 45 |
| Binary | 101111 | 10010010 | 101101 | 1000100 | 0 | 1000101 | 101011 | 1110111 | 110101 | 100101 |
Color Harmonies of #2F922D
Complementary color
Monochromatic Colors of #2F922D
Black with #2F922D
Text Example
Text Example
White with #2F922D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F922D; }
p { color: rgb(47,146,45); }
H1.HeaderClassName
{
color: #2F922D;
}
.AnyTagClassName
{
color: #2F922D;
}
</style>
background-color css
<style>
a { background-color: #2F922D; }
a { background-color: rgb(47,146,45); }
div.DivClassName
{
background-color: #2F922D;
}
.BgClassName
{
background-color: #2F922D;
}
</style>
border-color css
<style>
span { border-color: #2F922D; }
span { border-color: rgb(47,146,45); }
td.TdClassName
{
border-color: #2F922D;
}
.TagClassName
{
border-color: #2F922D;
}
</style>