Shades of Forest Green #288A02
Tints of Forest Green #288A02
RGB
CMYK
RGB Variations
Color information
#288A02 (or 0x288A02) is known color: Forest Green. HEX triplet: 28, 8A and 02. RGB value is (40,138,2). Sum of RGB (Red+Green+Blue) = 40+138+2=180 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.22% from 180); Green value is 138 (54.30% from 255 or 76.67% from 180); Blue value is 2 (1.17% from 255 or 1.11% from 180); Max value from RGB is 138 - color contains mainly: green. Hex color #288A02 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #288A02 is #D775FD. Grayscale: #5D5D5D. Windows color (decimal): -14120446 or 166440. OLE color: 166440.
HSL color Cylindrical-coordinate representation of color #288A02: hue angle of 103.24º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #288A02 is Cyan = 0.71, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 40 | 138 | 2 | - |
| CMYK | 0.71 | 0 | 0.99 | 0.46 |
| HSL | 103.24º | 0.97% | 0.27% | - |
| HSV(B) | 103.24º | 0.99% | 0.54% | - |
| XYZ | 9.97 | 18.63 | 3.13 | - |
| YUV | 93.19 | 76.53 | 90.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 138 | 2 | 0.71 | 0 | 0.99 | 0.46 | 103.24 | 0.97 | 0.27 |
| Hex | 28 | 8A | 2 | 47 | 0 | 63 | 2E | 67 | 61 | 1B |
| Octal | 50 | 212 | 2 | 107 | 0 | 143 | 56 | 147 | 141 | 33 |
| Binary | 101000 | 10001010 | 10 | 1000111 | 0 | 1100011 | 101110 | 1100111 | 1100001 | 11011 |
Color Harmonies of #288A02
Complementary color
Monochromatic Colors of #288A02
Black with #288A02
Text Example
Text Example
White with #288A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288A02; }
p { color: rgb(40,138,2); }
H1.HeaderClassName
{
color: #288A02;
}
.AnyTagClassName
{
color: #288A02;
}
</style>
background-color css
<style>
a { background-color: #288A02; }
a { background-color: rgb(40,138,2); }
div.DivClassName
{
background-color: #288A02;
}
.BgClassName
{
background-color: #288A02;
}
</style>
border-color css
<style>
span { border-color: #288A02; }
span { border-color: rgb(40,138,2); }
td.TdClassName
{
border-color: #288A02;
}
.TagClassName
{
border-color: #288A02;
}
</style>