Shades of Forest Green #2B942D
Tints of Forest Green #2B942D
RGB
CMYK
RGB Variations
Color information
#2B942D (or 0x2B942D) is known color: Forest Green. HEX triplet: 2B, 94 and 2D. RGB value is (43,148,45). Sum of RGB (Red+Green+Blue) = 43+148+45=236 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.22% from 236); Green value is 148 (58.20% from 255 or 62.71% from 236); Blue value is 45 (17.97% from 255 or 19.07% from 236); Max value from RGB is 148 - color contains mainly: green. Hex color #2B942D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B942D is #D46BD2. Grayscale: #696969. Windows color (decimal): -13921235 or 2987051. OLE color: 2987051.
HSL color Cylindrical-coordinate representation of color #2B942D: hue angle of 121.14º 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 #2B942D is Cyan = 0.71, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 43 | 148 | 45 | - |
| CMYK | 0.71 | 0 | 0.70 | 0.42 |
| HSL | 121.14º | 0.55% | 0.37% | - |
| HSV(B) | 121.14º | 0.71% | 0.58% | - |
| XYZ | 12.06 | 21.88 | 6.07 | - |
| YUV | 104.86 | 94.21 | 83.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 148 | 45 | 0.71 | 0 | 0.70 | 0.42 | 121.14 | 0.55 | 0.37 |
| Hex | 2B | 94 | 2D | 47 | 0 | 46 | 2A | 79 | 37 | 25 |
| Octal | 53 | 224 | 55 | 107 | 0 | 106 | 52 | 171 | 67 | 45 |
| Binary | 101011 | 10010100 | 101101 | 1000111 | 0 | 1000110 | 101010 | 1111001 | 110111 | 100101 |
Color Harmonies of #2B942D
Complementary color
Monochromatic Colors of #2B942D
Black with #2B942D
Text Example
Text Example
White with #2B942D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B942D; }
p { color: rgb(43,148,45); }
H1.HeaderClassName
{
color: #2B942D;
}
.AnyTagClassName
{
color: #2B942D;
}
</style>
background-color css
<style>
a { background-color: #2B942D; }
a { background-color: rgb(43,148,45); }
div.DivClassName
{
background-color: #2B942D;
}
.BgClassName
{
background-color: #2B942D;
}
</style>
border-color css
<style>
span { border-color: #2B942D; }
span { border-color: rgb(43,148,45); }
td.TdClassName
{
border-color: #2B942D;
}
.TagClassName
{
border-color: #2B942D;
}
</style>