Shades of Forest Green #2D8925
Tints of Forest Green #2D8925
RGB
CMYK
RGB Variations
Color information
#2D8925 (or 0x2D8925) is known color: Forest Green. HEX triplet: 2D, 89 and 25. RGB value is (45,137,37). Sum of RGB (Red+Green+Blue) = 45+137+37=219 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.55% from 219); Green value is 137 (53.91% from 255 or 62.56% from 219); Blue value is 37 (14.84% from 255 or 16.89% from 219); Max value from RGB is 137 - color contains mainly: green. Hex color #2D8925 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D8925 is #D276DA. Grayscale: #626262. Windows color (decimal): -13792987 or 2459949. OLE color: 2459949.
HSL color Cylindrical-coordinate representation of color #2D8925: hue angle of 115.2º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2D8925 is Cyan = 0.67, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 45 | 137 | 37 | - |
| CMYK | 0.67 | 0 | 0.73 | 0.46 |
| HSL | 115.2º | 0.57% | 0.34% | - |
| HSV(B) | 115.2º | 0.73% | 0.54% | - |
| XYZ | 10.36 | 18.58 | 4.79 | - |
| YUV | 98.09 | 93.52 | 90.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 137 | 37 | 0.67 | 0 | 0.73 | 0.46 | 115.2 | 0.57 | 0.34 |
| Hex | 2D | 89 | 25 | 43 | 0 | 49 | 2E | 73 | 39 | 22 |
| Octal | 55 | 211 | 45 | 103 | 0 | 111 | 56 | 163 | 71 | 42 |
| Binary | 101101 | 10001001 | 100101 | 1000011 | 0 | 1001001 | 101110 | 1110011 | 111001 | 100010 |
Color Harmonies of #2D8925
Complementary color
Monochromatic Colors of #2D8925
Black with #2D8925
Text Example
Text Example
White with #2D8925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D8925; }
p { color: rgb(45,137,37); }
H1.HeaderClassName
{
color: #2D8925;
}
.AnyTagClassName
{
color: #2D8925;
}
</style>
background-color css
<style>
a { background-color: #2D8925; }
a { background-color: rgb(45,137,37); }
div.DivClassName
{
background-color: #2D8925;
}
.BgClassName
{
background-color: #2D8925;
}
</style>
border-color css
<style>
span { border-color: #2D8925; }
span { border-color: rgb(45,137,37); }
td.TdClassName
{
border-color: #2D8925;
}
.TagClassName
{
border-color: #2D8925;
}
</style>