Shades of Forest Green #28AA2D
Tints of Forest Green #28AA2D
RGB
CMYK
RGB Variations
Color information
#28AA2D (or 0x28AA2D) is known color: Forest Green. HEX triplet: 28, AA and 2D. RGB value is (40,170,45). Sum of RGB (Red+Green+Blue) = 40+170+45=255 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.69% from 255); Green value is 170 (66.80% from 255 or 66.67% from 255); Blue value is 45 (17.97% from 255 or 17.65% from 255); Max value from RGB is 170 - color contains mainly: green. Hex color #28AA2D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28AA2D is #D755D2. Grayscale: #757575. Windows color (decimal): -14112211 or 2992680. OLE color: 2992680.
HSL color Cylindrical-coordinate representation of color #28AA2D: hue angle of 122.31º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #28AA2D is Cyan = 0.76, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 170 | 45 | - |
| CMYK | 0.76 | 0 | 0.74 | 0.33 |
| HSL | 122.31º | 0.62% | 0.41% | - |
| HSV(B) | 122.31º | 0.76% | 0.67% | - |
| XYZ | 15.72 | 29.39 | 7.33 | - |
| YUV | 116.88 | 87.43 | 73.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 170 | 45 | 0.76 | 0 | 0.74 | 0.33 | 122.31 | 0.62 | 0.41 |
| Hex | 28 | AA | 2D | 4C | 0 | 4A | 21 | 7A | 3E | 29 |
| Octal | 50 | 252 | 55 | 114 | 0 | 112 | 41 | 172 | 76 | 51 |
| Binary | 101000 | 10101010 | 101101 | 1001100 | 0 | 1001010 | 100001 | 1111010 | 111110 | 101001 |
Color Harmonies of #28AA2D
Complementary color
Monochromatic Colors of #28AA2D
Black with #28AA2D
Text Example
Text Example
White with #28AA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28AA2D; }
p { color: rgb(40,170,45); }
H1.HeaderClassName
{
color: #28AA2D;
}
.AnyTagClassName
{
color: #28AA2D;
}
</style>
background-color css
<style>
a { background-color: #28AA2D; }
a { background-color: rgb(40,170,45); }
div.DivClassName
{
background-color: #28AA2D;
}
.BgClassName
{
background-color: #28AA2D;
}
</style>
border-color css
<style>
span { border-color: #28AA2D; }
span { border-color: rgb(40,170,45); }
td.TdClassName
{
border-color: #28AA2D;
}
.TagClassName
{
border-color: #28AA2D;
}
</style>