Shades of Forest Green #28AA18
Tints of Forest Green #28AA18
RGB
CMYK
RGB Variations
Color information
#28AA18 (or 0x28AA18) is known color: Forest Green. HEX triplet: 28, AA and 18. RGB value is (40,170,24). Sum of RGB (Red+Green+Blue) = 40+170+24=234 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.09% from 234); Green value is 170 (66.80% from 255 or 72.65% from 234); Blue value is 24 (9.77% from 255 or 10.26% from 234); Max value from RGB is 170 - color contains mainly: green. Hex color #28AA18 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #28AA18 is #D755E7. Grayscale: #727272. Windows color (decimal): -14112232 or 1616424. OLE color: 1616424.
HSL color Cylindrical-coordinate representation of color #28AA18: hue angle of 113.42º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #28AA18 is Cyan = 0.76, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 170 | 24 | - |
| CMYK | 0.76 | 0 | 0.86 | 0.33 |
| HSL | 113.42º | 0.75% | 0.38% | - |
| HSV(B) | 113.42º | 0.86% | 0.67% | - |
| XYZ | 15.41 | 29.27 | 5.7 | - |
| YUV | 114.49 | 76.93 | 74.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 170 | 24 | 0.76 | 0 | 0.86 | 0.33 | 113.42 | 0.75 | 0.38 |
| Hex | 28 | AA | 18 | 4C | 0 | 56 | 21 | 71 | 4B | 26 |
| Octal | 50 | 252 | 30 | 114 | 0 | 126 | 41 | 161 | 113 | 46 |
| Binary | 101000 | 10101010 | 11000 | 1001100 | 0 | 1010110 | 100001 | 1110001 | 1001011 | 100110 |
Color Harmonies of #28AA18
Complementary color
Monochromatic Colors of #28AA18
Black with #28AA18
Text Example
Text Example
White with #28AA18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28AA18; }
p { color: rgb(40,170,24); }
H1.HeaderClassName
{
color: #28AA18;
}
.AnyTagClassName
{
color: #28AA18;
}
</style>
background-color css
<style>
a { background-color: #28AA18; }
a { background-color: rgb(40,170,24); }
div.DivClassName
{
background-color: #28AA18;
}
.BgClassName
{
background-color: #28AA18;
}
</style>
border-color css
<style>
span { border-color: #28AA18; }
span { border-color: rgb(40,170,24); }
td.TdClassName
{
border-color: #28AA18;
}
.TagClassName
{
border-color: #28AA18;
}
</style>