Shades of Forest Green #288221
Tints of Forest Green #288221
RGB
CMYK
RGB Variations
Color information
#288221 (or 0x288221) is known color: Forest Green. HEX triplet: 28, 82 and 21. RGB value is (40,130,33). Sum of RGB (Red+Green+Blue) = 40+130+33=203 (26% of max value = 765). Red value is 40 (16.02% from 255 or 19.70% from 203); Green value is 130 (51.17% from 255 or 64.04% from 203); Blue value is 33 (13.28% from 255 or 16.26% from 203); Max value from RGB is 130 - color contains mainly: green. Hex color #288221 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #288221 is #D77DDE. Grayscale: #5C5C5C. Windows color (decimal): -14122463 or 2196008. OLE color: 2196008.
HSL color Cylindrical-coordinate representation of color #288221: hue angle of 115.67º 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 #288221 is Cyan = 0.69, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 40 | 130 | 33 | - |
| CMYK | 0.69 | 0 | 0.75 | 0.49 |
| HSL | 115.67º | 0.6% | 0.32% | - |
| HSV(B) | 115.67º | 0.75% | 0.51% | - |
| XYZ | 9.13 | 16.53 | 4.15 | - |
| YUV | 92.03 | 94.68 | 90.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 130 | 33 | 0.69 | 0 | 0.75 | 0.49 | 115.67 | 0.6 | 0.32 |
| Hex | 28 | 82 | 21 | 45 | 0 | 4B | 31 | 74 | 3C | 20 |
| Octal | 50 | 202 | 41 | 105 | 0 | 113 | 61 | 164 | 74 | 40 |
| Binary | 101000 | 10000010 | 100001 | 1000101 | 0 | 1001011 | 110001 | 1110100 | 111100 | 100000 |
Color Harmonies of #288221
Complementary color
Monochromatic Colors of #288221
Black with #288221
Text Example
Text Example
White with #288221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288221; }
p { color: rgb(40,130,33); }
H1.HeaderClassName
{
color: #288221;
}
.AnyTagClassName
{
color: #288221;
}
</style>
background-color css
<style>
a { background-color: #288221; }
a { background-color: rgb(40,130,33); }
div.DivClassName
{
background-color: #288221;
}
.BgClassName
{
background-color: #288221;
}
</style>
border-color css
<style>
span { border-color: #288221; }
span { border-color: rgb(40,130,33); }
td.TdClassName
{
border-color: #288221;
}
.TagClassName
{
border-color: #288221;
}
</style>