Shades of Forest Green #2A8F3A
Tints of Forest Green #2A8F3A
RGB
CMYK
RGB Variations
Color information
#2A8F3A (or 0x2A8F3A) is known color: Forest Green. HEX triplet: 2A, 8F and 3A. RGB value is (42,143,58). Sum of RGB (Red+Green+Blue) = 42+143+58=243 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.28% from 243); Green value is 143 (56.25% from 255 or 58.85% from 243); Blue value is 58 (23.05% from 255 or 23.87% from 243); Max value from RGB is 143 - color contains mainly: green. Hex color #2A8F3A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A8F3A is #D570C5. Grayscale: #676767. Windows color (decimal): -13988038 or 3837738. OLE color: 3837738.
HSL color Cylindrical-coordinate representation of color #2A8F3A: hue angle of 129.5º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2A8F3A is Cyan = 0.71, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 42 | 143 | 58 | - |
| CMYK | 0.71 | 0 | 0.59 | 0.44 |
| HSL | 129.5º | 0.55% | 0.36% | - |
| HSV(B) | 129.5º | 0.71% | 0.56% | - |
| XYZ | 11.54 | 20.44 | 7.34 | - |
| YUV | 103.11 | 102.54 | 84.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 143 | 58 | 0.71 | 0 | 0.59 | 0.44 | 129.5 | 0.55 | 0.36 |
| Hex | 2A | 8F | 3A | 47 | 0 | 3B | 2C | 82 | 37 | 24 |
| Octal | 52 | 217 | 72 | 107 | 0 | 73 | 54 | 202 | 67 | 44 |
| Binary | 101010 | 10001111 | 111010 | 1000111 | 0 | 111011 | 101100 | 10000010 | 110111 | 100100 |
Color Harmonies of #2A8F3A
Complementary color
Monochromatic Colors of #2A8F3A
Black with #2A8F3A
Text Example
Text Example
White with #2A8F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A8F3A; }
p { color: rgb(42,143,58); }
H1.HeaderClassName
{
color: #2A8F3A;
}
.AnyTagClassName
{
color: #2A8F3A;
}
</style>
background-color css
<style>
a { background-color: #2A8F3A; }
a { background-color: rgb(42,143,58); }
div.DivClassName
{
background-color: #2A8F3A;
}
.BgClassName
{
background-color: #2A8F3A;
}
</style>
border-color css
<style>
span { border-color: #2A8F3A; }
span { border-color: rgb(42,143,58); }
td.TdClassName
{
border-color: #2A8F3A;
}
.TagClassName
{
border-color: #2A8F3A;
}
</style>