Shades of Forest Green #28AD13
Tints of Forest Green #28AD13
RGB
CMYK
RGB Variations
Color information
#28AD13 (or 0x28AD13) is known color: Forest Green. HEX triplet: 28, AD and 13. RGB value is (40,173,19). Sum of RGB (Red+Green+Blue) = 40+173+19=232 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.24% from 232); Green value is 173 (67.97% from 255 or 74.57% from 232); Blue value is 19 (7.81% from 255 or 8.19% from 232); Max value from RGB is 173 - color contains mainly: green. Hex color #28AD13 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #28AD13 is #D752EC. Grayscale: #747474. Windows color (decimal): -14111469 or 1289512. OLE color: 1289512.
HSL color Cylindrical-coordinate representation of color #28AD13: hue angle of 111.82º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #28AD13 is Cyan = 0.77, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 40 | 173 | 19 | - |
| CMYK | 0.77 | 0 | 0.89 | 0.32 |
| HSL | 111.82º | 0.8% | 0.38% | - |
| HSV(B) | 111.82º | 0.89% | 0.68% | - |
| XYZ | 15.94 | 30.39 | 5.64 | - |
| YUV | 115.68 | 73.44 | 74.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 173 | 19 | 0.77 | 0 | 0.89 | 0.32 | 111.82 | 0.8 | 0.38 |
| Hex | 28 | AD | 13 | 4D | 0 | 59 | 20 | 70 | 50 | 26 |
| Octal | 50 | 255 | 23 | 115 | 0 | 131 | 40 | 160 | 120 | 46 |
| Binary | 101000 | 10101101 | 10011 | 1001101 | 0 | 1011001 | 100000 | 1110000 | 1010000 | 100110 |
Color Harmonies of #28AD13
Complementary color
Monochromatic Colors of #28AD13
Black with #28AD13
Text Example
Text Example
White with #28AD13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28AD13; }
p { color: rgb(40,173,19); }
H1.HeaderClassName
{
color: #28AD13;
}
.AnyTagClassName
{
color: #28AD13;
}
</style>
background-color css
<style>
a { background-color: #28AD13; }
a { background-color: rgb(40,173,19); }
div.DivClassName
{
background-color: #28AD13;
}
.BgClassName
{
background-color: #28AD13;
}
</style>
border-color css
<style>
span { border-color: #28AD13; }
span { border-color: rgb(40,173,19); }
td.TdClassName
{
border-color: #28AD13;
}
.TagClassName
{
border-color: #28AD13;
}
</style>