Shades of Forest Green #2A900E
Tints of Forest Green #2A900E
RGB
CMYK
RGB Variations
Color information
#2A900E (or 0x2A900E) is known color: Forest Green. HEX triplet: 2A, 90 and 0E. RGB value is (42,144,14). Sum of RGB (Red+Green+Blue) = 42+144+14=200 (26% of max value = 765). Red value is 42 (16.80% from 255 or 21% from 200); Green value is 144 (56.64% from 255 or 72% from 200); Blue value is 14 (5.86% from 255 or 7% from 200); Max value from RGB is 144 - color contains mainly: green. Hex color #2A900E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2A900E is #D56FF1. Grayscale: #636363. Windows color (decimal): -13987826 or 954410. OLE color: 954410.
HSL color Cylindrical-coordinate representation of color #2A900E: hue angle of 107.08º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2A900E is Cyan = 0.71, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 42 | 144 | 14 | - |
| CMYK | 0.71 | 0 | 0.90 | 0.44 |
| HSL | 107.08º | 0.82% | 0.31% | - |
| HSV(B) | 107.08º | 0.9% | 0.56% | - |
| XYZ | 11.01 | 20.47 | 3.79 | - |
| YUV | 98.68 | 80.21 | 87.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 144 | 14 | 0.71 | 0 | 0.90 | 0.44 | 107.08 | 0.82 | 0.31 |
| Hex | 2A | 90 | E | 47 | 0 | 5A | 2C | 6B | 52 | 1F |
| Octal | 52 | 220 | 16 | 107 | 0 | 132 | 54 | 153 | 122 | 37 |
| Binary | 101010 | 10010000 | 1110 | 1000111 | 0 | 1011010 | 101100 | 1101011 | 1010010 | 11111 |
Color Harmonies of #2A900E
Complementary color
Monochromatic Colors of #2A900E
Black with #2A900E
Text Example
Text Example
White with #2A900E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A900E; }
p { color: rgb(42,144,14); }
H1.HeaderClassName
{
color: #2A900E;
}
.AnyTagClassName
{
color: #2A900E;
}
</style>
background-color css
<style>
a { background-color: #2A900E; }
a { background-color: rgb(42,144,14); }
div.DivClassName
{
background-color: #2A900E;
}
.BgClassName
{
background-color: #2A900E;
}
</style>
border-color css
<style>
span { border-color: #2A900E; }
span { border-color: rgb(42,144,14); }
td.TdClassName
{
border-color: #2A900E;
}
.TagClassName
{
border-color: #2A900E;
}
</style>