Shades of Forest Green #28A428
Tints of Forest Green #28A428
RGB
CMYK
RGB Variations
Color information
#28A428 (or 0x28A428) is known color: Forest Green. HEX triplet: 28, A4 and 28. RGB value is (40,164,40). Sum of RGB (Red+Green+Blue) = 40+164+40=244 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.39% from 244); Green value is 164 (64.45% from 255 or 67.21% from 244); Blue value is 40 (16.02% from 255 or 16.39% from 244); Max value from RGB is 164 - color contains mainly: green. Hex color #28A428 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28A428 is #D75BD7. Grayscale: #717171. Windows color (decimal): -14113752 or 2663464. OLE color: 2663464.
HSL color Cylindrical-coordinate representation of color #28A428: hue angle of 120º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #28A428 is Cyan = 0.76, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 40 | 164 | 40 | - |
| CMYK | 0.76 | 0 | 0.76 | 0.36 |
| HSL | 120º | 0.61% | 0.4% | - |
| HSV(B) | 120º | 0.76% | 0.64% | - |
| XYZ | 14.53 | 27.16 | 6.48 | - |
| YUV | 112.79 | 86.92 | 76.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 164 | 40 | 0.76 | 0 | 0.76 | 0.36 | 120 | 0.61 | 0.4 |
| Hex | 28 | A4 | 28 | 4C | 0 | 4C | 24 | 78 | 3D | 28 |
| Octal | 50 | 244 | 50 | 114 | 0 | 114 | 44 | 170 | 75 | 50 |
| Binary | 101000 | 10100100 | 101000 | 1001100 | 0 | 1001100 | 100100 | 1111000 | 111101 | 101000 |
Color Harmonies of #28A428
Complementary color
Monochromatic Colors of #28A428
Black with #28A428
Text Example
Text Example
White with #28A428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28A428; }
p { color: rgb(40,164,40); }
H1.HeaderClassName
{
color: #28A428;
}
.AnyTagClassName
{
color: #28A428;
}
</style>
background-color css
<style>
a { background-color: #28A428; }
a { background-color: rgb(40,164,40); }
div.DivClassName
{
background-color: #28A428;
}
.BgClassName
{
background-color: #28A428;
}
</style>
border-color css
<style>
span { border-color: #28A428; }
span { border-color: rgb(40,164,40); }
td.TdClassName
{
border-color: #28A428;
}
.TagClassName
{
border-color: #28A428;
}
</style>