Shades of Forest Green #28A520
Tints of Forest Green #28A520
RGB
CMYK
RGB Variations
Color information
#28A520 (or 0x28A520) is known color: Forest Green. HEX triplet: 28, A5 and 20. RGB value is (40,165,32). Sum of RGB (Red+Green+Blue) = 40+165+32=237 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.88% from 237); Green value is 165 (64.84% from 255 or 69.62% from 237); Blue value is 32 (12.89% from 255 or 13.50% from 237); Max value from RGB is 165 - color contains mainly: green. Hex color #28A520 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28A520 is #D75ADF. Grayscale: #707070. Windows color (decimal): -14113504 or 2139432. OLE color: 2139432.
HSL color Cylindrical-coordinate representation of color #28A520: hue angle of 116.39º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #28A520 is Cyan = 0.76, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 40 | 165 | 32 | - |
| CMYK | 0.76 | 0 | 0.81 | 0.35 |
| HSL | 116.39º | 0.68% | 0.39% | - |
| HSV(B) | 116.39º | 0.81% | 0.65% | - |
| XYZ | 14.59 | 27.47 | 5.9 | - |
| YUV | 112.46 | 82.59 | 76.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 165 | 32 | 0.76 | 0 | 0.81 | 0.35 | 116.39 | 0.68 | 0.39 |
| Hex | 28 | A5 | 20 | 4C | 0 | 51 | 23 | 74 | 44 | 27 |
| Octal | 50 | 245 | 40 | 114 | 0 | 121 | 43 | 164 | 104 | 47 |
| Binary | 101000 | 10100101 | 100000 | 1001100 | 0 | 1010001 | 100011 | 1110100 | 1000100 | 100111 |
Color Harmonies of #28A520
Complementary color
Monochromatic Colors of #28A520
Black with #28A520
Text Example
Text Example
White with #28A520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28A520; }
p { color: rgb(40,165,32); }
H1.HeaderClassName
{
color: #28A520;
}
.AnyTagClassName
{
color: #28A520;
}
</style>
background-color css
<style>
a { background-color: #28A520; }
a { background-color: rgb(40,165,32); }
div.DivClassName
{
background-color: #28A520;
}
.BgClassName
{
background-color: #28A520;
}
</style>
border-color css
<style>
span { border-color: #28A520; }
span { border-color: rgb(40,165,32); }
td.TdClassName
{
border-color: #28A520;
}
.TagClassName
{
border-color: #28A520;
}
</style>