Shades of Forest Green #28A014
Tints of Forest Green #28A014
RGB
CMYK
RGB Variations
Color information
#28A014 (or 0x28A014) is known color: Forest Green. HEX triplet: 28, A0 and 14. RGB value is (40,160,20). Sum of RGB (Red+Green+Blue) = 40+160+20=220 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.18% from 220); Green value is 160 (62.89% from 255 or 72.73% from 220); Blue value is 20 (8.20% from 255 or 9.09% from 220); Max value from RGB is 160 - color contains mainly: green. Hex color #28A014 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #28A014 is #D75FEB. Grayscale: #6C6C6C. Windows color (decimal): -14114796 or 1351720. OLE color: 1351720.
HSL color Cylindrical-coordinate representation of color #28A014: hue angle of 111.43º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #28A014 is Cyan = 0.75, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 40 | 160 | 20 | - |
| CMYK | 0.75 | 0 | 0.88 | 0.37 |
| HSL | 111.43º | 0.78% | 0.35% | - |
| HSV(B) | 111.43º | 0.88% | 0.63% | - |
| XYZ | 13.57 | 25.64 | 4.9 | - |
| YUV | 108.16 | 78.24 | 79.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 160 | 20 | 0.75 | 0 | 0.88 | 0.37 | 111.43 | 0.78 | 0.35 |
| Hex | 28 | A0 | 14 | 4B | 0 | 58 | 25 | 6F | 4E | 23 |
| Octal | 50 | 240 | 24 | 113 | 0 | 130 | 45 | 157 | 116 | 43 |
| Binary | 101000 | 10100000 | 10100 | 1001011 | 0 | 1011000 | 100101 | 1101111 | 1001110 | 100011 |
Color Harmonies of #28A014
Complementary color
Monochromatic Colors of #28A014
Black with #28A014
Text Example
Text Example
White with #28A014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28A014; }
p { color: rgb(40,160,20); }
H1.HeaderClassName
{
color: #28A014;
}
.AnyTagClassName
{
color: #28A014;
}
</style>
background-color css
<style>
a { background-color: #28A014; }
a { background-color: rgb(40,160,20); }
div.DivClassName
{
background-color: #28A014;
}
.BgClassName
{
background-color: #28A014;
}
</style>
border-color css
<style>
span { border-color: #28A014; }
span { border-color: rgb(40,160,20); }
td.TdClassName
{
border-color: #28A014;
}
.TagClassName
{
border-color: #28A014;
}
</style>