Shades of Forest Green #2D9025
Tints of Forest Green #2D9025
RGB
CMYK
RGB Variations
Color information
#2D9025 (or 0x2D9025) is known color: Forest Green. HEX triplet: 2D, 90 and 25. RGB value is (45,144,37). Sum of RGB (Red+Green+Blue) = 45+144+37=226 (29% of max value = 765). Red value is 45 (17.97% from 255 or 19.91% from 226); Green value is 144 (56.64% from 255 or 63.72% from 226); Blue value is 37 (14.84% from 255 or 16.37% from 226); Max value from RGB is 144 - color contains mainly: green. Hex color #2D9025 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D9025 is #D26FDA. Grayscale: #666666. Windows color (decimal): -13791195 or 2461741. OLE color: 2461741.
HSL color Cylindrical-coordinate representation of color #2D9025: hue angle of 115.51º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2D9025 is Cyan = 0.69, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 45 | 144 | 37 | - |
| CMYK | 0.69 | 0 | 0.74 | 0.44 |
| HSL | 115.51º | 0.59% | 0.35% | - |
| HSV(B) | 115.51º | 0.74% | 0.56% | - |
| XYZ | 11.39 | 20.64 | 5.13 | - |
| YUV | 102.2 | 91.2 | 87.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 144 | 37 | 0.69 | 0 | 0.74 | 0.44 | 115.51 | 0.59 | 0.35 |
| Hex | 2D | 90 | 25 | 45 | 0 | 4A | 2C | 74 | 3B | 23 |
| Octal | 55 | 220 | 45 | 105 | 0 | 112 | 54 | 164 | 73 | 43 |
| Binary | 101101 | 10010000 | 100101 | 1000101 | 0 | 1001010 | 101100 | 1110100 | 111011 | 100011 |
Color Harmonies of #2D9025
Complementary color
Monochromatic Colors of #2D9025
Black with #2D9025
Text Example
Text Example
White with #2D9025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D9025; }
p { color: rgb(45,144,37); }
H1.HeaderClassName
{
color: #2D9025;
}
.AnyTagClassName
{
color: #2D9025;
}
</style>
background-color css
<style>
a { background-color: #2D9025; }
a { background-color: rgb(45,144,37); }
div.DivClassName
{
background-color: #2D9025;
}
.BgClassName
{
background-color: #2D9025;
}
</style>
border-color css
<style>
span { border-color: #2D9025; }
span { border-color: rgb(45,144,37); }
td.TdClassName
{
border-color: #2D9025;
}
.TagClassName
{
border-color: #2D9025;
}
</style>