Shades of Forest Green #28A42B
Tints of Forest Green #28A42B
RGB
CMYK
RGB Variations
Color information
#28A42B (or 0x28A42B) is known color: Forest Green. HEX triplet: 28, A4 and 2B. RGB value is (40,164,43). Sum of RGB (Red+Green+Blue) = 40+164+43=247 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.19% from 247); Green value is 164 (64.45% from 255 or 66.40% from 247); Blue value is 43 (17.19% from 255 or 17.41% from 247); Max value from RGB is 164 - color contains mainly: green. Hex color #28A42B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28A42B is #D75BD4. Grayscale: #717171. Windows color (decimal): -14113749 or 2860072. OLE color: 2860072.
HSL color Cylindrical-coordinate representation of color #28A42B: hue angle of 121.45º 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 #28A42B is Cyan = 0.76, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 40 | 164 | 43 | - |
| CMYK | 0.76 | 0 | 0.74 | 0.36 |
| HSL | 121.45º | 0.61% | 0.4% | - |
| HSV(B) | 121.45º | 0.76% | 0.64% | - |
| XYZ | 14.59 | 27.18 | 6.76 | - |
| YUV | 113.13 | 88.42 | 75.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 164 | 43 | 0.76 | 0 | 0.74 | 0.36 | 121.45 | 0.61 | 0.4 |
| Hex | 28 | A4 | 2B | 4C | 0 | 4A | 24 | 79 | 3D | 28 |
| Octal | 50 | 244 | 53 | 114 | 0 | 112 | 44 | 171 | 75 | 50 |
| Binary | 101000 | 10100100 | 101011 | 1001100 | 0 | 1001010 | 100100 | 1111001 | 111101 | 101000 |
Color Harmonies of #28A42B
Complementary color
Monochromatic Colors of #28A42B
Black with #28A42B
Text Example
Text Example
White with #28A42B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28A42B; }
p { color: rgb(40,164,43); }
H1.HeaderClassName
{
color: #28A42B;
}
.AnyTagClassName
{
color: #28A42B;
}
</style>
background-color css
<style>
a { background-color: #28A42B; }
a { background-color: rgb(40,164,43); }
div.DivClassName
{
background-color: #28A42B;
}
.BgClassName
{
background-color: #28A42B;
}
</style>
border-color css
<style>
span { border-color: #28A42B; }
span { border-color: rgb(40,164,43); }
td.TdClassName
{
border-color: #28A42B;
}
.TagClassName
{
border-color: #28A42B;
}
</style>