Shades of Forest Green #2A821D
Tints of Forest Green #2A821D
RGB
CMYK
RGB Variations
Color information
#2A821D (or 0x2A821D) is known color: Forest Green. HEX triplet: 2A, 82 and 1D. RGB value is (42,130,29). Sum of RGB (Red+Green+Blue) = 42+130+29=201 (26% of max value = 765). Red value is 42 (16.80% from 255 or 20.90% from 201); Green value is 130 (51.17% from 255 or 64.68% from 201); Blue value is 29 (11.72% from 255 or 14.43% from 201); Max value from RGB is 130 - color contains mainly: green. Hex color #2A821D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A821D is #D57DE2. Grayscale: #5C5C5C. Windows color (decimal): -13991395 or 1933866. OLE color: 1933866.
HSL color Cylindrical-coordinate representation of color #2A821D: hue angle of 112.28º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2A821D is Cyan = 0.68, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 42 | 130 | 29 | - |
| CMYK | 0.68 | 0 | 0.78 | 0.49 |
| HSL | 112.28º | 0.64% | 0.31% | - |
| HSV(B) | 112.28º | 0.78% | 0.51% | - |
| XYZ | 9.16 | 16.55 | 3.87 | - |
| YUV | 92.17 | 92.35 | 92.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 130 | 29 | 0.68 | 0 | 0.78 | 0.49 | 112.28 | 0.64 | 0.31 |
| Hex | 2A | 82 | 1D | 44 | 0 | 4E | 31 | 70 | 40 | 1F |
| Octal | 52 | 202 | 35 | 104 | 0 | 116 | 61 | 160 | 100 | 37 |
| Binary | 101010 | 10000010 | 11101 | 1000100 | 0 | 1001110 | 110001 | 1110000 | 1000000 | 11111 |
Color Harmonies of #2A821D
Complementary color
Monochromatic Colors of #2A821D
Black with #2A821D
Text Example
Text Example
White with #2A821D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A821D; }
p { color: rgb(42,130,29); }
H1.HeaderClassName
{
color: #2A821D;
}
.AnyTagClassName
{
color: #2A821D;
}
</style>
background-color css
<style>
a { background-color: #2A821D; }
a { background-color: rgb(42,130,29); }
div.DivClassName
{
background-color: #2A821D;
}
.BgClassName
{
background-color: #2A821D;
}
</style>
border-color css
<style>
span { border-color: #2A821D; }
span { border-color: rgb(42,130,29); }
td.TdClassName
{
border-color: #2A821D;
}
.TagClassName
{
border-color: #2A821D;
}
</style>