Shades of Forest Green #2A8126
Tints of Forest Green #2A8126
RGB
CMYK
RGB Variations
Color information
#2A8126 (or 0x2A8126) is known color: Forest Green. HEX triplet: 2A, 81 and 26. RGB value is (42,129,38). Sum of RGB (Red+Green+Blue) = 42+129+38=209 (27% of max value = 765). Red value is 42 (16.80% from 255 or 20.10% from 209); Green value is 129 (50.78% from 255 or 61.72% from 209); Blue value is 38 (15.23% from 255 or 18.18% from 209); Max value from RGB is 129 - color contains mainly: green. Hex color #2A8126 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A8126 is #D57ED9. Grayscale: #5C5C5C. Windows color (decimal): -13991642 or 2523434. OLE color: 2523434.
HSL color Cylindrical-coordinate representation of color #2A8126: hue angle of 117.36º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2A8126 is Cyan = 0.67, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 42 | 129 | 38 | - |
| CMYK | 0.67 | 0 | 0.71 | 0.49 |
| HSL | 117.36º | 0.54% | 0.33% | - |
| HSV(B) | 117.36º | 0.71% | 0.51% | - |
| XYZ | 9.15 | 16.33 | 4.5 | - |
| YUV | 92.61 | 97.18 | 91.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 129 | 38 | 0.67 | 0 | 0.71 | 0.49 | 117.36 | 0.54 | 0.33 |
| Hex | 2A | 81 | 26 | 43 | 0 | 47 | 31 | 75 | 36 | 21 |
| Octal | 52 | 201 | 46 | 103 | 0 | 107 | 61 | 165 | 66 | 41 |
| Binary | 101010 | 10000001 | 100110 | 1000011 | 0 | 1000111 | 110001 | 1110101 | 110110 | 100001 |
Color Harmonies of #2A8126
Complementary color
Monochromatic Colors of #2A8126
Black with #2A8126
Text Example
Text Example
White with #2A8126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A8126; }
p { color: rgb(42,129,38); }
H1.HeaderClassName
{
color: #2A8126;
}
.AnyTagClassName
{
color: #2A8126;
}
</style>
background-color css
<style>
a { background-color: #2A8126; }
a { background-color: rgb(42,129,38); }
div.DivClassName
{
background-color: #2A8126;
}
.BgClassName
{
background-color: #2A8126;
}
</style>
border-color css
<style>
span { border-color: #2A8126; }
span { border-color: rgb(42,129,38); }
td.TdClassName
{
border-color: #2A8126;
}
.TagClassName
{
border-color: #2A8126;
}
</style>