Shades of Forest Green #2A8025
Tints of Forest Green #2A8025
RGB
CMYK
RGB Variations
Color information
#2A8025 (or 0x2A8025) is known color: Forest Green. HEX triplet: 2A, 80 and 25. RGB value is (42,128,37). Sum of RGB (Red+Green+Blue) = 42+128+37=207 (27% of max value = 765). Red value is 42 (16.80% from 255 or 20.29% from 207); Green value is 128 (50.39% from 255 or 61.84% from 207); Blue value is 37 (14.84% from 255 or 17.87% from 207); Max value from RGB is 128 - color contains mainly: green. Hex color #2A8025 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A8025 is #D57FDA. Grayscale: #5C5C5C. Windows color (decimal): -13991899 or 2457642. OLE color: 2457642.
HSL color Cylindrical-coordinate representation of color #2A8025: hue angle of 116.7º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2A8025 is Cyan = 0.67, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 42 | 128 | 37 | - |
| CMYK | 0.67 | 0 | 0.71 | 0.50 |
| HSL | 116.7º | 0.55% | 0.32% | - |
| HSV(B) | 116.7º | 0.71% | 0.5% | - |
| XYZ | 9.01 | 16.06 | 4.38 | - |
| YUV | 91.91 | 97.01 | 92.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 128 | 37 | 0.67 | 0 | 0.71 | 0.50 | 116.7 | 0.55 | 0.32 |
| Hex | 2A | 80 | 25 | 43 | 0 | 47 | 32 | 75 | 37 | 20 |
| Octal | 52 | 200 | 45 | 103 | 0 | 107 | 62 | 165 | 67 | 40 |
| Binary | 101010 | 10000000 | 100101 | 1000011 | 0 | 1000111 | 110010 | 1110101 | 110111 | 100000 |
Color Harmonies of #2A8025
Complementary color
Monochromatic Colors of #2A8025
Black with #2A8025
Text Example
Text Example
White with #2A8025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A8025; }
p { color: rgb(42,128,37); }
H1.HeaderClassName
{
color: #2A8025;
}
.AnyTagClassName
{
color: #2A8025;
}
</style>
background-color css
<style>
a { background-color: #2A8025; }
a { background-color: rgb(42,128,37); }
div.DivClassName
{
background-color: #2A8025;
}
.BgClassName
{
background-color: #2A8025;
}
</style>
border-color css
<style>
span { border-color: #2A8025; }
span { border-color: rgb(42,128,37); }
td.TdClassName
{
border-color: #2A8025;
}
.TagClassName
{
border-color: #2A8025;
}
</style>