Shades of Forest Green #288E28
Tints of Forest Green #288E28
RGB
CMYK
RGB Variations
Color information
#288E28 (or 0x288E28) is known color: Forest Green. HEX triplet: 28, 8E and 28. RGB value is (40,142,40). Sum of RGB (Red+Green+Blue) = 40+142+40=222 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.02% from 222); Green value is 142 (55.86% from 255 or 63.96% from 222); Blue value is 40 (16.02% from 255 or 18.02% from 222); Max value from RGB is 142 - color contains mainly: green. Hex color #288E28 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #288E28 is #D771D7. Grayscale: #646464. Windows color (decimal): -14119384 or 2657832. OLE color: 2657832.
HSL color Cylindrical-coordinate representation of color #288E28: hue angle of 120º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #288E28 is Cyan = 0.72, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 40 | 142 | 40 | - |
| CMYK | 0.72 | 0 | 0.72 | 0.44 |
| HSL | 120º | 0.56% | 0.36% | - |
| HSV(B) | 120º | 0.72% | 0.56% | - |
| XYZ | 10.93 | 19.95 | 5.28 | - |
| YUV | 99.87 | 94.21 | 85.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 142 | 40 | 0.72 | 0 | 0.72 | 0.44 | 120 | 0.56 | 0.36 |
| Hex | 28 | 8E | 28 | 48 | 0 | 48 | 2C | 78 | 38 | 24 |
| Octal | 50 | 216 | 50 | 110 | 0 | 110 | 54 | 170 | 70 | 44 |
| Binary | 101000 | 10001110 | 101000 | 1001000 | 0 | 1001000 | 101100 | 1111000 | 111000 | 100100 |
Color Harmonies of #288E28
Complementary color
Monochromatic Colors of #288E28
Black with #288E28
Text Example
Text Example
White with #288E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288E28; }
p { color: rgb(40,142,40); }
H1.HeaderClassName
{
color: #288E28;
}
.AnyTagClassName
{
color: #288E28;
}
</style>
background-color css
<style>
a { background-color: #288E28; }
a { background-color: rgb(40,142,40); }
div.DivClassName
{
background-color: #288E28;
}
.BgClassName
{
background-color: #288E28;
}
</style>
border-color css
<style>
span { border-color: #288E28; }
span { border-color: rgb(40,142,40); }
td.TdClassName
{
border-color: #288E28;
}
.TagClassName
{
border-color: #288E28;
}
</style>