Shades of Forest Green #2D9229
Tints of Forest Green #2D9229
RGB
CMYK
RGB Variations
Color information
#2D9229 (or 0x2D9229) is known color: Forest Green. HEX triplet: 2D, 92 and 29. RGB value is (45,146,41). Sum of RGB (Red+Green+Blue) = 45+146+41=232 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.40% from 232); Green value is 146 (57.42% from 255 or 62.93% from 232); Blue value is 41 (16.41% from 255 or 17.67% from 232); Max value from RGB is 146 - color contains mainly: green. Hex color #2D9229 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D9229 is #D26DD6. Grayscale: #686868. Windows color (decimal): -13790679 or 2724397. OLE color: 2724397.
HSL color Cylindrical-coordinate representation of color #2D9229: hue angle of 117.71º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2D9229 is Cyan = 0.69, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 45 | 146 | 41 | - |
| CMYK | 0.69 | 0 | 0.72 | 0.43 |
| HSL | 117.71º | 0.56% | 0.37% | - |
| HSV(B) | 117.71º | 0.72% | 0.57% | - |
| XYZ | 11.76 | 21.28 | 5.58 | - |
| YUV | 103.83 | 92.54 | 86.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 146 | 41 | 0.69 | 0 | 0.72 | 0.43 | 117.71 | 0.56 | 0.37 |
| Hex | 2D | 92 | 29 | 45 | 0 | 48 | 2B | 76 | 38 | 25 |
| Octal | 55 | 222 | 51 | 105 | 0 | 110 | 53 | 166 | 70 | 45 |
| Binary | 101101 | 10010010 | 101001 | 1000101 | 0 | 1001000 | 101011 | 1110110 | 111000 | 100101 |
Color Harmonies of #2D9229
Complementary color
Monochromatic Colors of #2D9229
Black with #2D9229
Text Example
Text Example
White with #2D9229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D9229; }
p { color: rgb(45,146,41); }
H1.HeaderClassName
{
color: #2D9229;
}
.AnyTagClassName
{
color: #2D9229;
}
</style>
background-color css
<style>
a { background-color: #2D9229; }
a { background-color: rgb(45,146,41); }
div.DivClassName
{
background-color: #2D9229;
}
.BgClassName
{
background-color: #2D9229;
}
</style>
border-color css
<style>
span { border-color: #2D9229; }
span { border-color: rgb(45,146,41); }
td.TdClassName
{
border-color: #2D9229;
}
.TagClassName
{
border-color: #2D9229;
}
</style>