Shades of Forest Green #288D22
Tints of Forest Green #288D22
RGB
CMYK
RGB Variations
Color information
#288D22 (or 0x288D22) is known color: Forest Green. HEX triplet: 28, 8D and 22. RGB value is (40,141,34). Sum of RGB (Red+Green+Blue) = 40+141+34=215 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.60% from 215); Green value is 141 (55.47% from 255 or 65.58% from 215); Blue value is 34 (13.67% from 255 or 15.81% from 215); Max value from RGB is 141 - color contains mainly: green. Hex color #288D22 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #288D22 is #D772DD. Grayscale: #626262. Windows color (decimal): -14119646 or 2264360. OLE color: 2264360.
HSL color Cylindrical-coordinate representation of color #288D22: hue angle of 116.64º degrees, saturation: 0.61, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #288D22 is Cyan = 0.72, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 40 | 141 | 34 | - |
| CMYK | 0.72 | 0 | 0.76 | 0.45 |
| HSL | 116.64º | 0.61% | 0.34% | - |
| HSV(B) | 116.64º | 0.76% | 0.55% | - |
| XYZ | 10.69 | 19.62 | 4.74 | - |
| YUV | 98.6 | 91.54 | 86.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 141 | 34 | 0.72 | 0 | 0.76 | 0.45 | 116.64 | 0.61 | 0.34 |
| Hex | 28 | 8D | 22 | 48 | 0 | 4C | 2D | 75 | 3D | 22 |
| Octal | 50 | 215 | 42 | 110 | 0 | 114 | 55 | 165 | 75 | 42 |
| Binary | 101000 | 10001101 | 100010 | 1001000 | 0 | 1001100 | 101101 | 1110101 | 111101 | 100010 |
Color Harmonies of #288D22
Complementary color
Monochromatic Colors of #288D22
Black with #288D22
Text Example
Text Example
White with #288D22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288D22; }
p { color: rgb(40,141,34); }
H1.HeaderClassName
{
color: #288D22;
}
.AnyTagClassName
{
color: #288D22;
}
</style>
background-color css
<style>
a { background-color: #288D22; }
a { background-color: rgb(40,141,34); }
div.DivClassName
{
background-color: #288D22;
}
.BgClassName
{
background-color: #288D22;
}
</style>
border-color css
<style>
span { border-color: #288D22; }
span { border-color: rgb(40,141,34); }
td.TdClassName
{
border-color: #288D22;
}
.TagClassName
{
border-color: #288D22;
}
</style>