Shades of Forest Green #2D8F25
Tints of Forest Green #2D8F25
RGB
CMYK
RGB Variations
Color information
#2D8F25 (or 0x2D8F25) is known color: Forest Green. HEX triplet: 2D, 8F and 25. RGB value is (45,143,37). Sum of RGB (Red+Green+Blue) = 45+143+37=225 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20% from 225); Green value is 143 (56.25% from 255 or 63.56% from 225); Blue value is 37 (14.84% from 255 or 16.44% from 225); Max value from RGB is 143 - color contains mainly: green. Hex color #2D8F25 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D8F25 is #D270DA. Grayscale: #656565. Windows color (decimal): -13791451 or 2461485. OLE color: 2461485.
HSL color Cylindrical-coordinate representation of color #2D8F25: hue angle of 115.47º 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 #2D8F25 is Cyan = 0.69, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 45 | 143 | 37 | - |
| CMYK | 0.69 | 0 | 0.74 | 0.44 |
| HSL | 115.47º | 0.59% | 0.35% | - |
| HSV(B) | 115.47º | 0.74% | 0.56% | - |
| XYZ | 11.24 | 20.34 | 5.08 | - |
| YUV | 101.61 | 91.53 | 87.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 143 | 37 | 0.69 | 0 | 0.74 | 0.44 | 115.47 | 0.59 | 0.35 |
| Hex | 2D | 8F | 25 | 45 | 0 | 4A | 2C | 73 | 3B | 23 |
| Octal | 55 | 217 | 45 | 105 | 0 | 112 | 54 | 163 | 73 | 43 |
| Binary | 101101 | 10001111 | 100101 | 1000101 | 0 | 1001010 | 101100 | 1110011 | 111011 | 100011 |
Color Harmonies of #2D8F25
Complementary color
Monochromatic Colors of #2D8F25
Black with #2D8F25
Text Example
Text Example
White with #2D8F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D8F25; }
p { color: rgb(45,143,37); }
H1.HeaderClassName
{
color: #2D8F25;
}
.AnyTagClassName
{
color: #2D8F25;
}
</style>
background-color css
<style>
a { background-color: #2D8F25; }
a { background-color: rgb(45,143,37); }
div.DivClassName
{
background-color: #2D8F25;
}
.BgClassName
{
background-color: #2D8F25;
}
</style>
border-color css
<style>
span { border-color: #2D8F25; }
span { border-color: rgb(45,143,37); }
td.TdClassName
{
border-color: #2D8F25;
}
.TagClassName
{
border-color: #2D8F25;
}
</style>