Shades of Forest Green #2B971C
Tints of Forest Green #2B971C
RGB
CMYK
RGB Variations
Color information
#2B971C (or 0x2B971C) is known color: Forest Green. HEX triplet: 2B, 97 and 1C. RGB value is (43,151,28). Sum of RGB (Red+Green+Blue) = 43+151+28=222 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.37% from 222); Green value is 151 (59.38% from 255 or 68.02% from 222); Blue value is 28 (11.33% from 255 or 12.61% from 222); Max value from RGB is 151 - color contains mainly: green. Hex color #2B971C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B971C is #D468E3. Grayscale: #696969. Windows color (decimal): -13920484 or 1873707. OLE color: 1873707.
HSL color Cylindrical-coordinate representation of color #2B971C: hue angle of 112.68º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2B971C is Cyan = 0.72, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 43 | 151 | 28 | - |
| CMYK | 0.72 | 0 | 0.81 | 0.41 |
| HSL | 112.68º | 0.69% | 0.35% | - |
| HSV(B) | 112.68º | 0.81% | 0.59% | - |
| XYZ | 12.27 | 22.73 | 4.84 | - |
| YUV | 104.69 | 84.72 | 84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 151 | 28 | 0.72 | 0 | 0.81 | 0.41 | 112.68 | 0.69 | 0.35 |
| Hex | 2B | 97 | 1C | 48 | 0 | 51 | 29 | 71 | 45 | 23 |
| Octal | 53 | 227 | 34 | 110 | 0 | 121 | 51 | 161 | 105 | 43 |
| Binary | 101011 | 10010111 | 11100 | 1001000 | 0 | 1010001 | 101001 | 1110001 | 1000101 | 100011 |
Color Harmonies of #2B971C
Complementary color
Monochromatic Colors of #2B971C
Black with #2B971C
Text Example
Text Example
White with #2B971C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B971C; }
p { color: rgb(43,151,28); }
H1.HeaderClassName
{
color: #2B971C;
}
.AnyTagClassName
{
color: #2B971C;
}
</style>
background-color css
<style>
a { background-color: #2B971C; }
a { background-color: rgb(43,151,28); }
div.DivClassName
{
background-color: #2B971C;
}
.BgClassName
{
background-color: #2B971C;
}
</style>
border-color css
<style>
span { border-color: #2B971C; }
span { border-color: rgb(43,151,28); }
td.TdClassName
{
border-color: #2B971C;
}
.TagClassName
{
border-color: #2B971C;
}
</style>