Shades of Forest Green #288D07
Tints of Forest Green #288D07
RGB
CMYK
RGB Variations
Color information
#288D07 (or 0x288D07) is known color: Forest Green. HEX triplet: 28, 8D and 07. RGB value is (40,141,7). Sum of RGB (Red+Green+Blue) = 40+141+7=188 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.28% from 188); Green value is 141 (55.47% from 255 or 75% from 188); Blue value is 7 (3.12% from 255 or 3.72% from 188); Max value from RGB is 141 - color contains mainly: green. Hex color #288D07 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #288D07 is #D772F8. Grayscale: #5F5F5F. Windows color (decimal): -14119673 or 494888. OLE color: 494888.
HSL color Cylindrical-coordinate representation of color #288D07: hue angle of 105.22º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #288D07 is Cyan = 0.72, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 40 | 141 | 7 | - |
| CMYK | 0.72 | 0 | 0.95 | 0.45 |
| HSL | 105.22º | 0.91% | 0.29% | - |
| HSV(B) | 105.22º | 0.95% | 0.55% | - |
| XYZ | 10.44 | 19.52 | 3.42 | - |
| YUV | 95.53 | 78.04 | 88.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 141 | 7 | 0.72 | 0 | 0.95 | 0.45 | 105.22 | 0.91 | 0.29 |
| Hex | 28 | 8D | 7 | 48 | 0 | 5F | 2D | 69 | 5B | 1D |
| Octal | 50 | 215 | 7 | 110 | 0 | 137 | 55 | 151 | 133 | 35 |
| Binary | 101000 | 10001101 | 111 | 1001000 | 0 | 1011111 | 101101 | 1101001 | 1011011 | 11101 |
Color Harmonies of #288D07
Complementary color
Monochromatic Colors of #288D07
Black with #288D07
Text Example
Text Example
White with #288D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288D07; }
p { color: rgb(40,141,7); }
H1.HeaderClassName
{
color: #288D07;
}
.AnyTagClassName
{
color: #288D07;
}
</style>
background-color css
<style>
a { background-color: #288D07; }
a { background-color: rgb(40,141,7); }
div.DivClassName
{
background-color: #288D07;
}
.BgClassName
{
background-color: #288D07;
}
</style>
border-color css
<style>
span { border-color: #288D07; }
span { border-color: rgb(40,141,7); }
td.TdClassName
{
border-color: #288D07;
}
.TagClassName
{
border-color: #288D07;
}
</style>