Shades of Forest Green #2B961D
Tints of Forest Green #2B961D
RGB
CMYK
RGB Variations
Color information
#2B961D (or 0x2B961D) is known color: Forest Green. HEX triplet: 2B, 96 and 1D. RGB value is (43,150,29). Sum of RGB (Red+Green+Blue) = 43+150+29=222 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.37% from 222); Green value is 150 (58.98% from 255 or 67.57% from 222); Blue value is 29 (11.72% from 255 or 13.06% from 222); Max value from RGB is 150 - color contains mainly: green. Hex color #2B961D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B961D is #D469E2. Grayscale: #686868. Windows color (decimal): -13920739 or 1938987. OLE color: 1938987.
HSL color Cylindrical-coordinate representation of color #2B961D: hue angle of 113.06º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2B961D is Cyan = 0.71, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 43 | 150 | 29 | - |
| CMYK | 0.71 | 0 | 0.81 | 0.41 |
| HSL | 113.06º | 0.68% | 0.35% | - |
| HSV(B) | 113.06º | 0.81% | 0.59% | - |
| XYZ | 12.12 | 22.41 | 4.85 | - |
| YUV | 104.21 | 85.55 | 84.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 150 | 29 | 0.71 | 0 | 0.81 | 0.41 | 113.06 | 0.68 | 0.35 |
| Hex | 2B | 96 | 1D | 47 | 0 | 51 | 29 | 71 | 44 | 23 |
| Octal | 53 | 226 | 35 | 107 | 0 | 121 | 51 | 161 | 104 | 43 |
| Binary | 101011 | 10010110 | 11101 | 1000111 | 0 | 1010001 | 101001 | 1110001 | 1000100 | 100011 |
Color Harmonies of #2B961D
Complementary color
Monochromatic Colors of #2B961D
Black with #2B961D
Text Example
Text Example
White with #2B961D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B961D; }
p { color: rgb(43,150,29); }
H1.HeaderClassName
{
color: #2B961D;
}
.AnyTagClassName
{
color: #2B961D;
}
</style>
background-color css
<style>
a { background-color: #2B961D; }
a { background-color: rgb(43,150,29); }
div.DivClassName
{
background-color: #2B961D;
}
.BgClassName
{
background-color: #2B961D;
}
</style>
border-color css
<style>
span { border-color: #2B961D; }
span { border-color: rgb(43,150,29); }
td.TdClassName
{
border-color: #2B961D;
}
.TagClassName
{
border-color: #2B961D;
}
</style>