Shades of Forest Green #2D931F
Tints of Forest Green #2D931F
RGB
CMYK
RGB Variations
Color information
#2D931F (or 0x2D931F) is known color: Forest Green. HEX triplet: 2D, 93 and 1F. RGB value is (45,147,31). Sum of RGB (Red+Green+Blue) = 45+147+31=223 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.18% from 223); Green value is 147 (57.81% from 255 or 65.92% from 223); Blue value is 31 (12.5% from 255 or 13.90% from 223); Max value from RGB is 147 - color contains mainly: green. Hex color #2D931F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D931F is #D26CE0. Grayscale: #676767. Windows color (decimal): -13790433 or 2069293. OLE color: 2069293.
HSL color Cylindrical-coordinate representation of color #2D931F: hue angle of 112.76º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2D931F is Cyan = 0.69, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 45 | 147 | 31 | - |
| CMYK | 0.69 | 0 | 0.79 | 0.42 |
| HSL | 112.76º | 0.65% | 0.35% | - |
| HSV(B) | 112.76º | 0.79% | 0.58% | - |
| XYZ | 11.76 | 21.52 | 4.83 | - |
| YUV | 103.28 | 87.21 | 86.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 147 | 31 | 0.69 | 0 | 0.79 | 0.42 | 112.76 | 0.65 | 0.35 |
| Hex | 2D | 93 | 1F | 45 | 0 | 4F | 2A | 71 | 41 | 23 |
| Octal | 55 | 223 | 37 | 105 | 0 | 117 | 52 | 161 | 101 | 43 |
| Binary | 101101 | 10010011 | 11111 | 1000101 | 0 | 1001111 | 101010 | 1110001 | 1000001 | 100011 |
Color Harmonies of #2D931F
Complementary color
Monochromatic Colors of #2D931F
Black with #2D931F
Text Example
Text Example
White with #2D931F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D931F; }
p { color: rgb(45,147,31); }
H1.HeaderClassName
{
color: #2D931F;
}
.AnyTagClassName
{
color: #2D931F;
}
</style>
background-color css
<style>
a { background-color: #2D931F; }
a { background-color: rgb(45,147,31); }
div.DivClassName
{
background-color: #2D931F;
}
.BgClassName
{
background-color: #2D931F;
}
</style>
border-color css
<style>
span { border-color: #2D931F; }
span { border-color: rgb(45,147,31); }
td.TdClassName
{
border-color: #2D931F;
}
.TagClassName
{
border-color: #2D931F;
}
</style>