Shades of Forest Green #2A8A05
Tints of Forest Green #2A8A05
RGB
CMYK
RGB Variations
Color information
#2A8A05 (or 0x2A8A05) is known color: Forest Green. HEX triplet: 2A, 8A and 05. RGB value is (42,138,5). Sum of RGB (Red+Green+Blue) = 42+138+5=185 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.70% from 185); Green value is 138 (54.30% from 255 or 74.59% from 185); Blue value is 5 (2.34% from 255 or 2.70% from 185); Max value from RGB is 138 - color contains mainly: green. Hex color #2A8A05 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2A8A05 is #D575FA. Grayscale: #5E5E5E. Windows color (decimal): -13989371 or 363050. OLE color: 363050.
HSL color Cylindrical-coordinate representation of color #2A8A05: hue angle of 103.31º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2A8A05 is Cyan = 0.70, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 42 | 138 | 5 | - |
| CMYK | 0.70 | 0 | 0.96 | 0.46 |
| HSL | 103.31º | 0.93% | 0.28% | - |
| HSV(B) | 103.31º | 0.96% | 0.54% | - |
| XYZ | 10.07 | 18.68 | 3.22 | - |
| YUV | 94.13 | 77.7 | 90.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 138 | 5 | 0.70 | 0 | 0.96 | 0.46 | 103.31 | 0.93 | 0.28 |
| Hex | 2A | 8A | 5 | 46 | 0 | 60 | 2E | 67 | 5D | 1C |
| Octal | 52 | 212 | 5 | 106 | 0 | 140 | 56 | 147 | 135 | 34 |
| Binary | 101010 | 10001010 | 101 | 1000110 | 0 | 1100000 | 101110 | 1100111 | 1011101 | 11100 |
Color Harmonies of #2A8A05
Complementary color
Monochromatic Colors of #2A8A05
Black with #2A8A05
Text Example
Text Example
White with #2A8A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A8A05; }
p { color: rgb(42,138,5); }
H1.HeaderClassName
{
color: #2A8A05;
}
.AnyTagClassName
{
color: #2A8A05;
}
</style>
background-color css
<style>
a { background-color: #2A8A05; }
a { background-color: rgb(42,138,5); }
div.DivClassName
{
background-color: #2A8A05;
}
.BgClassName
{
background-color: #2A8A05;
}
</style>
border-color css
<style>
span { border-color: #2A8A05; }
span { border-color: rgb(42,138,5); }
td.TdClassName
{
border-color: #2A8A05;
}
.TagClassName
{
border-color: #2A8A05;
}
</style>