Shades of Forest Green #2A862D
Tints of Forest Green #2A862D
RGB
CMYK
RGB Variations
Color information
#2A862D (or 0x2A862D) is known color: Forest Green. HEX triplet: 2A, 86 and 2D. RGB value is (42,134,45). Sum of RGB (Red+Green+Blue) = 42+134+45=221 (29% of max value = 765). Red value is 42 (16.80% from 255 or 19.00% from 221); Green value is 134 (52.73% from 255 or 60.63% from 221); Blue value is 45 (17.97% from 255 or 20.36% from 221); Max value from RGB is 134 - color contains mainly: green. Hex color #2A862D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A862D is #D579D2. Grayscale: #606060. Windows color (decimal): -13990355 or 2983466. OLE color: 2983466.
HSL color Cylindrical-coordinate representation of color #2A862D: hue angle of 121.96º degrees, saturation: 0.52, 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 #2A862D is Cyan = 0.69, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 42 | 134 | 45 | - |
| CMYK | 0.69 | 0 | 0.66 | 0.47 |
| HSL | 121.96º | 0.52% | 0.35% | - |
| HSV(B) | 121.96º | 0.69% | 0.53% | - |
| XYZ | 9.95 | 17.73 | 5.38 | - |
| YUV | 96.35 | 99.02 | 89.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 134 | 45 | 0.69 | 0 | 0.66 | 0.47 | 121.96 | 0.52 | 0.35 |
| Hex | 2A | 86 | 2D | 45 | 0 | 42 | 2F | 7A | 34 | 23 |
| Octal | 52 | 206 | 55 | 105 | 0 | 102 | 57 | 172 | 64 | 43 |
| Binary | 101010 | 10000110 | 101101 | 1000101 | 0 | 1000010 | 101111 | 1111010 | 110100 | 100011 |
Color Harmonies of #2A862D
Complementary color
Monochromatic Colors of #2A862D
Black with #2A862D
Text Example
Text Example
White with #2A862D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A862D; }
p { color: rgb(42,134,45); }
H1.HeaderClassName
{
color: #2A862D;
}
.AnyTagClassName
{
color: #2A862D;
}
</style>
background-color css
<style>
a { background-color: #2A862D; }
a { background-color: rgb(42,134,45); }
div.DivClassName
{
background-color: #2A862D;
}
.BgClassName
{
background-color: #2A862D;
}
</style>
border-color css
<style>
span { border-color: #2A862D; }
span { border-color: rgb(42,134,45); }
td.TdClassName
{
border-color: #2A862D;
}
.TagClassName
{
border-color: #2A862D;
}
</style>