Shades of Forest Green #28A714
Tints of Forest Green #28A714
RGB
CMYK
RGB Variations
Color information
#28A714 (or 0x28A714) is known color: Forest Green. HEX triplet: 28, A7 and 14. RGB value is (40,167,20). Sum of RGB (Red+Green+Blue) = 40+167+20=227 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.62% from 227); Green value is 167 (65.62% from 255 or 73.57% from 227); Blue value is 20 (8.20% from 255 or 8.81% from 227); Max value from RGB is 167 - color contains mainly: green. Hex color #28A714 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #28A714 is #D758EB. Grayscale: #707070. Windows color (decimal): -14113004 or 1353512. OLE color: 1353512.
HSL color Cylindrical-coordinate representation of color #28A714: hue angle of 111.84º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #28A714 is Cyan = 0.76, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 40 | 167 | 20 | - |
| CMYK | 0.76 | 0 | 0.88 | 0.35 |
| HSL | 111.84º | 0.79% | 0.37% | - |
| HSV(B) | 111.84º | 0.88% | 0.65% | - |
| XYZ | 14.82 | 28.14 | 5.31 | - |
| YUV | 112.27 | 75.92 | 76.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 167 | 20 | 0.76 | 0 | 0.88 | 0.35 | 111.84 | 0.79 | 0.37 |
| Hex | 28 | A7 | 14 | 4C | 0 | 58 | 23 | 70 | 4F | 25 |
| Octal | 50 | 247 | 24 | 114 | 0 | 130 | 43 | 160 | 117 | 45 |
| Binary | 101000 | 10100111 | 10100 | 1001100 | 0 | 1011000 | 100011 | 1110000 | 1001111 | 100101 |
Color Harmonies of #28A714
Complementary color
Monochromatic Colors of #28A714
Black with #28A714
Text Example
Text Example
White with #28A714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28A714; }
p { color: rgb(40,167,20); }
H1.HeaderClassName
{
color: #28A714;
}
.AnyTagClassName
{
color: #28A714;
}
</style>
background-color css
<style>
a { background-color: #28A714; }
a { background-color: rgb(40,167,20); }
div.DivClassName
{
background-color: #28A714;
}
.BgClassName
{
background-color: #28A714;
}
</style>
border-color css
<style>
span { border-color: #28A714; }
span { border-color: rgb(40,167,20); }
td.TdClassName
{
border-color: #28A714;
}
.TagClassName
{
border-color: #28A714;
}
</style>