Shades of Forest Green #288D15
Tints of Forest Green #288D15
RGB
CMYK
RGB Variations
Color information
#288D15 (or 0x288D15) is known color: Forest Green. HEX triplet: 28, 8D and 15. RGB value is (40,141,21). Sum of RGB (Red+Green+Blue) = 40+141+21=202 (26% of max value = 765). Red value is 40 (16.02% from 255 or 19.80% from 202); Green value is 141 (55.47% from 255 or 69.80% from 202); Blue value is 21 (8.59% from 255 or 10.40% from 202); Max value from RGB is 141 - color contains mainly: green. Hex color #288D15 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #288D15 is #D772EA. Grayscale: #616161. Windows color (decimal): -14119659 or 1412392. OLE color: 1412392.
HSL color Cylindrical-coordinate representation of color #288D15: hue angle of 110.5º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #288D15 is Cyan = 0.72, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 40 | 141 | 21 | - |
| CMYK | 0.72 | 0 | 0.85 | 0.45 |
| HSL | 110.5º | 0.74% | 0.32% | - |
| HSV(B) | 110.5º | 0.85% | 0.55% | - |
| XYZ | 10.54 | 19.56 | 3.93 | - |
| YUV | 97.12 | 85.04 | 87.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 141 | 21 | 0.72 | 0 | 0.85 | 0.45 | 110.5 | 0.74 | 0.32 |
| Hex | 28 | 8D | 15 | 48 | 0 | 55 | 2D | 6E | 4A | 20 |
| Octal | 50 | 215 | 25 | 110 | 0 | 125 | 55 | 156 | 112 | 40 |
| Binary | 101000 | 10001101 | 10101 | 1001000 | 0 | 1010101 | 101101 | 1101110 | 1001010 | 100000 |
Color Harmonies of #288D15
Complementary color
Monochromatic Colors of #288D15
Black with #288D15
Text Example
Text Example
White with #288D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288D15; }
p { color: rgb(40,141,21); }
H1.HeaderClassName
{
color: #288D15;
}
.AnyTagClassName
{
color: #288D15;
}
</style>
background-color css
<style>
a { background-color: #288D15; }
a { background-color: rgb(40,141,21); }
div.DivClassName
{
background-color: #288D15;
}
.BgClassName
{
background-color: #288D15;
}
</style>
border-color css
<style>
span { border-color: #288D15; }
span { border-color: rgb(40,141,21); }
td.TdClassName
{
border-color: #288D15;
}
.TagClassName
{
border-color: #288D15;
}
</style>