Shades of Forest Green #288A15
Tints of Forest Green #288A15
RGB
CMYK
RGB Variations
Color information
#288A15 (or 0x288A15) is known color: Forest Green. HEX triplet: 28, 8A and 15. RGB value is (40,138,21). Sum of RGB (Red+Green+Blue) = 40+138+21=199 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20.10% from 199); Green value is 138 (54.30% from 255 or 69.35% from 199); Blue value is 21 (8.59% from 255 or 10.55% from 199); Max value from RGB is 138 - color contains mainly: green. Hex color #288A15 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #288A15 is #D775EA. Grayscale: #5F5F5F. Windows color (decimal): -14120427 or 1411624. OLE color: 1411624.
HSL color Cylindrical-coordinate representation of color #288A15: hue angle of 110.26º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #288A15 is Cyan = 0.71, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 40 | 138 | 21 | - |
| CMYK | 0.71 | 0 | 0.85 | 0.46 |
| HSL | 110.26º | 0.74% | 0.31% | - |
| HSV(B) | 110.26º | 0.85% | 0.54% | - |
| XYZ | 10.1 | 18.68 | 3.78 | - |
| YUV | 95.36 | 86.03 | 88.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 138 | 21 | 0.71 | 0 | 0.85 | 0.46 | 110.26 | 0.74 | 0.31 |
| Hex | 28 | 8A | 15 | 47 | 0 | 55 | 2E | 6E | 4A | 1F |
| Octal | 50 | 212 | 25 | 107 | 0 | 125 | 56 | 156 | 112 | 37 |
| Binary | 101000 | 10001010 | 10101 | 1000111 | 0 | 1010101 | 101110 | 1101110 | 1001010 | 11111 |
Color Harmonies of #288A15
Complementary color
Monochromatic Colors of #288A15
Black with #288A15
Text Example
Text Example
White with #288A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288A15; }
p { color: rgb(40,138,21); }
H1.HeaderClassName
{
color: #288A15;
}
.AnyTagClassName
{
color: #288A15;
}
</style>
background-color css
<style>
a { background-color: #288A15; }
a { background-color: rgb(40,138,21); }
div.DivClassName
{
background-color: #288A15;
}
.BgClassName
{
background-color: #288A15;
}
</style>
border-color css
<style>
span { border-color: #288A15; }
span { border-color: rgb(40,138,21); }
td.TdClassName
{
border-color: #288A15;
}
.TagClassName
{
border-color: #288A15;
}
</style>