Shades of Forest Green #2A822A
Tints of Forest Green #2A822A
RGB
CMYK
RGB Variations
Color information
#2A822A (or 0x2A822A) is known color: Forest Green. HEX triplet: 2A, 82 and 2A. RGB value is (42,130,42). Sum of RGB (Red+Green+Blue) = 42+130+42=214 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.63% from 214); Green value is 130 (51.17% from 255 or 60.75% from 214); Blue value is 42 (16.80% from 255 or 19.63% from 214); Max value from RGB is 130 - color contains mainly: green. Hex color #2A822A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A822A is #D57DD5. Grayscale: #5D5D5D. Windows color (decimal): -13991382 or 2785834. OLE color: 2785834.
HSL color Cylindrical-coordinate representation of color #2A822A: hue angle of 120º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2A822A is Cyan = 0.68, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 42 | 130 | 42 | - |
| CMYK | 0.68 | 0 | 0.68 | 0.49 |
| HSL | 120º | 0.51% | 0.34% | - |
| HSV(B) | 120º | 0.68% | 0.51% | - |
| XYZ | 9.36 | 16.62 | 4.91 | - |
| YUV | 93.66 | 98.85 | 91.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 130 | 42 | 0.68 | 0 | 0.68 | 0.49 | 120 | 0.51 | 0.34 |
| Hex | 2A | 82 | 2A | 44 | 0 | 44 | 31 | 78 | 33 | 22 |
| Octal | 52 | 202 | 52 | 104 | 0 | 104 | 61 | 170 | 63 | 42 |
| Binary | 101010 | 10000010 | 101010 | 1000100 | 0 | 1000100 | 110001 | 1111000 | 110011 | 100010 |
Color Harmonies of #2A822A
Complementary color
Monochromatic Colors of #2A822A
Black with #2A822A
Text Example
Text Example
White with #2A822A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A822A; }
p { color: rgb(42,130,42); }
H1.HeaderClassName
{
color: #2A822A;
}
.AnyTagClassName
{
color: #2A822A;
}
</style>
background-color css
<style>
a { background-color: #2A822A; }
a { background-color: rgb(42,130,42); }
div.DivClassName
{
background-color: #2A822A;
}
.BgClassName
{
background-color: #2A822A;
}
</style>
border-color css
<style>
span { border-color: #2A822A; }
span { border-color: rgb(42,130,42); }
td.TdClassName
{
border-color: #2A822A;
}
.TagClassName
{
border-color: #2A822A;
}
</style>