Shades of Forest Green #28AC14
Tints of Forest Green #28AC14
RGB
CMYK
RGB Variations
Color information
#28AC14 (or 0x28AC14) is known color: Forest Green. HEX triplet: 28, AC and 14. RGB value is (40,172,20). Sum of RGB (Red+Green+Blue) = 40+172+20=232 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.24% from 232); Green value is 172 (67.58% from 255 or 74.14% from 232); Blue value is 20 (8.20% from 255 or 8.62% from 232); Max value from RGB is 172 - color contains mainly: green. Hex color #28AC14 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #28AC14 is #D753EB. Grayscale: #737373. Windows color (decimal): -14111724 or 1354792. OLE color: 1354792.
HSL color Cylindrical-coordinate representation of color #28AC14: hue angle of 112.11º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #28AC14 is Cyan = 0.77, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 172 | 20 | - |
| CMYK | 0.77 | 0 | 0.88 | 0.33 |
| HSL | 112.11º | 0.79% | 0.38% | - |
| HSV(B) | 112.11º | 0.88% | 0.67% | - |
| XYZ | 15.75 | 30.01 | 5.62 | - |
| YUV | 115.2 | 74.27 | 74.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 172 | 20 | 0.77 | 0 | 0.88 | 0.33 | 112.11 | 0.79 | 0.38 |
| Hex | 28 | AC | 14 | 4D | 0 | 58 | 21 | 70 | 4F | 26 |
| Octal | 50 | 254 | 24 | 115 | 0 | 130 | 41 | 160 | 117 | 46 |
| Binary | 101000 | 10101100 | 10100 | 1001101 | 0 | 1011000 | 100001 | 1110000 | 1001111 | 100110 |
Color Harmonies of #28AC14
Complementary color
Monochromatic Colors of #28AC14
Black with #28AC14
Text Example
Text Example
White with #28AC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28AC14; }
p { color: rgb(40,172,20); }
H1.HeaderClassName
{
color: #28AC14;
}
.AnyTagClassName
{
color: #28AC14;
}
</style>
background-color css
<style>
a { background-color: #28AC14; }
a { background-color: rgb(40,172,20); }
div.DivClassName
{
background-color: #28AC14;
}
.BgClassName
{
background-color: #28AC14;
}
</style>
border-color css
<style>
span { border-color: #28AC14; }
span { border-color: rgb(40,172,20); }
td.TdClassName
{
border-color: #28AC14;
}
.TagClassName
{
border-color: #28AC14;
}
</style>