Shades of Forest Green #28AF13
Tints of Forest Green #28AF13
RGB
CMYK
RGB Variations
Color information
#28AF13 (or 0x28AF13) is known color: Forest Green. HEX triplet: 28, AF and 13. RGB value is (40,175,19). Sum of RGB (Red+Green+Blue) = 40+175+19=234 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.09% from 234); Green value is 175 (68.75% from 255 or 74.79% from 234); Blue value is 19 (7.81% from 255 or 8.12% from 234); Max value from RGB is 175 - color contains mainly: green. Hex color #28AF13 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #28AF13 is #D750EC. Grayscale: #757575. Windows color (decimal): -14110957 or 1290024. OLE color: 1290024.
HSL color Cylindrical-coordinate representation of color #28AF13: hue angle of 111.92º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #28AF13 is Cyan = 0.77, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 40 | 175 | 19 | - |
| CMYK | 0.77 | 0 | 0.89 | 0.31 |
| HSL | 111.92º | 0.8% | 0.38% | - |
| HSV(B) | 111.92º | 0.89% | 0.69% | - |
| XYZ | 16.32 | 31.16 | 5.77 | - |
| YUV | 116.85 | 72.77 | 73.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 175 | 19 | 0.77 | 0 | 0.89 | 0.31 | 111.92 | 0.8 | 0.38 |
| Hex | 28 | AF | 13 | 4D | 0 | 59 | 1F | 70 | 50 | 26 |
| Octal | 50 | 257 | 23 | 115 | 0 | 131 | 37 | 160 | 120 | 46 |
| Binary | 101000 | 10101111 | 10011 | 1001101 | 0 | 1011001 | 11111 | 1110000 | 1010000 | 100110 |
Color Harmonies of #28AF13
Complementary color
Monochromatic Colors of #28AF13
Black with #28AF13
Text Example
Text Example
White with #28AF13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28AF13; }
p { color: rgb(40,175,19); }
H1.HeaderClassName
{
color: #28AF13;
}
.AnyTagClassName
{
color: #28AF13;
}
</style>
background-color css
<style>
a { background-color: #28AF13; }
a { background-color: rgb(40,175,19); }
div.DivClassName
{
background-color: #28AF13;
}
.BgClassName
{
background-color: #28AF13;
}
</style>
border-color css
<style>
span { border-color: #28AF13; }
span { border-color: rgb(40,175,19); }
td.TdClassName
{
border-color: #28AF13;
}
.TagClassName
{
border-color: #28AF13;
}
</style>