Shades of Forest Green #288D36
Tints of Forest Green #288D36
RGB
CMYK
RGB Variations
Color information
#288D36 (or 0x288D36) is known color: Forest Green. HEX triplet: 28, 8D and 36. RGB value is (40,141,54). Sum of RGB (Red+Green+Blue) = 40+141+54=235 (31% of max value = 765). Red value is 40 (16.02% from 255 or 17.02% from 235); Green value is 141 (55.47% from 255 or 60% from 235); Blue value is 54 (21.48% from 255 or 22.98% from 235); Max value from RGB is 141 - color contains mainly: green. Hex color #288D36 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #288D36 is #D772C9. Grayscale: #656565. Windows color (decimal): -14119626 or 3575080. OLE color: 3575080.
HSL color Cylindrical-coordinate representation of color #288D36: hue angle of 128.32º 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 #288D36 is Cyan = 0.72, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 40 | 141 | 54 | - |
| CMYK | 0.72 | 0 | 0.62 | 0.45 |
| HSL | 128.32º | 0.56% | 0.35% | - |
| HSV(B) | 128.32º | 0.72% | 0.55% | - |
| XYZ | 11.07 | 19.77 | 6.72 | - |
| YUV | 100.88 | 101.54 | 84.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 141 | 54 | 0.72 | 0 | 0.62 | 0.45 | 128.32 | 0.56 | 0.35 |
| Hex | 28 | 8D | 36 | 48 | 0 | 3E | 2D | 80 | 38 | 23 |
| Octal | 50 | 215 | 66 | 110 | 0 | 76 | 55 | 200 | 70 | 43 |
| Binary | 101000 | 10001101 | 110110 | 1001000 | 0 | 111110 | 101101 | 10000000 | 111000 | 100011 |
Color Harmonies of #288D36
Complementary color
Monochromatic Colors of #288D36
Black with #288D36
Text Example
Text Example
White with #288D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288D36; }
p { color: rgb(40,141,54); }
H1.HeaderClassName
{
color: #288D36;
}
.AnyTagClassName
{
color: #288D36;
}
</style>
background-color css
<style>
a { background-color: #288D36; }
a { background-color: rgb(40,141,54); }
div.DivClassName
{
background-color: #288D36;
}
.BgClassName
{
background-color: #288D36;
}
</style>
border-color css
<style>
span { border-color: #288D36; }
span { border-color: rgb(40,141,54); }
td.TdClassName
{
border-color: #288D36;
}
.TagClassName
{
border-color: #288D36;
}
</style>