Shades of Forest Green #2B892B
Tints of Forest Green #2B892B
RGB
CMYK
RGB Variations
Color information
#2B892B (or 0x2B892B) is known color: Forest Green. HEX triplet: 2B, 89 and 2B. RGB value is (43,137,43). Sum of RGB (Red+Green+Blue) = 43+137+43=223 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.28% from 223); Green value is 137 (53.91% from 255 or 61.43% from 223); Blue value is 43 (17.19% from 255 or 19.28% from 223); Max value from RGB is 137 - color contains mainly: green. Hex color #2B892B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B892B is #D476D4. Grayscale: #626262. Windows color (decimal): -13924053 or 2853163. OLE color: 2853163.
HSL color Cylindrical-coordinate representation of color #2B892B: hue angle of 120º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2B892B is Cyan = 0.69, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 43 | 137 | 43 | - |
| CMYK | 0.69 | 0 | 0.69 | 0.46 |
| HSL | 120º | 0.52% | 0.35% | - |
| HSV(B) | 120º | 0.69% | 0.54% | - |
| XYZ | 10.38 | 18.58 | 5.32 | - |
| YUV | 98.18 | 96.86 | 88.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 137 | 43 | 0.69 | 0 | 0.69 | 0.46 | 120 | 0.52 | 0.35 |
| Hex | 2B | 89 | 2B | 45 | 0 | 45 | 2E | 78 | 34 | 23 |
| Octal | 53 | 211 | 53 | 105 | 0 | 105 | 56 | 170 | 64 | 43 |
| Binary | 101011 | 10001001 | 101011 | 1000101 | 0 | 1000101 | 101110 | 1111000 | 110100 | 100011 |
Color Harmonies of #2B892B
Complementary color
Monochromatic Colors of #2B892B
Black with #2B892B
Text Example
Text Example
White with #2B892B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B892B; }
p { color: rgb(43,137,43); }
H1.HeaderClassName
{
color: #2B892B;
}
.AnyTagClassName
{
color: #2B892B;
}
</style>
background-color css
<style>
a { background-color: #2B892B; }
a { background-color: rgb(43,137,43); }
div.DivClassName
{
background-color: #2B892B;
}
.BgClassName
{
background-color: #2B892B;
}
</style>
border-color css
<style>
span { border-color: #2B892B; }
span { border-color: rgb(43,137,43); }
td.TdClassName
{
border-color: #2B892B;
}
.TagClassName
{
border-color: #2B892B;
}
</style>