Shades of Forest Green #288D27
Tints of Forest Green #288D27
RGB
CMYK
RGB Variations
Color information
#288D27 (or 0x288D27) is known color: Forest Green. HEX triplet: 28, 8D and 27. RGB value is (40,141,39). Sum of RGB (Red+Green+Blue) = 40+141+39=220 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.18% from 220); Green value is 141 (55.47% from 255 or 64.09% from 220); Blue value is 39 (15.62% from 255 or 17.73% from 220); Max value from RGB is 141 - color contains mainly: green. Hex color #288D27 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #288D27 is #D772D8. Grayscale: #636363. Windows color (decimal): -14119641 or 2592040. OLE color: 2592040.
HSL color Cylindrical-coordinate representation of color #288D27: hue angle of 119.41º degrees, saturation: 0.57, 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 #288D27 is Cyan = 0.72, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 40 | 141 | 39 | - |
| CMYK | 0.72 | 0 | 0.72 | 0.45 |
| HSL | 119.41º | 0.57% | 0.35% | - |
| HSV(B) | 119.41º | 0.72% | 0.55% | - |
| XYZ | 10.77 | 19.65 | 5.14 | - |
| YUV | 99.17 | 94.04 | 85.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 141 | 39 | 0.72 | 0 | 0.72 | 0.45 | 119.41 | 0.57 | 0.35 |
| Hex | 28 | 8D | 27 | 48 | 0 | 48 | 2D | 77 | 39 | 23 |
| Octal | 50 | 215 | 47 | 110 | 0 | 110 | 55 | 167 | 71 | 43 |
| Binary | 101000 | 10001101 | 100111 | 1001000 | 0 | 1001000 | 101101 | 1110111 | 111001 | 100011 |
Color Harmonies of #288D27
Complementary color
Monochromatic Colors of #288D27
Black with #288D27
Text Example
Text Example
White with #288D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288D27; }
p { color: rgb(40,141,39); }
H1.HeaderClassName
{
color: #288D27;
}
.AnyTagClassName
{
color: #288D27;
}
</style>
background-color css
<style>
a { background-color: #288D27; }
a { background-color: rgb(40,141,39); }
div.DivClassName
{
background-color: #288D27;
}
.BgClassName
{
background-color: #288D27;
}
</style>
border-color css
<style>
span { border-color: #288D27; }
span { border-color: rgb(40,141,39); }
td.TdClassName
{
border-color: #288D27;
}
.TagClassName
{
border-color: #288D27;
}
</style>