Shades of Forest Green #2B942C
Tints of Forest Green #2B942C
RGB
CMYK
RGB Variations
Color information
#2B942C (or 0x2B942C) is known color: Forest Green. HEX triplet: 2B, 94 and 2C. RGB value is (43,148,44). Sum of RGB (Red+Green+Blue) = 43+148+44=235 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.30% from 235); Green value is 148 (58.20% from 255 or 62.98% from 235); Blue value is 44 (17.58% from 255 or 18.72% from 235); Max value from RGB is 148 - color contains mainly: green. Hex color #2B942C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B942C is #D46BD3. Grayscale: #696969. Windows color (decimal): -13921236 or 2921515. OLE color: 2921515.
HSL color Cylindrical-coordinate representation of color #2B942C: hue angle of 120.57º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2B942C is Cyan = 0.71, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 43 | 148 | 44 | - |
| CMYK | 0.71 | 0 | 0.70 | 0.42 |
| HSL | 120.57º | 0.55% | 0.37% | - |
| HSV(B) | 120.57º | 0.71% | 0.58% | - |
| XYZ | 12.04 | 21.88 | 5.97 | - |
| YUV | 104.75 | 93.71 | 83.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 148 | 44 | 0.71 | 0 | 0.70 | 0.42 | 120.57 | 0.55 | 0.37 |
| Hex | 2B | 94 | 2C | 47 | 0 | 46 | 2A | 79 | 37 | 25 |
| Octal | 53 | 224 | 54 | 107 | 0 | 106 | 52 | 171 | 67 | 45 |
| Binary | 101011 | 10010100 | 101100 | 1000111 | 0 | 1000110 | 101010 | 1111001 | 110111 | 100101 |
Color Harmonies of #2B942C
Complementary color
Monochromatic Colors of #2B942C
Black with #2B942C
Text Example
Text Example
White with #2B942C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B942C; }
p { color: rgb(43,148,44); }
H1.HeaderClassName
{
color: #2B942C;
}
.AnyTagClassName
{
color: #2B942C;
}
</style>
background-color css
<style>
a { background-color: #2B942C; }
a { background-color: rgb(43,148,44); }
div.DivClassName
{
background-color: #2B942C;
}
.BgClassName
{
background-color: #2B942C;
}
</style>
border-color css
<style>
span { border-color: #2B942C; }
span { border-color: rgb(43,148,44); }
td.TdClassName
{
border-color: #2B942C;
}
.TagClassName
{
border-color: #2B942C;
}
</style>