Shades of Forest Green #2A8D2F
Tints of Forest Green #2A8D2F
RGB
CMYK
RGB Variations
Color information
#2A8D2F (or 0x2A8D2F) is known color: Forest Green. HEX triplet: 2A, 8D and 2F. RGB value is (42,141,47). Sum of RGB (Red+Green+Blue) = 42+141+47=230 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.26% from 230); Green value is 141 (55.47% from 255 or 61.30% from 230); Blue value is 47 (18.75% from 255 or 20.43% from 230); Max value from RGB is 141 - color contains mainly: green. Hex color #2A8D2F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A8D2F is #D572D0. Grayscale: #646464. Windows color (decimal): -13988561 or 3116330. OLE color: 3116330.
HSL color Cylindrical-coordinate representation of color #2A8D2F: hue angle of 123.03º degrees, saturation: 0.54, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2A8D2F is Cyan = 0.70, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 42 | 141 | 47 | - |
| CMYK | 0.70 | 0 | 0.67 | 0.45 |
| HSL | 123.03º | 0.54% | 0.36% | - |
| HSV(B) | 123.03º | 0.7% | 0.55% | - |
| XYZ | 10.99 | 19.75 | 5.92 | - |
| YUV | 100.68 | 97.7 | 86.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 141 | 47 | 0.70 | 0 | 0.67 | 0.45 | 123.03 | 0.54 | 0.36 |
| Hex | 2A | 8D | 2F | 46 | 0 | 43 | 2D | 7B | 36 | 24 |
| Octal | 52 | 215 | 57 | 106 | 0 | 103 | 55 | 173 | 66 | 44 |
| Binary | 101010 | 10001101 | 101111 | 1000110 | 0 | 1000011 | 101101 | 1111011 | 110110 | 100100 |
Color Harmonies of #2A8D2F
Complementary color
Monochromatic Colors of #2A8D2F
Black with #2A8D2F
Text Example
Text Example
White with #2A8D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A8D2F; }
p { color: rgb(42,141,47); }
H1.HeaderClassName
{
color: #2A8D2F;
}
.AnyTagClassName
{
color: #2A8D2F;
}
</style>
background-color css
<style>
a { background-color: #2A8D2F; }
a { background-color: rgb(42,141,47); }
div.DivClassName
{
background-color: #2A8D2F;
}
.BgClassName
{
background-color: #2A8D2F;
}
</style>
border-color css
<style>
span { border-color: #2A8D2F; }
span { border-color: rgb(42,141,47); }
td.TdClassName
{
border-color: #2A8D2F;
}
.TagClassName
{
border-color: #2A8D2F;
}
</style>