Shades of Forest Green #2A930B
Tints of Forest Green #2A930B
RGB
CMYK
RGB Variations
Color information
#2A930B (or 0x2A930B) is known color: Forest Green. HEX triplet: 2A, 93 and 0B. RGB value is (42,147,11). Sum of RGB (Red+Green+Blue) = 42+147+11=200 (26% of max value = 765). Red value is 42 (16.80% from 255 or 21% from 200); Green value is 147 (57.81% from 255 or 73.5% from 200); Blue value is 11 (4.69% from 255 or 5.5% from 200); Max value from RGB is 147 - color contains mainly: green. Hex color #2A930B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2A930B is #D56CF4. Grayscale: #646464. Windows color (decimal): -13987061 or 758570. OLE color: 758570.
HSL color Cylindrical-coordinate representation of color #2A930B: hue angle of 106.32º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2A930B is Cyan = 0.71, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 42 | 147 | 11 | - |
| CMYK | 0.71 | 0 | 0.93 | 0.42 |
| HSL | 106.32º | 0.86% | 0.31% | - |
| HSV(B) | 106.32º | 0.93% | 0.58% | - |
| XYZ | 11.45 | 21.38 | 3.84 | - |
| YUV | 100.1 | 77.71 | 86.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 147 | 11 | 0.71 | 0 | 0.93 | 0.42 | 106.32 | 0.86 | 0.31 |
| Hex | 2A | 93 | B | 47 | 0 | 5D | 2A | 6A | 56 | 1F |
| Octal | 52 | 223 | 13 | 107 | 0 | 135 | 52 | 152 | 126 | 37 |
| Binary | 101010 | 10010011 | 1011 | 1000111 | 0 | 1011101 | 101010 | 1101010 | 1010110 | 11111 |
Color Harmonies of #2A930B
Complementary color
Monochromatic Colors of #2A930B
Black with #2A930B
Text Example
Text Example
White with #2A930B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A930B; }
p { color: rgb(42,147,11); }
H1.HeaderClassName
{
color: #2A930B;
}
.AnyTagClassName
{
color: #2A930B;
}
</style>
background-color css
<style>
a { background-color: #2A930B; }
a { background-color: rgb(42,147,11); }
div.DivClassName
{
background-color: #2A930B;
}
.BgClassName
{
background-color: #2A930B;
}
</style>
border-color css
<style>
span { border-color: #2A930B; }
span { border-color: rgb(42,147,11); }
td.TdClassName
{
border-color: #2A930B;
}
.TagClassName
{
border-color: #2A930B;
}
</style>