Shades of Forest Green #2B921F
Tints of Forest Green #2B921F
RGB
CMYK
RGB Variations
Color information
#2B921F (or 0x2B921F) is known color: Forest Green. HEX triplet: 2B, 92 and 1F. RGB value is (43,146,31). Sum of RGB (Red+Green+Blue) = 43+146+31=220 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.55% from 220); Green value is 146 (57.42% from 255 or 66.36% from 220); Blue value is 31 (12.5% from 255 or 14.09% from 220); Max value from RGB is 146 - color contains mainly: green. Hex color #2B921F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B921F is #D46DE0. Grayscale: #666666. Windows color (decimal): -13921761 or 2069035. OLE color: 2069035.
HSL color Cylindrical-coordinate representation of color #2B921F: hue angle of 113.74º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2B921F is Cyan = 0.71, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 43 | 146 | 31 | - |
| CMYK | 0.71 | 0 | 0.79 | 0.43 |
| HSL | 113.74º | 0.65% | 0.35% | - |
| HSV(B) | 113.74º | 0.79% | 0.57% | - |
| XYZ | 11.52 | 21.17 | 4.78 | - |
| YUV | 102.09 | 87.88 | 85.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 146 | 31 | 0.71 | 0 | 0.79 | 0.43 | 113.74 | 0.65 | 0.35 |
| Hex | 2B | 92 | 1F | 47 | 0 | 4F | 2B | 72 | 41 | 23 |
| Octal | 53 | 222 | 37 | 107 | 0 | 117 | 53 | 162 | 101 | 43 |
| Binary | 101011 | 10010010 | 11111 | 1000111 | 0 | 1001111 | 101011 | 1110010 | 1000001 | 100011 |
Color Harmonies of #2B921F
Complementary color
Monochromatic Colors of #2B921F
Black with #2B921F
Text Example
Text Example
White with #2B921F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B921F; }
p { color: rgb(43,146,31); }
H1.HeaderClassName
{
color: #2B921F;
}
.AnyTagClassName
{
color: #2B921F;
}
</style>
background-color css
<style>
a { background-color: #2B921F; }
a { background-color: rgb(43,146,31); }
div.DivClassName
{
background-color: #2B921F;
}
.BgClassName
{
background-color: #2B921F;
}
</style>
border-color css
<style>
span { border-color: #2B921F; }
span { border-color: rgb(43,146,31); }
td.TdClassName
{
border-color: #2B921F;
}
.TagClassName
{
border-color: #2B921F;
}
</style>