Shades of Forest Green #2B970A
Tints of Forest Green #2B970A
RGB
CMYK
RGB Variations
Color information
#2B970A (or 0x2B970A) is known color: Forest Green. HEX triplet: 2B, 97 and 0A. RGB value is (43,151,10). Sum of RGB (Red+Green+Blue) = 43+151+10=204 (27% of max value = 765). Red value is 43 (17.19% from 255 or 21.08% from 204); Green value is 151 (59.38% from 255 or 74.02% from 204); Blue value is 10 (4.30% from 255 or 4.90% from 204); Max value from RGB is 151 - color contains mainly: green. Hex color #2B970A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2B970A is #D468F5. Grayscale: #676767. Windows color (decimal): -13920502 or 694059. OLE color: 694059.
HSL color Cylindrical-coordinate representation of color #2B970A: hue angle of 105.96º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2B970A is Cyan = 0.72, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 43 | 151 | 10 | - |
| CMYK | 0.72 | 0 | 0.93 | 0.41 |
| HSL | 105.96º | 0.88% | 0.32% | - |
| HSV(B) | 105.96º | 0.93% | 0.59% | - |
| XYZ | 12.12 | 22.67 | 4.02 | - |
| YUV | 102.63 | 75.72 | 85.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 151 | 10 | 0.72 | 0 | 0.93 | 0.41 | 105.96 | 0.88 | 0.32 |
| Hex | 2B | 97 | A | 48 | 0 | 5D | 29 | 6A | 58 | 20 |
| Octal | 53 | 227 | 12 | 110 | 0 | 135 | 51 | 152 | 130 | 40 |
| Binary | 101011 | 10010111 | 1010 | 1001000 | 0 | 1011101 | 101001 | 1101010 | 1011000 | 100000 |
Color Harmonies of #2B970A
Complementary color
Monochromatic Colors of #2B970A
Black with #2B970A
Text Example
Text Example
White with #2B970A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B970A; }
p { color: rgb(43,151,10); }
H1.HeaderClassName
{
color: #2B970A;
}
.AnyTagClassName
{
color: #2B970A;
}
</style>
background-color css
<style>
a { background-color: #2B970A; }
a { background-color: rgb(43,151,10); }
div.DivClassName
{
background-color: #2B970A;
}
.BgClassName
{
background-color: #2B970A;
}
</style>
border-color css
<style>
span { border-color: #2B970A; }
span { border-color: rgb(43,151,10); }
td.TdClassName
{
border-color: #2B970A;
}
.TagClassName
{
border-color: #2B970A;
}
</style>