Shades of Forest Green #2BA82C
Tints of Forest Green #2BA82C
RGB
CMYK
RGB Variations
Color information
#2BA82C (or 0x2BA82C) is known color: Forest Green. HEX triplet: 2B, A8 and 2C. RGB value is (43,168,44). Sum of RGB (Red+Green+Blue) = 43+168+44=255 (33% of max value = 765). Red value is 43 (17.19% from 255 or 16.86% from 255); Green value is 168 (66.02% from 255 or 65.88% from 255); Blue value is 44 (17.58% from 255 or 17.25% from 255); Max value from RGB is 168 - color contains mainly: green. Hex color #2BA82C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BA82C is #D457D3. Grayscale: #747474. Windows color (decimal): -13916116 or 2926635. OLE color: 2926635.
HSL color Cylindrical-coordinate representation of color #2BA82C: hue angle of 120.48º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2BA82C is Cyan = 0.74, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 43 | 168 | 44 | - |
| CMYK | 0.74 | 0 | 0.74 | 0.34 |
| HSL | 120.48º | 0.59% | 0.41% | - |
| HSV(B) | 120.48º | 0.74% | 0.66% | - |
| XYZ | 15.45 | 28.7 | 7.11 | - |
| YUV | 116.49 | 87.09 | 75.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 168 | 44 | 0.74 | 0 | 0.74 | 0.34 | 120.48 | 0.59 | 0.41 |
| Hex | 2B | A8 | 2C | 4A | 0 | 4A | 22 | 78 | 3B | 29 |
| Octal | 53 | 250 | 54 | 112 | 0 | 112 | 42 | 170 | 73 | 51 |
| Binary | 101011 | 10101000 | 101100 | 1001010 | 0 | 1001010 | 100010 | 1111000 | 111011 | 101001 |
Color Harmonies of #2BA82C
Complementary color
Monochromatic Colors of #2BA82C
Black with #2BA82C
Text Example
Text Example
White with #2BA82C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA82C; }
p { color: rgb(43,168,44); }
H1.HeaderClassName
{
color: #2BA82C;
}
.AnyTagClassName
{
color: #2BA82C;
}
</style>
background-color css
<style>
a { background-color: #2BA82C; }
a { background-color: rgb(43,168,44); }
div.DivClassName
{
background-color: #2BA82C;
}
.BgClassName
{
background-color: #2BA82C;
}
</style>
border-color css
<style>
span { border-color: #2BA82C; }
span { border-color: rgb(43,168,44); }
td.TdClassName
{
border-color: #2BA82C;
}
.TagClassName
{
border-color: #2BA82C;
}
</style>