Shades of Forest Green #2A8B2C
Tints of Forest Green #2A8B2C
RGB
CMYK
RGB Variations
Color information
#2A8B2C (or 0x2A8B2C) is known color: Forest Green. HEX triplet: 2A, 8B and 2C. RGB value is (42,139,44). Sum of RGB (Red+Green+Blue) = 42+139+44=225 (29% of max value = 765). Red value is 42 (16.80% from 255 or 18.67% from 225); Green value is 139 (54.69% from 255 or 61.78% from 225); Blue value is 44 (17.58% from 255 or 19.56% from 225); Max value from RGB is 139 - color contains mainly: green. Hex color #2A8B2C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A8B2C is #D574D3. Grayscale: #636363. Windows color (decimal): -13989076 or 2919210. OLE color: 2919210.
HSL color Cylindrical-coordinate representation of color #2A8B2C: hue angle of 121.24º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2A8B2C is Cyan = 0.70, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 42 | 139 | 44 | - |
| CMYK | 0.70 | 0 | 0.68 | 0.45 |
| HSL | 121.24º | 0.54% | 0.35% | - |
| HSV(B) | 121.24º | 0.7% | 0.55% | - |
| XYZ | 10.64 | 19.14 | 5.52 | - |
| YUV | 99.17 | 96.86 | 87.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 139 | 44 | 0.70 | 0 | 0.68 | 0.45 | 121.24 | 0.54 | 0.35 |
| Hex | 2A | 8B | 2C | 46 | 0 | 44 | 2D | 79 | 36 | 23 |
| Octal | 52 | 213 | 54 | 106 | 0 | 104 | 55 | 171 | 66 | 43 |
| Binary | 101010 | 10001011 | 101100 | 1000110 | 0 | 1000100 | 101101 | 1111001 | 110110 | 100011 |
Color Harmonies of #2A8B2C
Complementary color
Monochromatic Colors of #2A8B2C
Black with #2A8B2C
Text Example
Text Example
White with #2A8B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A8B2C; }
p { color: rgb(42,139,44); }
H1.HeaderClassName
{
color: #2A8B2C;
}
.AnyTagClassName
{
color: #2A8B2C;
}
</style>
background-color css
<style>
a { background-color: #2A8B2C; }
a { background-color: rgb(42,139,44); }
div.DivClassName
{
background-color: #2A8B2C;
}
.BgClassName
{
background-color: #2A8B2C;
}
</style>
border-color css
<style>
span { border-color: #2A8B2C; }
span { border-color: rgb(42,139,44); }
td.TdClassName
{
border-color: #2A8B2C;
}
.TagClassName
{
border-color: #2A8B2C;
}
</style>