Shades of Forest Green #288A0E
Tints of Forest Green #288A0E
RGB
CMYK
RGB Variations
Color information
#288A0E (or 0x288A0E) is known color: Forest Green. HEX triplet: 28, 8A and 0E. RGB value is (40,138,14). Sum of RGB (Red+Green+Blue) = 40+138+14=192 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.83% from 192); Green value is 138 (54.30% from 255 or 71.88% from 192); Blue value is 14 (5.86% from 255 or 7.29% from 192); Max value from RGB is 138 - color contains mainly: green. Hex color #288A0E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #288A0E is #D775F1. Grayscale: #5E5E5E. Windows color (decimal): -14120434 or 952872. OLE color: 952872.
HSL color Cylindrical-coordinate representation of color #288A0E: hue angle of 107.42º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #288A0E is Cyan = 0.71, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 40 | 138 | 14 | - |
| CMYK | 0.71 | 0 | 0.90 | 0.46 |
| HSL | 107.42º | 0.82% | 0.3% | - |
| HSV(B) | 107.42º | 0.9% | 0.54% | - |
| XYZ | 10.04 | 18.66 | 3.49 | - |
| YUV | 94.56 | 82.53 | 89.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 138 | 14 | 0.71 | 0 | 0.90 | 0.46 | 107.42 | 0.82 | 0.3 |
| Hex | 28 | 8A | E | 47 | 0 | 5A | 2E | 6B | 52 | 1E |
| Octal | 50 | 212 | 16 | 107 | 0 | 132 | 56 | 153 | 122 | 36 |
| Binary | 101000 | 10001010 | 1110 | 1000111 | 0 | 1011010 | 101110 | 1101011 | 1010010 | 11110 |
Color Harmonies of #288A0E
Complementary color
Monochromatic Colors of #288A0E
Black with #288A0E
Text Example
Text Example
White with #288A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288A0E; }
p { color: rgb(40,138,14); }
H1.HeaderClassName
{
color: #288A0E;
}
.AnyTagClassName
{
color: #288A0E;
}
</style>
background-color css
<style>
a { background-color: #288A0E; }
a { background-color: rgb(40,138,14); }
div.DivClassName
{
background-color: #288A0E;
}
.BgClassName
{
background-color: #288A0E;
}
</style>
border-color css
<style>
span { border-color: #288A0E; }
span { border-color: rgb(40,138,14); }
td.TdClassName
{
border-color: #288A0E;
}
.TagClassName
{
border-color: #288A0E;
}
</style>