Shades of Forest Green #288E03
Tints of Forest Green #288E03
RGB
CMYK
RGB Variations
Color information
#288E03 (or 0x288E03) is known color: Forest Green. HEX triplet: 28, 8E and 03. RGB value is (40,142,3). Sum of RGB (Red+Green+Blue) = 40+142+3=185 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.62% from 185); Green value is 142 (55.86% from 255 or 76.76% from 185); Blue value is 3 (1.56% from 255 or 1.62% from 185); Max value from RGB is 142 - color contains mainly: green. Hex color #288E03 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #288E03 is #D771FC. Grayscale: #606060. Windows color (decimal): -14119421 or 233000. OLE color: 233000.
HSL color Cylindrical-coordinate representation of color #288E03: hue angle of 104.03º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #288E03 is Cyan = 0.72, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 40 | 142 | 3 | - |
| CMYK | 0.72 | 0 | 0.98 | 0.44 |
| HSL | 104.03º | 0.96% | 0.28% | - |
| HSV(B) | 104.03º | 0.98% | 0.56% | - |
| XYZ | 10.56 | 19.8 | 3.35 | - |
| YUV | 95.66 | 75.71 | 88.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 142 | 3 | 0.72 | 0 | 0.98 | 0.44 | 104.03 | 0.96 | 0.28 |
| Hex | 28 | 8E | 3 | 48 | 0 | 62 | 2C | 68 | 60 | 1C |
| Octal | 50 | 216 | 3 | 110 | 0 | 142 | 54 | 150 | 140 | 34 |
| Binary | 101000 | 10001110 | 11 | 1001000 | 0 | 1100010 | 101100 | 1101000 | 1100000 | 11100 |
Color Harmonies of #288E03
Complementary color
Monochromatic Colors of #288E03
Black with #288E03
Text Example
Text Example
White with #288E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288E03; }
p { color: rgb(40,142,3); }
H1.HeaderClassName
{
color: #288E03;
}
.AnyTagClassName
{
color: #288E03;
}
</style>
background-color css
<style>
a { background-color: #288E03; }
a { background-color: rgb(40,142,3); }
div.DivClassName
{
background-color: #288E03;
}
.BgClassName
{
background-color: #288E03;
}
</style>
border-color css
<style>
span { border-color: #288E03; }
span { border-color: rgb(40,142,3); }
td.TdClassName
{
border-color: #288E03;
}
.TagClassName
{
border-color: #288E03;
}
</style>