Shades of Forest Green #288D37
Tints of Forest Green #288D37
RGB
CMYK
RGB Variations
Color information
#288D37 (or 0x288D37) is known color: Forest Green. HEX triplet: 28, 8D and 37. RGB value is (40,141,55). Sum of RGB (Red+Green+Blue) = 40+141+55=236 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.95% from 236); Green value is 141 (55.47% from 255 or 59.75% from 236); Blue value is 55 (21.88% from 255 or 23.31% from 236); Max value from RGB is 141 - color contains mainly: green. Hex color #288D37 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #288D37 is #D772C8. Grayscale: #656565. Windows color (decimal): -14119625 or 3640616. OLE color: 3640616.
HSL color Cylindrical-coordinate representation of color #288D37: hue angle of 128.91º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #288D37 is Cyan = 0.72, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 40 | 141 | 55 | - |
| CMYK | 0.72 | 0 | 0.61 | 0.45 |
| HSL | 128.91º | 0.56% | 0.35% | - |
| HSV(B) | 128.91º | 0.72% | 0.55% | - |
| XYZ | 11.09 | 19.78 | 6.85 | - |
| YUV | 101 | 102.04 | 84.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 141 | 55 | 0.72 | 0 | 0.61 | 0.45 | 128.91 | 0.56 | 0.35 |
| Hex | 28 | 8D | 37 | 48 | 0 | 3D | 2D | 81 | 38 | 23 |
| Octal | 50 | 215 | 67 | 110 | 0 | 75 | 55 | 201 | 70 | 43 |
| Binary | 101000 | 10001101 | 110111 | 1001000 | 0 | 111101 | 101101 | 10000001 | 111000 | 100011 |
Color Harmonies of #288D37
Complementary color
Monochromatic Colors of #288D37
Black with #288D37
Text Example
Text Example
White with #288D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288D37; }
p { color: rgb(40,141,55); }
H1.HeaderClassName
{
color: #288D37;
}
.AnyTagClassName
{
color: #288D37;
}
</style>
background-color css
<style>
a { background-color: #288D37; }
a { background-color: rgb(40,141,55); }
div.DivClassName
{
background-color: #288D37;
}
.BgClassName
{
background-color: #288D37;
}
</style>
border-color css
<style>
span { border-color: #288D37; }
span { border-color: rgb(40,141,55); }
td.TdClassName
{
border-color: #288D37;
}
.TagClassName
{
border-color: #288D37;
}
</style>