Shades of Forest Green #28AA0E
Tints of Forest Green #28AA0E
RGB
CMYK
RGB Variations
Color information
#28AA0E (or 0x28AA0E) is known color: Forest Green. HEX triplet: 28, AA and 0E. RGB value is (40,170,14). Sum of RGB (Red+Green+Blue) = 40+170+14=224 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.86% from 224); Green value is 170 (66.80% from 255 or 75.89% from 224); Blue value is 14 (5.86% from 255 or 6.25% from 224); Max value from RGB is 170 - color contains mainly: green. Hex color #28AA0E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #28AA0E is #D755F1. Grayscale: #717171. Windows color (decimal): -14112242 or 961064. OLE color: 961064.
HSL color Cylindrical-coordinate representation of color #28AA0E: hue angle of 110º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #28AA0E is Cyan = 0.76, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 170 | 14 | - |
| CMYK | 0.76 | 0 | 0.92 | 0.33 |
| HSL | 110º | 0.85% | 0.36% | - |
| HSV(B) | 110º | 0.92% | 0.67% | - |
| XYZ | 15.33 | 29.23 | 5.25 | - |
| YUV | 113.35 | 71.93 | 75.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 170 | 14 | 0.76 | 0 | 0.92 | 0.33 | 110 | 0.85 | 0.36 |
| Hex | 28 | AA | E | 4C | 0 | 5C | 21 | 6E | 55 | 24 |
| Octal | 50 | 252 | 16 | 114 | 0 | 134 | 41 | 156 | 125 | 44 |
| Binary | 101000 | 10101010 | 1110 | 1001100 | 0 | 1011100 | 100001 | 1101110 | 1010101 | 100100 |
Color Harmonies of #28AA0E
Complementary color
Monochromatic Colors of #28AA0E
Black with #28AA0E
Text Example
Text Example
White with #28AA0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28AA0E; }
p { color: rgb(40,170,14); }
H1.HeaderClassName
{
color: #28AA0E;
}
.AnyTagClassName
{
color: #28AA0E;
}
</style>
background-color css
<style>
a { background-color: #28AA0E; }
a { background-color: rgb(40,170,14); }
div.DivClassName
{
background-color: #28AA0E;
}
.BgClassName
{
background-color: #28AA0E;
}
</style>
border-color css
<style>
span { border-color: #28AA0E; }
span { border-color: rgb(40,170,14); }
td.TdClassName
{
border-color: #28AA0E;
}
.TagClassName
{
border-color: #28AA0E;
}
</style>