Shades of Forest Green #28AC2A
Tints of Forest Green #28AC2A
RGB
CMYK
RGB Variations
Color information
#28AC2A (or 0x28AC2A) is known color: Forest Green. HEX triplet: 28, AC and 2A. RGB value is (40,172,42). Sum of RGB (Red+Green+Blue) = 40+172+42=254 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.75% from 254); Green value is 172 (67.58% from 255 or 67.72% from 254); Blue value is 42 (16.80% from 255 or 16.54% from 254); Max value from RGB is 172 - color contains mainly: green. Hex color #28AC2A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28AC2A is #D753D5. Grayscale: #767676. Windows color (decimal): -14111702 or 2796584. OLE color: 2796584.
HSL color Cylindrical-coordinate representation of color #28AC2A: hue angle of 120.91º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #28AC2A is Cyan = 0.77, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 172 | 42 | - |
| CMYK | 0.77 | 0 | 0.76 | 0.33 |
| HSL | 120.91º | 0.62% | 0.42% | - |
| HSV(B) | 120.91º | 0.77% | 0.67% | - |
| XYZ | 16.05 | 30.12 | 7.16 | - |
| YUV | 117.71 | 85.27 | 72.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 172 | 42 | 0.77 | 0 | 0.76 | 0.33 | 120.91 | 0.62 | 0.42 |
| Hex | 28 | AC | 2A | 4D | 0 | 4C | 21 | 79 | 3E | 2A |
| Octal | 50 | 254 | 52 | 115 | 0 | 114 | 41 | 171 | 76 | 52 |
| Binary | 101000 | 10101100 | 101010 | 1001101 | 0 | 1001100 | 100001 | 1111001 | 111110 | 101010 |
Color Harmonies of #28AC2A
Complementary color
Monochromatic Colors of #28AC2A
Black with #28AC2A
Text Example
Text Example
White with #28AC2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28AC2A; }
p { color: rgb(40,172,42); }
H1.HeaderClassName
{
color: #28AC2A;
}
.AnyTagClassName
{
color: #28AC2A;
}
</style>
background-color css
<style>
a { background-color: #28AC2A; }
a { background-color: rgb(40,172,42); }
div.DivClassName
{
background-color: #28AC2A;
}
.BgClassName
{
background-color: #28AC2A;
}
</style>
border-color css
<style>
span { border-color: #28AC2A; }
span { border-color: rgb(40,172,42); }
td.TdClassName
{
border-color: #28AC2A;
}
.TagClassName
{
border-color: #28AC2A;
}
</style>