Shades of Forest Green #288D2C
Tints of Forest Green #288D2C
RGB
CMYK
RGB Variations
Color information
#288D2C (or 0x288D2C) is known color: Forest Green. HEX triplet: 28, 8D and 2C. RGB value is (40,141,44). Sum of RGB (Red+Green+Blue) = 40+141+44=225 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.78% from 225); Green value is 141 (55.47% from 255 or 62.67% from 225); Blue value is 44 (17.58% from 255 or 19.56% from 225); Max value from RGB is 141 - color contains mainly: green. Hex color #288D2C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #288D2C is #D772D3. Grayscale: #646464. Windows color (decimal): -14119636 or 2919720. OLE color: 2919720.
HSL color Cylindrical-coordinate representation of color #288D2C: hue angle of 122.38º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #288D2C is Cyan = 0.72, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 40 | 141 | 44 | - |
| CMYK | 0.72 | 0 | 0.69 | 0.45 |
| HSL | 122.38º | 0.56% | 0.35% | - |
| HSV(B) | 122.38º | 0.72% | 0.55% | - |
| XYZ | 10.85 | 19.68 | 5.61 | - |
| YUV | 99.74 | 96.54 | 85.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 141 | 44 | 0.72 | 0 | 0.69 | 0.45 | 122.38 | 0.56 | 0.35 |
| Hex | 28 | 8D | 2C | 48 | 0 | 45 | 2D | 7A | 38 | 23 |
| Octal | 50 | 215 | 54 | 110 | 0 | 105 | 55 | 172 | 70 | 43 |
| Binary | 101000 | 10001101 | 101100 | 1001000 | 0 | 1000101 | 101101 | 1111010 | 111000 | 100011 |
Color Harmonies of #288D2C
Complementary color
Monochromatic Colors of #288D2C
Black with #288D2C
Text Example
Text Example
White with #288D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288D2C; }
p { color: rgb(40,141,44); }
H1.HeaderClassName
{
color: #288D2C;
}
.AnyTagClassName
{
color: #288D2C;
}
</style>
background-color css
<style>
a { background-color: #288D2C; }
a { background-color: rgb(40,141,44); }
div.DivClassName
{
background-color: #288D2C;
}
.BgClassName
{
background-color: #288D2C;
}
</style>
border-color css
<style>
span { border-color: #288D2C; }
span { border-color: rgb(40,141,44); }
td.TdClassName
{
border-color: #288D2C;
}
.TagClassName
{
border-color: #288D2C;
}
</style>