Shades of Forest Green #288320
Tints of Forest Green #288320
RGB
CMYK
RGB Variations
Color information
#288320 (or 0x288320) is known color: Forest Green. HEX triplet: 28, 83 and 20. RGB value is (40,131,32). Sum of RGB (Red+Green+Blue) = 40+131+32=203 (26% of max value = 765). Red value is 40 (16.02% from 255 or 19.70% from 203); Green value is 131 (51.56% from 255 or 64.53% from 203); Blue value is 32 (12.89% from 255 or 15.76% from 203); Max value from RGB is 131 - color contains mainly: green. Hex color #288320 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #288320 is #D77CDF. Grayscale: #5C5C5C. Windows color (decimal): -14122208 or 2130728. OLE color: 2130728.
HSL color Cylindrical-coordinate representation of color #288320: hue angle of 115.15º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #288320 is Cyan = 0.69, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 40 | 131 | 32 | - |
| CMYK | 0.69 | 0 | 0.76 | 0.49 |
| HSL | 115.15º | 0.61% | 0.32% | - |
| HSV(B) | 115.15º | 0.76% | 0.51% | - |
| XYZ | 9.25 | 16.79 | 4.12 | - |
| YUV | 92.51 | 93.85 | 90.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 131 | 32 | 0.69 | 0 | 0.76 | 0.49 | 115.15 | 0.61 | 0.32 |
| Hex | 28 | 83 | 20 | 45 | 0 | 4C | 31 | 73 | 3D | 20 |
| Octal | 50 | 203 | 40 | 105 | 0 | 114 | 61 | 163 | 75 | 40 |
| Binary | 101000 | 10000011 | 100000 | 1000101 | 0 | 1001100 | 110001 | 1110011 | 111101 | 100000 |
Color Harmonies of #288320
Complementary color
Monochromatic Colors of #288320
Black with #288320
Text Example
Text Example
White with #288320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288320; }
p { color: rgb(40,131,32); }
H1.HeaderClassName
{
color: #288320;
}
.AnyTagClassName
{
color: #288320;
}
</style>
background-color css
<style>
a { background-color: #288320; }
a { background-color: rgb(40,131,32); }
div.DivClassName
{
background-color: #288320;
}
.BgClassName
{
background-color: #288320;
}
</style>
border-color css
<style>
span { border-color: #288320; }
span { border-color: rgb(40,131,32); }
td.TdClassName
{
border-color: #288320;
}
.TagClassName
{
border-color: #288320;
}
</style>