Shades of Forest Green #2B922E
Tints of Forest Green #2B922E
RGB
CMYK
RGB Variations
Color information
#2B922E (or 0x2B922E) is known color: Forest Green. HEX triplet: 2B, 92 and 2E. RGB value is (43,146,46). Sum of RGB (Red+Green+Blue) = 43+146+46=235 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.30% from 235); Green value is 146 (57.42% from 255 or 62.13% from 235); Blue value is 46 (18.36% from 255 or 19.57% from 235); Max value from RGB is 146 - color contains mainly: green. Hex color #2B922E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B922E is #D46DD1. Grayscale: #686868. Windows color (decimal): -13921746 or 3052075. OLE color: 3052075.
HSL color Cylindrical-coordinate representation of color #2B922E: hue angle of 121.75º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2B922E is Cyan = 0.71, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 43 | 146 | 46 | - |
| CMYK | 0.71 | 0 | 0.68 | 0.43 |
| HSL | 121.75º | 0.54% | 0.37% | - |
| HSV(B) | 121.75º | 0.71% | 0.57% | - |
| XYZ | 11.77 | 21.27 | 6.07 | - |
| YUV | 103.8 | 95.38 | 84.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 146 | 46 | 0.71 | 0 | 0.68 | 0.43 | 121.75 | 0.54 | 0.37 |
| Hex | 2B | 92 | 2E | 47 | 0 | 44 | 2B | 7A | 36 | 25 |
| Octal | 53 | 222 | 56 | 107 | 0 | 104 | 53 | 172 | 66 | 45 |
| Binary | 101011 | 10010010 | 101110 | 1000111 | 0 | 1000100 | 101011 | 1111010 | 110110 | 100101 |
Color Harmonies of #2B922E
Complementary color
Monochromatic Colors of #2B922E
Black with #2B922E
Text Example
Text Example
White with #2B922E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B922E; }
p { color: rgb(43,146,46); }
H1.HeaderClassName
{
color: #2B922E;
}
.AnyTagClassName
{
color: #2B922E;
}
</style>
background-color css
<style>
a { background-color: #2B922E; }
a { background-color: rgb(43,146,46); }
div.DivClassName
{
background-color: #2B922E;
}
.BgClassName
{
background-color: #2B922E;
}
</style>
border-color css
<style>
span { border-color: #2B922E; }
span { border-color: rgb(43,146,46); }
td.TdClassName
{
border-color: #2B922E;
}
.TagClassName
{
border-color: #2B922E;
}
</style>