Shades of Forest Green #288F2C
Tints of Forest Green #288F2C
RGB
CMYK
RGB Variations
Color information
#288F2C (or 0x288F2C) is known color: Forest Green. HEX triplet: 28, 8F and 2C. RGB value is (40,143,44). Sum of RGB (Red+Green+Blue) = 40+143+44=227 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.62% from 227); Green value is 143 (56.25% from 255 or 63.00% from 227); Blue value is 44 (17.58% from 255 or 19.38% from 227); Max value from RGB is 143 - color contains mainly: green. Hex color #288F2C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #288F2C is #D770D3. Grayscale: #656565. Windows color (decimal): -14119124 or 2920232. OLE color: 2920232.
HSL color Cylindrical-coordinate representation of color #288F2C: hue angle of 122.33º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #288F2C is Cyan = 0.72, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 40 | 143 | 44 | - |
| CMYK | 0.72 | 0 | 0.69 | 0.44 |
| HSL | 122.33º | 0.56% | 0.36% | - |
| HSV(B) | 122.33º | 0.72% | 0.56% | - |
| XYZ | 11.15 | 20.28 | 5.71 | - |
| YUV | 100.92 | 95.88 | 84.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 143 | 44 | 0.72 | 0 | 0.69 | 0.44 | 122.33 | 0.56 | 0.36 |
| Hex | 28 | 8F | 2C | 48 | 0 | 45 | 2C | 7A | 38 | 24 |
| Octal | 50 | 217 | 54 | 110 | 0 | 105 | 54 | 172 | 70 | 44 |
| Binary | 101000 | 10001111 | 101100 | 1001000 | 0 | 1000101 | 101100 | 1111010 | 111000 | 100100 |
Color Harmonies of #288F2C
Complementary color
Monochromatic Colors of #288F2C
Black with #288F2C
Text Example
Text Example
White with #288F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288F2C; }
p { color: rgb(40,143,44); }
H1.HeaderClassName
{
color: #288F2C;
}
.AnyTagClassName
{
color: #288F2C;
}
</style>
background-color css
<style>
a { background-color: #288F2C; }
a { background-color: rgb(40,143,44); }
div.DivClassName
{
background-color: #288F2C;
}
.BgClassName
{
background-color: #288F2C;
}
</style>
border-color css
<style>
span { border-color: #288F2C; }
span { border-color: rgb(40,143,44); }
td.TdClassName
{
border-color: #288F2C;
}
.TagClassName
{
border-color: #288F2C;
}
</style>