Shades of Forest Green #2D922F
Tints of Forest Green #2D922F
RGB
CMYK
RGB Variations
Color information
#2D922F (or 0x2D922F) is known color: Forest Green. HEX triplet: 2D, 92 and 2F. RGB value is (45,146,47). Sum of RGB (Red+Green+Blue) = 45+146+47=238 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.91% from 238); Green value is 146 (57.42% from 255 or 61.34% from 238); Blue value is 47 (18.75% from 255 or 19.75% from 238); Max value from RGB is 146 - color contains mainly: green. Hex color #2D922F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D922F is #D26DD0. Grayscale: #686868. Windows color (decimal): -13790673 or 3117613. OLE color: 3117613.
HSL color Cylindrical-coordinate representation of color #2D922F: hue angle of 121.19º 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 #2D922F is Cyan = 0.69, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 45 | 146 | 47 | - |
| CMYK | 0.69 | 0 | 0.68 | 0.43 |
| HSL | 121.19º | 0.53% | 0.37% | - |
| HSV(B) | 121.19º | 0.69% | 0.57% | - |
| XYZ | 11.87 | 21.32 | 6.18 | - |
| YUV | 104.52 | 95.54 | 85.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 146 | 47 | 0.69 | 0 | 0.68 | 0.43 | 121.19 | 0.53 | 0.37 |
| Hex | 2D | 92 | 2F | 45 | 0 | 44 | 2B | 79 | 35 | 25 |
| Octal | 55 | 222 | 57 | 105 | 0 | 104 | 53 | 171 | 65 | 45 |
| Binary | 101101 | 10010010 | 101111 | 1000101 | 0 | 1000100 | 101011 | 1111001 | 110101 | 100101 |
Color Harmonies of #2D922F
Complementary color
Monochromatic Colors of #2D922F
Black with #2D922F
Text Example
Text Example
White with #2D922F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D922F; }
p { color: rgb(45,146,47); }
H1.HeaderClassName
{
color: #2D922F;
}
.AnyTagClassName
{
color: #2D922F;
}
</style>
background-color css
<style>
a { background-color: #2D922F; }
a { background-color: rgb(45,146,47); }
div.DivClassName
{
background-color: #2D922F;
}
.BgClassName
{
background-color: #2D922F;
}
</style>
border-color css
<style>
span { border-color: #2D922F; }
span { border-color: rgb(45,146,47); }
td.TdClassName
{
border-color: #2D922F;
}
.TagClassName
{
border-color: #2D922F;
}
</style>