Shades of Forest Green #2BA134
Tints of Forest Green #2BA134
RGB
CMYK
RGB Variations
Color information
#2BA134 (or 0x2BA134) is known color: Forest Green. HEX triplet: 2B, A1 and 34. RGB value is (43,161,52). Sum of RGB (Red+Green+Blue) = 43+161+52=256 (33% of max value = 765). Red value is 43 (17.19% from 255 or 16.80% from 256); Green value is 161 (63.28% from 255 or 62.89% from 256); Blue value is 52 (20.70% from 255 or 20.31% from 256); Max value from RGB is 161 - color contains mainly: green. Hex color #2BA134 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BA134 is #D45ECB. Grayscale: #717171. Windows color (decimal): -13917900 or 3449131. OLE color: 3449131.
HSL color Cylindrical-coordinate representation of color #2BA134: hue angle of 124.58º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2BA134 is Cyan = 0.73, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 43 | 161 | 52 | - |
| CMYK | 0.73 | 0 | 0.68 | 0.37 |
| HSL | 124.58º | 0.58% | 0.4% | - |
| HSV(B) | 124.58º | 0.73% | 0.63% | - |
| XYZ | 14.36 | 26.25 | 7.56 | - |
| YUV | 113.29 | 93.41 | 77.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 161 | 52 | 0.73 | 0 | 0.68 | 0.37 | 124.58 | 0.58 | 0.4 |
| Hex | 2B | A1 | 34 | 49 | 0 | 44 | 25 | 7D | 3A | 28 |
| Octal | 53 | 241 | 64 | 111 | 0 | 104 | 45 | 175 | 72 | 50 |
| Binary | 101011 | 10100001 | 110100 | 1001001 | 0 | 1000100 | 100101 | 1111101 | 111010 | 101000 |
Color Harmonies of #2BA134
Complementary color
Monochromatic Colors of #2BA134
Black with #2BA134
Text Example
Text Example
White with #2BA134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA134; }
p { color: rgb(43,161,52); }
H1.HeaderClassName
{
color: #2BA134;
}
.AnyTagClassName
{
color: #2BA134;
}
</style>
background-color css
<style>
a { background-color: #2BA134; }
a { background-color: rgb(43,161,52); }
div.DivClassName
{
background-color: #2BA134;
}
.BgClassName
{
background-color: #2BA134;
}
</style>
border-color css
<style>
span { border-color: #2BA134; }
span { border-color: rgb(43,161,52); }
td.TdClassName
{
border-color: #2BA134;
}
.TagClassName
{
border-color: #2BA134;
}
</style>