Shades of Forest Green #2A8028
Tints of Forest Green #2A8028
RGB
CMYK
RGB Variations
Color information
#2A8028 (or 0x2A8028) is known color: Forest Green. HEX triplet: 2A, 80 and 28. RGB value is (42,128,40). Sum of RGB (Red+Green+Blue) = 42+128+40=210 (27% of max value = 765). Red value is 42 (16.80% from 255 or 20% from 210); Green value is 128 (50.39% from 255 or 60.95% from 210); Blue value is 40 (16.02% from 255 or 19.05% from 210); Max value from RGB is 128 - color contains mainly: green. Hex color #2A8028 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A8028 is #D57FD7. Grayscale: #5C5C5C. Windows color (decimal): -13991896 or 2654250. OLE color: 2654250.
HSL color Cylindrical-coordinate representation of color #2A8028: hue angle of 118.64º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2A8028 is Cyan = 0.67, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 42 | 128 | 40 | - |
| CMYK | 0.67 | 0 | 0.69 | 0.50 |
| HSL | 118.64º | 0.52% | 0.33% | - |
| HSV(B) | 118.64º | 0.69% | 0.5% | - |
| XYZ | 9.06 | 16.08 | 4.63 | - |
| YUV | 92.25 | 98.51 | 92.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 128 | 40 | 0.67 | 0 | 0.69 | 0.50 | 118.64 | 0.52 | 0.33 |
| Hex | 2A | 80 | 28 | 43 | 0 | 45 | 32 | 77 | 34 | 21 |
| Octal | 52 | 200 | 50 | 103 | 0 | 105 | 62 | 167 | 64 | 41 |
| Binary | 101010 | 10000000 | 101000 | 1000011 | 0 | 1000101 | 110010 | 1110111 | 110100 | 100001 |
Color Harmonies of #2A8028
Complementary color
Monochromatic Colors of #2A8028
Black with #2A8028
Text Example
Text Example
White with #2A8028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A8028; }
p { color: rgb(42,128,40); }
H1.HeaderClassName
{
color: #2A8028;
}
.AnyTagClassName
{
color: #2A8028;
}
</style>
background-color css
<style>
a { background-color: #2A8028; }
a { background-color: rgb(42,128,40); }
div.DivClassName
{
background-color: #2A8028;
}
.BgClassName
{
background-color: #2A8028;
}
</style>
border-color css
<style>
span { border-color: #2A8028; }
span { border-color: rgb(42,128,40); }
td.TdClassName
{
border-color: #2A8028;
}
.TagClassName
{
border-color: #2A8028;
}
</style>