Shades of Forest Green #2D941F
Tints of Forest Green #2D941F
RGB
CMYK
RGB Variations
Color information
#2D941F (or 0x2D941F) is known color: Forest Green. HEX triplet: 2D, 94 and 1F. RGB value is (45,148,31). Sum of RGB (Red+Green+Blue) = 45+148+31=224 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.09% from 224); Green value is 148 (58.20% from 255 or 66.07% from 224); Blue value is 31 (12.5% from 255 or 13.84% from 224); Max value from RGB is 148 - color contains mainly: green. Hex color #2D941F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D941F is #D26BE0. Grayscale: #686868. Windows color (decimal): -13790177 or 2069549. OLE color: 2069549.
HSL color Cylindrical-coordinate representation of color #2D941F: hue angle of 112.82º 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 #2D941F is Cyan = 0.70, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 45 | 148 | 31 | - |
| CMYK | 0.70 | 0 | 0.79 | 0.42 |
| HSL | 112.82º | 0.65% | 0.35% | - |
| HSV(B) | 112.82º | 0.79% | 0.58% | - |
| XYZ | 11.92 | 21.84 | 4.88 | - |
| YUV | 103.87 | 86.88 | 86.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 148 | 31 | 0.70 | 0 | 0.79 | 0.42 | 112.82 | 0.65 | 0.35 |
| Hex | 2D | 94 | 1F | 46 | 0 | 4F | 2A | 71 | 41 | 23 |
| Octal | 55 | 224 | 37 | 106 | 0 | 117 | 52 | 161 | 101 | 43 |
| Binary | 101101 | 10010100 | 11111 | 1000110 | 0 | 1001111 | 101010 | 1110001 | 1000001 | 100011 |
Color Harmonies of #2D941F
Complementary color
Monochromatic Colors of #2D941F
Black with #2D941F
Text Example
Text Example
White with #2D941F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D941F; }
p { color: rgb(45,148,31); }
H1.HeaderClassName
{
color: #2D941F;
}
.AnyTagClassName
{
color: #2D941F;
}
</style>
background-color css
<style>
a { background-color: #2D941F; }
a { background-color: rgb(45,148,31); }
div.DivClassName
{
background-color: #2D941F;
}
.BgClassName
{
background-color: #2D941F;
}
</style>
border-color css
<style>
span { border-color: #2D941F; }
span { border-color: rgb(45,148,31); }
td.TdClassName
{
border-color: #2D941F;
}
.TagClassName
{
border-color: #2D941F;
}
</style>