Shades of Forest Green #288E2B
Tints of Forest Green #288E2B
RGB
CMYK
RGB Variations
Color information
#288E2B (or 0x288E2B) is known color: Forest Green. HEX triplet: 28, 8E and 2B. RGB value is (40,142,43). Sum of RGB (Red+Green+Blue) = 40+142+43=225 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.78% from 225); Green value is 142 (55.86% from 255 or 63.11% from 225); Blue value is 43 (17.19% from 255 or 19.11% from 225); Max value from RGB is 142 - color contains mainly: green. Hex color #288E2B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #288E2B is #D771D4. Grayscale: #646464. Windows color (decimal): -14119381 or 2854440. OLE color: 2854440.
HSL color Cylindrical-coordinate representation of color #288E2B: hue angle of 121.76º 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 #288E2B is Cyan = 0.72, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 40 | 142 | 43 | - |
| CMYK | 0.72 | 0 | 0.70 | 0.44 |
| HSL | 121.76º | 0.56% | 0.36% | - |
| HSV(B) | 121.76º | 0.72% | 0.56% | - |
| XYZ | 10.98 | 19.97 | 5.56 | - |
| YUV | 100.22 | 95.71 | 85.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 142 | 43 | 0.72 | 0 | 0.70 | 0.44 | 121.76 | 0.56 | 0.36 |
| Hex | 28 | 8E | 2B | 48 | 0 | 46 | 2C | 7A | 38 | 24 |
| Octal | 50 | 216 | 53 | 110 | 0 | 106 | 54 | 172 | 70 | 44 |
| Binary | 101000 | 10001110 | 101011 | 1001000 | 0 | 1000110 | 101100 | 1111010 | 111000 | 100100 |
Color Harmonies of #288E2B
Complementary color
Monochromatic Colors of #288E2B
Black with #288E2B
Text Example
Text Example
White with #288E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288E2B; }
p { color: rgb(40,142,43); }
H1.HeaderClassName
{
color: #288E2B;
}
.AnyTagClassName
{
color: #288E2B;
}
</style>
background-color css
<style>
a { background-color: #288E2B; }
a { background-color: rgb(40,142,43); }
div.DivClassName
{
background-color: #288E2B;
}
.BgClassName
{
background-color: #288E2B;
}
</style>
border-color css
<style>
span { border-color: #288E2B; }
span { border-color: rgb(40,142,43); }
td.TdClassName
{
border-color: #288E2B;
}
.TagClassName
{
border-color: #288E2B;
}
</style>