Shades of Forest Green #2A882D
Tints of Forest Green #2A882D
RGB
CMYK
RGB Variations
Color information
#2A882D (or 0x2A882D) is known color: Forest Green. HEX triplet: 2A, 88 and 2D. RGB value is (42,136,45). Sum of RGB (Red+Green+Blue) = 42+136+45=223 (29% of max value = 765). Red value is 42 (16.80% from 255 or 18.83% from 223); Green value is 136 (53.52% from 255 or 60.99% from 223); Blue value is 45 (17.97% from 255 or 20.18% from 223); Max value from RGB is 136 - color contains mainly: green. Hex color #2A882D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A882D is #D577D2. Grayscale: #616161. Windows color (decimal): -13989843 or 2983978. OLE color: 2983978.
HSL color Cylindrical-coordinate representation of color #2A882D: hue angle of 121.91º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2A882D is Cyan = 0.69, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 42 | 136 | 45 | - |
| CMYK | 0.69 | 0 | 0.67 | 0.47 |
| HSL | 121.91º | 0.53% | 0.35% | - |
| HSV(B) | 121.91º | 0.69% | 0.53% | - |
| XYZ | 10.23 | 18.29 | 5.47 | - |
| YUV | 97.52 | 98.36 | 88.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 136 | 45 | 0.69 | 0 | 0.67 | 0.47 | 121.91 | 0.53 | 0.35 |
| Hex | 2A | 88 | 2D | 45 | 0 | 43 | 2F | 7A | 35 | 23 |
| Octal | 52 | 210 | 55 | 105 | 0 | 103 | 57 | 172 | 65 | 43 |
| Binary | 101010 | 10001000 | 101101 | 1000101 | 0 | 1000011 | 101111 | 1111010 | 110101 | 100011 |
Color Harmonies of #2A882D
Complementary color
Monochromatic Colors of #2A882D
Black with #2A882D
Text Example
Text Example
White with #2A882D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A882D; }
p { color: rgb(42,136,45); }
H1.HeaderClassName
{
color: #2A882D;
}
.AnyTagClassName
{
color: #2A882D;
}
</style>
background-color css
<style>
a { background-color: #2A882D; }
a { background-color: rgb(42,136,45); }
div.DivClassName
{
background-color: #2A882D;
}
.BgClassName
{
background-color: #2A882D;
}
</style>
border-color css
<style>
span { border-color: #2A882D; }
span { border-color: rgb(42,136,45); }
td.TdClassName
{
border-color: #2A882D;
}
.TagClassName
{
border-color: #2A882D;
}
</style>