Shades of Forest Green #28A52D
Tints of Forest Green #28A52D
RGB
CMYK
RGB Variations
Color information
#28A52D (or 0x28A52D) is known color: Forest Green. HEX triplet: 28, A5 and 2D. RGB value is (40,165,45). Sum of RGB (Red+Green+Blue) = 40+165+45=250 (33% of max value = 765). Red value is 40 (16.02% from 255 or 16% from 250); Green value is 165 (64.84% from 255 or 66% from 250); Blue value is 45 (17.97% from 255 or 18% from 250); Max value from RGB is 165 - color contains mainly: green. Hex color #28A52D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28A52D is #D75AD2. Grayscale: #727272. Windows color (decimal): -14113491 or 2991400. OLE color: 2991400.
HSL color Cylindrical-coordinate representation of color #28A52D: hue angle of 122.4º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #28A52D is Cyan = 0.76, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 40 | 165 | 45 | - |
| CMYK | 0.76 | 0 | 0.73 | 0.35 |
| HSL | 122.4º | 0.61% | 0.4% | - |
| HSV(B) | 122.4º | 0.76% | 0.65% | - |
| XYZ | 14.8 | 27.55 | 7.02 | - |
| YUV | 113.95 | 89.09 | 75.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 165 | 45 | 0.76 | 0 | 0.73 | 0.35 | 122.4 | 0.61 | 0.4 |
| Hex | 28 | A5 | 2D | 4C | 0 | 49 | 23 | 7A | 3D | 28 |
| Octal | 50 | 245 | 55 | 114 | 0 | 111 | 43 | 172 | 75 | 50 |
| Binary | 101000 | 10100101 | 101101 | 1001100 | 0 | 1001001 | 100011 | 1111010 | 111101 | 101000 |
Color Harmonies of #28A52D
Complementary color
Monochromatic Colors of #28A52D
Black with #28A52D
Text Example
Text Example
White with #28A52D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28A52D; }
p { color: rgb(40,165,45); }
H1.HeaderClassName
{
color: #28A52D;
}
.AnyTagClassName
{
color: #28A52D;
}
</style>
background-color css
<style>
a { background-color: #28A52D; }
a { background-color: rgb(40,165,45); }
div.DivClassName
{
background-color: #28A52D;
}
.BgClassName
{
background-color: #28A52D;
}
</style>
border-color css
<style>
span { border-color: #28A52D; }
span { border-color: rgb(40,165,45); }
td.TdClassName
{
border-color: #28A52D;
}
.TagClassName
{
border-color: #28A52D;
}
</style>