Shades of Forest Green #2D941D
Tints of Forest Green #2D941D
RGB
CMYK
RGB Variations
Color information
#2D941D (or 0x2D941D) is known color: Forest Green. HEX triplet: 2D, 94 and 1D. RGB value is (45,148,29). Sum of RGB (Red+Green+Blue) = 45+148+29=222 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.27% from 222); Green value is 148 (58.20% from 255 or 66.67% from 222); Blue value is 29 (11.72% from 255 or 13.06% from 222); Max value from RGB is 148 - color contains mainly: green. Hex color #2D941D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D941D is #D26BE2. Grayscale: #686868. Windows color (decimal): -13790179 or 1938477. OLE color: 1938477.
HSL color Cylindrical-coordinate representation of color #2D941D: hue angle of 111.93º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2D941D is Cyan = 0.70, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 45 | 148 | 29 | - |
| CMYK | 0.70 | 0 | 0.80 | 0.42 |
| HSL | 111.93º | 0.67% | 0.35% | - |
| HSV(B) | 111.93º | 0.8% | 0.58% | - |
| XYZ | 11.89 | 21.83 | 4.75 | - |
| YUV | 103.64 | 85.88 | 86.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 148 | 29 | 0.70 | 0 | 0.80 | 0.42 | 111.93 | 0.67 | 0.35 |
| Hex | 2D | 94 | 1D | 46 | 0 | 50 | 2A | 70 | 43 | 23 |
| Octal | 55 | 224 | 35 | 106 | 0 | 120 | 52 | 160 | 103 | 43 |
| Binary | 101101 | 10010100 | 11101 | 1000110 | 0 | 1010000 | 101010 | 1110000 | 1000011 | 100011 |
Color Harmonies of #2D941D
Complementary color
Monochromatic Colors of #2D941D
Black with #2D941D
Text Example
Text Example
White with #2D941D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D941D; }
p { color: rgb(45,148,29); }
H1.HeaderClassName
{
color: #2D941D;
}
.AnyTagClassName
{
color: #2D941D;
}
</style>
background-color css
<style>
a { background-color: #2D941D; }
a { background-color: rgb(45,148,29); }
div.DivClassName
{
background-color: #2D941D;
}
.BgClassName
{
background-color: #2D941D;
}
</style>
border-color css
<style>
span { border-color: #2D941D; }
span { border-color: rgb(45,148,29); }
td.TdClassName
{
border-color: #2D941D;
}
.TagClassName
{
border-color: #2D941D;
}
</style>