Shades of Forest Green #2D8A25
Tints of Forest Green #2D8A25
RGB
CMYK
RGB Variations
Color information
#2D8A25 (or 0x2D8A25) is known color: Forest Green. HEX triplet: 2D, 8A and 25. RGB value is (45,138,37). Sum of RGB (Red+Green+Blue) = 45+138+37=220 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.45% from 220); Green value is 138 (54.30% from 255 or 62.73% from 220); Blue value is 37 (14.84% from 255 or 16.82% from 220); Max value from RGB is 138 - color contains mainly: green. Hex color #2D8A25 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D8A25 is #D275DA. Grayscale: #626262. Windows color (decimal): -13792731 or 2460205. OLE color: 2460205.
HSL color Cylindrical-coordinate representation of color #2D8A25: hue angle of 115.25º degrees, saturation: 0.58, 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 #2D8A25 is Cyan = 0.67, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 45 | 138 | 37 | - |
| CMYK | 0.67 | 0 | 0.73 | 0.46 |
| HSL | 115.25º | 0.58% | 0.34% | - |
| HSV(B) | 115.25º | 0.73% | 0.54% | - |
| XYZ | 10.5 | 18.87 | 4.84 | - |
| YUV | 98.68 | 93.19 | 89.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 138 | 37 | 0.67 | 0 | 0.73 | 0.46 | 115.25 | 0.58 | 0.34 |
| Hex | 2D | 8A | 25 | 43 | 0 | 49 | 2E | 73 | 3A | 22 |
| Octal | 55 | 212 | 45 | 103 | 0 | 111 | 56 | 163 | 72 | 42 |
| Binary | 101101 | 10001010 | 100101 | 1000011 | 0 | 1001001 | 101110 | 1110011 | 111010 | 100010 |
Color Harmonies of #2D8A25
Complementary color
Monochromatic Colors of #2D8A25
Black with #2D8A25
Text Example
Text Example
White with #2D8A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D8A25; }
p { color: rgb(45,138,37); }
H1.HeaderClassName
{
color: #2D8A25;
}
.AnyTagClassName
{
color: #2D8A25;
}
</style>
background-color css
<style>
a { background-color: #2D8A25; }
a { background-color: rgb(45,138,37); }
div.DivClassName
{
background-color: #2D8A25;
}
.BgClassName
{
background-color: #2D8A25;
}
</style>
border-color css
<style>
span { border-color: #2D8A25; }
span { border-color: rgb(45,138,37); }
td.TdClassName
{
border-color: #2D8A25;
}
.TagClassName
{
border-color: #2D8A25;
}
</style>