Shades of Forest Green #288E2C
Tints of Forest Green #288E2C
RGB
CMYK
RGB Variations
Color information
#288E2C (or 0x288E2C) is known color: Forest Green. HEX triplet: 28, 8E and 2C. RGB value is (40,142,44). Sum of RGB (Red+Green+Blue) = 40+142+44=226 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.70% from 226); Green value is 142 (55.86% from 255 or 62.83% from 226); Blue value is 44 (17.58% from 255 or 19.47% from 226); Max value from RGB is 142 - color contains mainly: green. Hex color #288E2C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #288E2C is #D771D3. Grayscale: #646464. Windows color (decimal): -14119380 or 2919976. OLE color: 2919976.
HSL color Cylindrical-coordinate representation of color #288E2C: hue angle of 122.35º 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 #288E2C is Cyan = 0.72, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 40 | 142 | 44 | - |
| CMYK | 0.72 | 0 | 0.69 | 0.44 |
| HSL | 122.35º | 0.56% | 0.36% | - |
| HSV(B) | 122.35º | 0.72% | 0.56% | - |
| XYZ | 11 | 19.98 | 5.66 | - |
| YUV | 100.33 | 96.21 | 84.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 142 | 44 | 0.72 | 0 | 0.69 | 0.44 | 122.35 | 0.56 | 0.36 |
| Hex | 28 | 8E | 2C | 48 | 0 | 45 | 2C | 7A | 38 | 24 |
| Octal | 50 | 216 | 54 | 110 | 0 | 105 | 54 | 172 | 70 | 44 |
| Binary | 101000 | 10001110 | 101100 | 1001000 | 0 | 1000101 | 101100 | 1111010 | 111000 | 100100 |
Color Harmonies of #288E2C
Complementary color
Monochromatic Colors of #288E2C
Black with #288E2C
Text Example
Text Example
White with #288E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288E2C; }
p { color: rgb(40,142,44); }
H1.HeaderClassName
{
color: #288E2C;
}
.AnyTagClassName
{
color: #288E2C;
}
</style>
background-color css
<style>
a { background-color: #288E2C; }
a { background-color: rgb(40,142,44); }
div.DivClassName
{
background-color: #288E2C;
}
.BgClassName
{
background-color: #288E2C;
}
</style>
border-color css
<style>
span { border-color: #288E2C; }
span { border-color: rgb(40,142,44); }
td.TdClassName
{
border-color: #288E2C;
}
.TagClassName
{
border-color: #288E2C;
}
</style>