Shades of Forest Green #288F2E
Tints of Forest Green #288F2E
RGB
CMYK
RGB Variations
Color information
#288F2E (or 0x288F2E) is known color: Forest Green. HEX triplet: 28, 8F and 2E. RGB value is (40,143,46). Sum of RGB (Red+Green+Blue) = 40+143+46=229 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.47% from 229); Green value is 143 (56.25% from 255 or 62.45% from 229); Blue value is 46 (18.36% from 255 or 20.09% from 229); Max value from RGB is 143 - color contains mainly: green. Hex color #288F2E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #288F2E is #D770D1. Grayscale: #656565. Windows color (decimal): -14119122 or 3051304. OLE color: 3051304.
HSL color Cylindrical-coordinate representation of color #288F2E: hue angle of 123.5º 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 #288F2E is Cyan = 0.72, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 40 | 143 | 46 | - |
| CMYK | 0.72 | 0 | 0.68 | 0.44 |
| HSL | 123.5º | 0.56% | 0.36% | - |
| HSV(B) | 123.5º | 0.72% | 0.56% | - |
| XYZ | 11.19 | 20.29 | 5.91 | - |
| YUV | 101.15 | 96.88 | 84.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 143 | 46 | 0.72 | 0 | 0.68 | 0.44 | 123.5 | 0.56 | 0.36 |
| Hex | 28 | 8F | 2E | 48 | 0 | 44 | 2C | 7B | 38 | 24 |
| Octal | 50 | 217 | 56 | 110 | 0 | 104 | 54 | 173 | 70 | 44 |
| Binary | 101000 | 10001111 | 101110 | 1001000 | 0 | 1000100 | 101100 | 1111011 | 111000 | 100100 |
Color Harmonies of #288F2E
Complementary color
Monochromatic Colors of #288F2E
Black with #288F2E
Text Example
Text Example
White with #288F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288F2E; }
p { color: rgb(40,143,46); }
H1.HeaderClassName
{
color: #288F2E;
}
.AnyTagClassName
{
color: #288F2E;
}
</style>
background-color css
<style>
a { background-color: #288F2E; }
a { background-color: rgb(40,143,46); }
div.DivClassName
{
background-color: #288F2E;
}
.BgClassName
{
background-color: #288F2E;
}
</style>
border-color css
<style>
span { border-color: #288F2E; }
span { border-color: rgb(40,143,46); }
td.TdClassName
{
border-color: #288F2E;
}
.TagClassName
{
border-color: #288F2E;
}
</style>