Shades of Forest Green #288120
Tints of Forest Green #288120
RGB
CMYK
RGB Variations
Color information
#288120 (or 0x288120) is known color: Forest Green. HEX triplet: 28, 81 and 20. RGB value is (40,129,32). Sum of RGB (Red+Green+Blue) = 40+129+32=201 (26% of max value = 765). Red value is 40 (16.02% from 255 or 19.90% from 201); Green value is 129 (50.78% from 255 or 64.18% from 201); Blue value is 32 (12.89% from 255 or 15.92% from 201); Max value from RGB is 129 - color contains mainly: green. Hex color #288120 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #288120 is #D77EDF. Grayscale: #5B5B5B. Windows color (decimal): -14122720 or 2130216. OLE color: 2130216.
HSL color Cylindrical-coordinate representation of color #288120: hue angle of 115.05º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #288120 is Cyan = 0.69, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 40 | 129 | 32 | - |
| CMYK | 0.69 | 0 | 0.75 | 0.49 |
| HSL | 115.05º | 0.6% | 0.32% | - |
| HSV(B) | 115.05º | 0.75% | 0.51% | - |
| XYZ | 8.99 | 16.26 | 4.03 | - |
| YUV | 91.33 | 94.51 | 91.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 129 | 32 | 0.69 | 0 | 0.75 | 0.49 | 115.05 | 0.6 | 0.32 |
| Hex | 28 | 81 | 20 | 45 | 0 | 4B | 31 | 73 | 3C | 20 |
| Octal | 50 | 201 | 40 | 105 | 0 | 113 | 61 | 163 | 74 | 40 |
| Binary | 101000 | 10000001 | 100000 | 1000101 | 0 | 1001011 | 110001 | 1110011 | 111100 | 100000 |
Color Harmonies of #288120
Complementary color
Monochromatic Colors of #288120
Black with #288120
Text Example
Text Example
White with #288120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288120; }
p { color: rgb(40,129,32); }
H1.HeaderClassName
{
color: #288120;
}
.AnyTagClassName
{
color: #288120;
}
</style>
background-color css
<style>
a { background-color: #288120; }
a { background-color: rgb(40,129,32); }
div.DivClassName
{
background-color: #288120;
}
.BgClassName
{
background-color: #288120;
}
</style>
border-color css
<style>
span { border-color: #288120; }
span { border-color: rgb(40,129,32); }
td.TdClassName
{
border-color: #288120;
}
.TagClassName
{
border-color: #288120;
}
</style>