Shades of Forest Green #288002
Tints of Forest Green #288002
RGB
CMYK
RGB Variations
Color information
#288002 (or 0x288002) is known color: Forest Green. HEX triplet: 28, 80 and 02. RGB value is (40,128,2). Sum of RGB (Red+Green+Blue) = 40+128+2=170 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.53% from 170); Green value is 128 (50.39% from 255 or 75.29% from 170); Blue value is 2 (1.17% from 255 or 1.18% from 170); Max value from RGB is 128 - color contains mainly: green. Hex color #288002 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #288002 is #D77FFD. Grayscale: #575757. Windows color (decimal): -14123006 or 163880. OLE color: 163880.
HSL color Cylindrical-coordinate representation of color #288002: hue angle of 101.9º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #288002 is Cyan = 0.69, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 40 | 128 | 2 | - |
| CMYK | 0.69 | 0 | 0.98 | 0.50 |
| HSL | 101.9º | 0.97% | 0.25% | - |
| HSV(B) | 101.9º | 0.98% | 0.5% | - |
| XYZ | 8.61 | 15.89 | 2.67 | - |
| YUV | 87.32 | 79.85 | 94.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 128 | 2 | 0.69 | 0 | 0.98 | 0.50 | 101.9 | 0.97 | 0.25 |
| Hex | 28 | 80 | 2 | 45 | 0 | 62 | 32 | 66 | 61 | 19 |
| Octal | 50 | 200 | 2 | 105 | 0 | 142 | 62 | 146 | 141 | 31 |
| Binary | 101000 | 10000000 | 10 | 1000101 | 0 | 1100010 | 110010 | 1100110 | 1100001 | 11001 |
Color Harmonies of #288002
Complementary color
Monochromatic Colors of #288002
Black with #288002
Text Example
Text Example
White with #288002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288002; }
p { color: rgb(40,128,2); }
H1.HeaderClassName
{
color: #288002;
}
.AnyTagClassName
{
color: #288002;
}
</style>
background-color css
<style>
a { background-color: #288002; }
a { background-color: rgb(40,128,2); }
div.DivClassName
{
background-color: #288002;
}
.BgClassName
{
background-color: #288002;
}
</style>
border-color css
<style>
span { border-color: #288002; }
span { border-color: rgb(40,128,2); }
td.TdClassName
{
border-color: #288002;
}
.TagClassName
{
border-color: #288002;
}
</style>