Shades of Forest Green #2A811A
Tints of Forest Green #2A811A
RGB
CMYK
RGB Variations
Color information
#2A811A (or 0x2A811A) is known color: Forest Green. HEX triplet: 2A, 81 and 1A. RGB value is (42,129,26). Sum of RGB (Red+Green+Blue) = 42+129+26=197 (26% of max value = 765). Red value is 42 (16.80% from 255 or 21.32% from 197); Green value is 129 (50.78% from 255 or 65.48% from 197); Blue value is 26 (10.55% from 255 or 13.20% from 197); Max value from RGB is 129 - color contains mainly: green. Hex color #2A811A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A811A is #D57EE5. Grayscale: #5B5B5B. Windows color (decimal): -13991654 or 1737002. OLE color: 1737002.
HSL color Cylindrical-coordinate representation of color #2A811A: hue angle of 110.68º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2A811A is Cyan = 0.67, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 42 | 129 | 26 | - |
| CMYK | 0.67 | 0 | 0.80 | 0.49 |
| HSL | 110.68º | 0.66% | 0.3% | - |
| HSV(B) | 110.68º | 0.8% | 0.51% | - |
| XYZ | 8.99 | 16.27 | 3.64 | - |
| YUV | 91.25 | 91.18 | 92.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 129 | 26 | 0.67 | 0 | 0.80 | 0.49 | 110.68 | 0.66 | 0.3 |
| Hex | 2A | 81 | 1A | 43 | 0 | 50 | 31 | 6F | 42 | 1E |
| Octal | 52 | 201 | 32 | 103 | 0 | 120 | 61 | 157 | 102 | 36 |
| Binary | 101010 | 10000001 | 11010 | 1000011 | 0 | 1010000 | 110001 | 1101111 | 1000010 | 11110 |
Color Harmonies of #2A811A
Complementary color
Monochromatic Colors of #2A811A
Black with #2A811A
Text Example
Text Example
White with #2A811A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A811A; }
p { color: rgb(42,129,26); }
H1.HeaderClassName
{
color: #2A811A;
}
.AnyTagClassName
{
color: #2A811A;
}
</style>
background-color css
<style>
a { background-color: #2A811A; }
a { background-color: rgb(42,129,26); }
div.DivClassName
{
background-color: #2A811A;
}
.BgClassName
{
background-color: #2A811A;
}
</style>
border-color css
<style>
span { border-color: #2A811A; }
span { border-color: rgb(42,129,26); }
td.TdClassName
{
border-color: #2A811A;
}
.TagClassName
{
border-color: #2A811A;
}
</style>