Shades of Forest Green #288020
Tints of Forest Green #288020
RGB
CMYK
RGB Variations
Color information
#288020 (or 0x288020) is known color: Forest Green. HEX triplet: 28, 80 and 20. RGB value is (40,128,32). Sum of RGB (Red+Green+Blue) = 40+128+32=200 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20% from 200); Green value is 128 (50.39% from 255 or 64% from 200); Blue value is 32 (12.89% from 255 or 16% from 200); Max value from RGB is 128 - color contains mainly: green. Hex color #288020 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #288020 is #D77FDF. Grayscale: #5B5B5B. Windows color (decimal): -14122976 or 2129960. OLE color: 2129960.
HSL color Cylindrical-coordinate representation of color #288020: hue angle of 115º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #288020 is Cyan = 0.69, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 40 | 128 | 32 | - |
| CMYK | 0.69 | 0 | 0.75 | 0.50 |
| HSL | 115º | 0.6% | 0.31% | - |
| HSV(B) | 115º | 0.75% | 0.5% | - |
| XYZ | 8.85 | 15.99 | 3.99 | - |
| YUV | 90.74 | 94.85 | 91.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 128 | 32 | 0.69 | 0 | 0.75 | 0.50 | 115 | 0.6 | 0.31 |
| Hex | 28 | 80 | 20 | 45 | 0 | 4B | 32 | 73 | 3C | 1F |
| Octal | 50 | 200 | 40 | 105 | 0 | 113 | 62 | 163 | 74 | 37 |
| Binary | 101000 | 10000000 | 100000 | 1000101 | 0 | 1001011 | 110010 | 1110011 | 111100 | 11111 |
Color Harmonies of #288020
Complementary color
Monochromatic Colors of #288020
Black with #288020
Text Example
Text Example
White with #288020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288020; }
p { color: rgb(40,128,32); }
H1.HeaderClassName
{
color: #288020;
}
.AnyTagClassName
{
color: #288020;
}
</style>
background-color css
<style>
a { background-color: #288020; }
a { background-color: rgb(40,128,32); }
div.DivClassName
{
background-color: #288020;
}
.BgClassName
{
background-color: #288020;
}
</style>
border-color css
<style>
span { border-color: #288020; }
span { border-color: rgb(40,128,32); }
td.TdClassName
{
border-color: #288020;
}
.TagClassName
{
border-color: #288020;
}
</style>