Shades of Forest Green #288D23
Tints of Forest Green #288D23
RGB
CMYK
RGB Variations
Color information
#288D23 (or 0x288D23) is known color: Forest Green. HEX triplet: 28, 8D and 23. RGB value is (40,141,35). Sum of RGB (Red+Green+Blue) = 40+141+35=216 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.52% from 216); Green value is 141 (55.47% from 255 or 65.28% from 216); Blue value is 35 (14.06% from 255 or 16.20% from 216); Max value from RGB is 141 - color contains mainly: green. Hex color #288D23 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #288D23 is #D772DC. Grayscale: #636363. Windows color (decimal): -14119645 or 2329896. OLE color: 2329896.
HSL color Cylindrical-coordinate representation of color #288D23: hue angle of 117.17º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #288D23 is Cyan = 0.72, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 40 | 141 | 35 | - |
| CMYK | 0.72 | 0 | 0.75 | 0.45 |
| HSL | 117.17º | 0.6% | 0.35% | - |
| HSV(B) | 117.17º | 0.75% | 0.55% | - |
| XYZ | 10.7 | 19.62 | 4.81 | - |
| YUV | 98.72 | 92.04 | 86.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 141 | 35 | 0.72 | 0 | 0.75 | 0.45 | 117.17 | 0.6 | 0.35 |
| Hex | 28 | 8D | 23 | 48 | 0 | 4B | 2D | 75 | 3C | 23 |
| Octal | 50 | 215 | 43 | 110 | 0 | 113 | 55 | 165 | 74 | 43 |
| Binary | 101000 | 10001101 | 100011 | 1001000 | 0 | 1001011 | 101101 | 1110101 | 111100 | 100011 |
Color Harmonies of #288D23
Complementary color
Monochromatic Colors of #288D23
Black with #288D23
Text Example
Text Example
White with #288D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288D23; }
p { color: rgb(40,141,35); }
H1.HeaderClassName
{
color: #288D23;
}
.AnyTagClassName
{
color: #288D23;
}
</style>
background-color css
<style>
a { background-color: #288D23; }
a { background-color: rgb(40,141,35); }
div.DivClassName
{
background-color: #288D23;
}
.BgClassName
{
background-color: #288D23;
}
</style>
border-color css
<style>
span { border-color: #288D23; }
span { border-color: rgb(40,141,35); }
td.TdClassName
{
border-color: #288D23;
}
.TagClassName
{
border-color: #288D23;
}
</style>