Shades of Forest Green #2A920B
Tints of Forest Green #2A920B
RGB
CMYK
RGB Variations
Color information
#2A920B (or 0x2A920B) is known color: Forest Green. HEX triplet: 2A, 92 and 0B. RGB value is (42,146,11). Sum of RGB (Red+Green+Blue) = 42+146+11=199 (26% of max value = 765). Red value is 42 (16.80% from 255 or 21.11% from 199); Green value is 146 (57.42% from 255 or 73.37% from 199); Blue value is 11 (4.69% from 255 or 5.53% from 199); Max value from RGB is 146 - color contains mainly: green. Hex color #2A920B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2A920B is #D56DF4. Grayscale: #636363. Windows color (decimal): -13987317 or 758314. OLE color: 758314.
HSL color Cylindrical-coordinate representation of color #2A920B: hue angle of 106.22º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2A920B is Cyan = 0.71, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 42 | 146 | 11 | - |
| CMYK | 0.71 | 0 | 0.92 | 0.43 |
| HSL | 106.22º | 0.86% | 0.31% | - |
| HSV(B) | 106.22º | 0.92% | 0.57% | - |
| XYZ | 11.29 | 21.07 | 3.79 | - |
| YUV | 99.51 | 78.04 | 86.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 146 | 11 | 0.71 | 0 | 0.92 | 0.43 | 106.22 | 0.86 | 0.31 |
| Hex | 2A | 92 | B | 47 | 0 | 5C | 2B | 6A | 56 | 1F |
| Octal | 52 | 222 | 13 | 107 | 0 | 134 | 53 | 152 | 126 | 37 |
| Binary | 101010 | 10010010 | 1011 | 1000111 | 0 | 1011100 | 101011 | 1101010 | 1010110 | 11111 |
Color Harmonies of #2A920B
Complementary color
Monochromatic Colors of #2A920B
Black with #2A920B
Text Example
Text Example
White with #2A920B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A920B; }
p { color: rgb(42,146,11); }
H1.HeaderClassName
{
color: #2A920B;
}
.AnyTagClassName
{
color: #2A920B;
}
</style>
background-color css
<style>
a { background-color: #2A920B; }
a { background-color: rgb(42,146,11); }
div.DivClassName
{
background-color: #2A920B;
}
.BgClassName
{
background-color: #2A920B;
}
</style>
border-color css
<style>
span { border-color: #2A920B; }
span { border-color: rgb(42,146,11); }
td.TdClassName
{
border-color: #2A920B;
}
.TagClassName
{
border-color: #2A920B;
}
</style>