Shades of Forest Green #2B972C
Tints of Forest Green #2B972C
RGB
CMYK
RGB Variations
Color information
#2B972C (or 0x2B972C) is known color: Forest Green. HEX triplet: 2B, 97 and 2C. RGB value is (43,151,44). Sum of RGB (Red+Green+Blue) = 43+151+44=238 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.07% from 238); Green value is 151 (59.38% from 255 or 63.45% from 238); Blue value is 44 (17.58% from 255 or 18.49% from 238); Max value from RGB is 151 - color contains mainly: green. Hex color #2B972C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B972C is #D468D3. Grayscale: #6A6A6A. Windows color (decimal): -13920468 or 2922283. OLE color: 2922283.
HSL color Cylindrical-coordinate representation of color #2B972C: hue angle of 120.56º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2B972C is Cyan = 0.72, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 43 | 151 | 44 | - |
| CMYK | 0.72 | 0 | 0.71 | 0.41 |
| HSL | 120.56º | 0.56% | 0.38% | - |
| HSV(B) | 120.56º | 0.72% | 0.59% | - |
| XYZ | 12.52 | 22.83 | 6.13 | - |
| YUV | 106.51 | 92.72 | 82.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 151 | 44 | 0.72 | 0 | 0.71 | 0.41 | 120.56 | 0.56 | 0.38 |
| Hex | 2B | 97 | 2C | 48 | 0 | 47 | 29 | 79 | 38 | 26 |
| Octal | 53 | 227 | 54 | 110 | 0 | 107 | 51 | 171 | 70 | 46 |
| Binary | 101011 | 10010111 | 101100 | 1001000 | 0 | 1000111 | 101001 | 1111001 | 111000 | 100110 |
Color Harmonies of #2B972C
Complementary color
Monochromatic Colors of #2B972C
Black with #2B972C
Text Example
Text Example
White with #2B972C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B972C; }
p { color: rgb(43,151,44); }
H1.HeaderClassName
{
color: #2B972C;
}
.AnyTagClassName
{
color: #2B972C;
}
</style>
background-color css
<style>
a { background-color: #2B972C; }
a { background-color: rgb(43,151,44); }
div.DivClassName
{
background-color: #2B972C;
}
.BgClassName
{
background-color: #2B972C;
}
</style>
border-color css
<style>
span { border-color: #2B972C; }
span { border-color: rgb(43,151,44); }
td.TdClassName
{
border-color: #2B972C;
}
.TagClassName
{
border-color: #2B972C;
}
</style>