Shades of Forest Green #288F22
Tints of Forest Green #288F22
RGB
CMYK
RGB Variations
Color information
#288F22 (or 0x288F22) is known color: Forest Green. HEX triplet: 28, 8F and 22. RGB value is (40,143,34). Sum of RGB (Red+Green+Blue) = 40+143+34=217 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.43% from 217); Green value is 143 (56.25% from 255 or 65.90% from 217); Blue value is 34 (13.67% from 255 or 15.67% from 217); Max value from RGB is 143 - color contains mainly: green. Hex color #288F22 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #288F22 is #D770DD. Grayscale: #646464. Windows color (decimal): -14119134 or 2264872. OLE color: 2264872.
HSL color Cylindrical-coordinate representation of color #288F22: hue angle of 116.7º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #288F22 is Cyan = 0.72, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 40 | 143 | 34 | - |
| CMYK | 0.72 | 0 | 0.76 | 0.44 |
| HSL | 116.7º | 0.62% | 0.35% | - |
| HSV(B) | 116.7º | 0.76% | 0.56% | - |
| XYZ | 10.99 | 20.21 | 4.84 | - |
| YUV | 99.78 | 90.88 | 85.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 143 | 34 | 0.72 | 0 | 0.76 | 0.44 | 116.7 | 0.62 | 0.35 |
| Hex | 28 | 8F | 22 | 48 | 0 | 4C | 2C | 75 | 3E | 23 |
| Octal | 50 | 217 | 42 | 110 | 0 | 114 | 54 | 165 | 76 | 43 |
| Binary | 101000 | 10001111 | 100010 | 1001000 | 0 | 1001100 | 101100 | 1110101 | 111110 | 100011 |
Color Harmonies of #288F22
Complementary color
Monochromatic Colors of #288F22
Black with #288F22
Text Example
Text Example
White with #288F22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288F22; }
p { color: rgb(40,143,34); }
H1.HeaderClassName
{
color: #288F22;
}
.AnyTagClassName
{
color: #288F22;
}
</style>
background-color css
<style>
a { background-color: #288F22; }
a { background-color: rgb(40,143,34); }
div.DivClassName
{
background-color: #288F22;
}
.BgClassName
{
background-color: #288F22;
}
</style>
border-color css
<style>
span { border-color: #288F22; }
span { border-color: rgb(40,143,34); }
td.TdClassName
{
border-color: #288F22;
}
.TagClassName
{
border-color: #288F22;
}
</style>