Shades of Forest Green #288B28
Tints of Forest Green #288B28
RGB
CMYK
RGB Variations
Color information
#288B28 (or 0x288B28) is known color: Forest Green. HEX triplet: 28, 8B and 28. RGB value is (40,139,40). Sum of RGB (Red+Green+Blue) = 40+139+40=219 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.26% from 219); Green value is 139 (54.69% from 255 or 63.47% from 219); Blue value is 40 (16.02% from 255 or 18.26% from 219); Max value from RGB is 139 - color contains mainly: green. Hex color #288B28 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #288B28 is #D774D7. Grayscale: #626262. Windows color (decimal): -14120152 or 2657064. OLE color: 2657064.
HSL color Cylindrical-coordinate representation of color #288B28: hue angle of 120º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #288B28 is Cyan = 0.71, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 40 | 139 | 40 | - |
| CMYK | 0.71 | 0 | 0.71 | 0.45 |
| HSL | 120º | 0.55% | 0.35% | - |
| HSV(B) | 120º | 0.71% | 0.55% | - |
| XYZ | 10.49 | 19.07 | 5.14 | - |
| YUV | 98.11 | 95.2 | 86.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 139 | 40 | 0.71 | 0 | 0.71 | 0.45 | 120 | 0.55 | 0.35 |
| Hex | 28 | 8B | 28 | 47 | 0 | 47 | 2D | 78 | 37 | 23 |
| Octal | 50 | 213 | 50 | 107 | 0 | 107 | 55 | 170 | 67 | 43 |
| Binary | 101000 | 10001011 | 101000 | 1000111 | 0 | 1000111 | 101101 | 1111000 | 110111 | 100011 |
Color Harmonies of #288B28
Complementary color
Monochromatic Colors of #288B28
Black with #288B28
Text Example
Text Example
White with #288B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288B28; }
p { color: rgb(40,139,40); }
H1.HeaderClassName
{
color: #288B28;
}
.AnyTagClassName
{
color: #288B28;
}
</style>
background-color css
<style>
a { background-color: #288B28; }
a { background-color: rgb(40,139,40); }
div.DivClassName
{
background-color: #288B28;
}
.BgClassName
{
background-color: #288B28;
}
</style>
border-color css
<style>
span { border-color: #288B28; }
span { border-color: rgb(40,139,40); }
td.TdClassName
{
border-color: #288B28;
}
.TagClassName
{
border-color: #288B28;
}
</style>