Shades of Forest Green #288E25
Tints of Forest Green #288E25
RGB
CMYK
RGB Variations
Color information
#288E25 (or 0x288E25) is known color: Forest Green. HEX triplet: 28, 8E and 25. RGB value is (40,142,37). Sum of RGB (Red+Green+Blue) = 40+142+37=219 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.26% from 219); Green value is 142 (55.86% from 255 or 64.84% from 219); Blue value is 37 (14.84% from 255 or 16.89% from 219); Max value from RGB is 142 - color contains mainly: green. Hex color #288E25 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #288E25 is #D771DA. Grayscale: #636363. Windows color (decimal): -14119387 or 2461224. OLE color: 2461224.
HSL color Cylindrical-coordinate representation of color #288E25: hue angle of 118.29º 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 #288E25 is Cyan = 0.72, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 40 | 142 | 37 | - |
| CMYK | 0.72 | 0 | 0.74 | 0.44 |
| HSL | 118.29º | 0.59% | 0.35% | - |
| HSV(B) | 118.29º | 0.74% | 0.56% | - |
| XYZ | 10.88 | 19.93 | 5.02 | - |
| YUV | 99.53 | 92.71 | 85.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 142 | 37 | 0.72 | 0 | 0.74 | 0.44 | 118.29 | 0.59 | 0.35 |
| Hex | 28 | 8E | 25 | 48 | 0 | 4A | 2C | 76 | 3B | 23 |
| Octal | 50 | 216 | 45 | 110 | 0 | 112 | 54 | 166 | 73 | 43 |
| Binary | 101000 | 10001110 | 100101 | 1001000 | 0 | 1001010 | 101100 | 1110110 | 111011 | 100011 |
Color Harmonies of #288E25
Complementary color
Monochromatic Colors of #288E25
Black with #288E25
Text Example
Text Example
White with #288E25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288E25; }
p { color: rgb(40,142,37); }
H1.HeaderClassName
{
color: #288E25;
}
.AnyTagClassName
{
color: #288E25;
}
</style>
background-color css
<style>
a { background-color: #288E25; }
a { background-color: rgb(40,142,37); }
div.DivClassName
{
background-color: #288E25;
}
.BgClassName
{
background-color: #288E25;
}
</style>
border-color css
<style>
span { border-color: #288E25; }
span { border-color: rgb(40,142,37); }
td.TdClassName
{
border-color: #288E25;
}
.TagClassName
{
border-color: #288E25;
}
</style>