Shades of Forest Green #28A032
Tints of Forest Green #28A032
RGB
CMYK
RGB Variations
Color information
#28A032 (or 0x28A032) is known color: Forest Green. HEX triplet: 28, A0 and 32. RGB value is (40,160,50). Sum of RGB (Red+Green+Blue) = 40+160+50=250 (33% of max value = 765). Red value is 40 (16.02% from 255 or 16% from 250); Green value is 160 (62.89% from 255 or 64% from 250); Blue value is 50 (19.92% from 255 or 20% from 250); Max value from RGB is 160 - color contains mainly: green. Hex color #28A032 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28A032 is #D75FCD. Grayscale: #6F6F6F. Windows color (decimal): -14114766 or 3317800. OLE color: 3317800.
HSL color Cylindrical-coordinate representation of color #28A032: hue angle of 125º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #28A032 is Cyan = 0.75, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 40 | 160 | 50 | - |
| CMYK | 0.75 | 0 | 0.69 | 0.37 |
| HSL | 125º | 0.6% | 0.39% | - |
| HSV(B) | 125º | 0.75% | 0.63% | - |
| XYZ | 14.02 | 25.82 | 7.26 | - |
| YUV | 111.58 | 93.24 | 76.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 160 | 50 | 0.75 | 0 | 0.69 | 0.37 | 125 | 0.6 | 0.39 |
| Hex | 28 | A0 | 32 | 4B | 0 | 45 | 25 | 7D | 3C | 27 |
| Octal | 50 | 240 | 62 | 113 | 0 | 105 | 45 | 175 | 74 | 47 |
| Binary | 101000 | 10100000 | 110010 | 1001011 | 0 | 1000101 | 100101 | 1111101 | 111100 | 100111 |
Color Harmonies of #28A032
Complementary color
Monochromatic Colors of #28A032
Black with #28A032
Text Example
Text Example
White with #28A032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28A032; }
p { color: rgb(40,160,50); }
H1.HeaderClassName
{
color: #28A032;
}
.AnyTagClassName
{
color: #28A032;
}
</style>
background-color css
<style>
a { background-color: #28A032; }
a { background-color: rgb(40,160,50); }
div.DivClassName
{
background-color: #28A032;
}
.BgClassName
{
background-color: #28A032;
}
</style>
border-color css
<style>
span { border-color: #28A032; }
span { border-color: rgb(40,160,50); }
td.TdClassName
{
border-color: #28A032;
}
.TagClassName
{
border-color: #28A032;
}
</style>