Shades of Forest Green #28A232
Tints of Forest Green #28A232
RGB
CMYK
RGB Variations
Color information
#28A232 (or 0x28A232) is known color: Forest Green. HEX triplet: 28, A2 and 32. RGB value is (40,162,50). Sum of RGB (Red+Green+Blue) = 40+162+50=252 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.87% from 252); Green value is 162 (63.67% from 255 or 64.29% from 252); Blue value is 50 (19.92% from 255 or 19.84% from 252); Max value from RGB is 162 - color contains mainly: green. Hex color #28A232 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28A232 is #D75DCD. Grayscale: #717171. Windows color (decimal): -14114254 or 3318312. OLE color: 3318312.
HSL color Cylindrical-coordinate representation of color #28A232: hue angle of 124.92º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #28A232 is Cyan = 0.75, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 40 | 162 | 50 | - |
| CMYK | 0.75 | 0 | 0.69 | 0.36 |
| HSL | 124.92º | 0.6% | 0.4% | - |
| HSV(B) | 124.92º | 0.75% | 0.64% | - |
| XYZ | 14.37 | 26.52 | 7.38 | - |
| YUV | 112.75 | 92.58 | 76.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 162 | 50 | 0.75 | 0 | 0.69 | 0.36 | 124.92 | 0.6 | 0.4 |
| Hex | 28 | A2 | 32 | 4B | 0 | 45 | 24 | 7D | 3C | 28 |
| Octal | 50 | 242 | 62 | 113 | 0 | 105 | 44 | 175 | 74 | 50 |
| Binary | 101000 | 10100010 | 110010 | 1001011 | 0 | 1000101 | 100100 | 1111101 | 111100 | 101000 |
Color Harmonies of #28A232
Complementary color
Monochromatic Colors of #28A232
Black with #28A232
Text Example
Text Example
White with #28A232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28A232; }
p { color: rgb(40,162,50); }
H1.HeaderClassName
{
color: #28A232;
}
.AnyTagClassName
{
color: #28A232;
}
</style>
background-color css
<style>
a { background-color: #28A232; }
a { background-color: rgb(40,162,50); }
div.DivClassName
{
background-color: #28A232;
}
.BgClassName
{
background-color: #28A232;
}
</style>
border-color css
<style>
span { border-color: #28A232; }
span { border-color: rgb(40,162,50); }
td.TdClassName
{
border-color: #28A232;
}
.TagClassName
{
border-color: #28A232;
}
</style>