Shades of Forest Green #2A900B
Tints of Forest Green #2A900B
RGB
CMYK
RGB Variations
Color information
#2A900B (or 0x2A900B) is known color: Forest Green. HEX triplet: 2A, 90 and 0B. RGB value is (42,144,11). Sum of RGB (Red+Green+Blue) = 42+144+11=197 (26% of max value = 765). Red value is 42 (16.80% from 255 or 21.32% from 197); Green value is 144 (56.64% from 255 or 73.10% from 197); Blue value is 11 (4.69% from 255 or 5.58% from 197); Max value from RGB is 144 - color contains mainly: green. Hex color #2A900B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2A900B is #D56FF4. Grayscale: #626262. Windows color (decimal): -13987829 or 757802. OLE color: 757802.
HSL color Cylindrical-coordinate representation of color #2A900B: hue angle of 106.02º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2A900B is Cyan = 0.71, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 42 | 144 | 11 | - |
| CMYK | 0.71 | 0 | 0.92 | 0.44 |
| HSL | 106.02º | 0.86% | 0.3% | - |
| HSV(B) | 106.02º | 0.92% | 0.56% | - |
| XYZ | 10.99 | 20.46 | 3.69 | - |
| YUV | 98.34 | 78.71 | 87.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 144 | 11 | 0.71 | 0 | 0.92 | 0.44 | 106.02 | 0.86 | 0.3 |
| Hex | 2A | 90 | B | 47 | 0 | 5C | 2C | 6A | 56 | 1E |
| Octal | 52 | 220 | 13 | 107 | 0 | 134 | 54 | 152 | 126 | 36 |
| Binary | 101010 | 10010000 | 1011 | 1000111 | 0 | 1011100 | 101100 | 1101010 | 1010110 | 11110 |
Color Harmonies of #2A900B
Complementary color
Monochromatic Colors of #2A900B
Black with #2A900B
Text Example
Text Example
White with #2A900B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A900B; }
p { color: rgb(42,144,11); }
H1.HeaderClassName
{
color: #2A900B;
}
.AnyTagClassName
{
color: #2A900B;
}
</style>
background-color css
<style>
a { background-color: #2A900B; }
a { background-color: rgb(42,144,11); }
div.DivClassName
{
background-color: #2A900B;
}
.BgClassName
{
background-color: #2A900B;
}
</style>
border-color css
<style>
span { border-color: #2A900B; }
span { border-color: rgb(42,144,11); }
td.TdClassName
{
border-color: #2A900B;
}
.TagClassName
{
border-color: #2A900B;
}
</style>