Shades of Forest Green #2BA728
Tints of Forest Green #2BA728
RGB
CMYK
RGB Variations
Color information
#2BA728 (or 0x2BA728) is known color: Forest Green. HEX triplet: 2B, A7 and 28. RGB value is (43,167,40). Sum of RGB (Red+Green+Blue) = 43+167+40=250 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.2% from 250); Green value is 167 (65.62% from 255 or 66.8% from 250); Blue value is 40 (16.02% from 255 or 16% from 250); Max value from RGB is 167 - color contains mainly: green. Hex color #2BA728 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BA728 is #D458D7. Grayscale: #737373. Windows color (decimal): -13916376 or 2664235. OLE color: 2664235.
HSL color Cylindrical-coordinate representation of color #2BA728: hue angle of 118.58º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2BA728 is Cyan = 0.74, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 43 | 167 | 40 | - |
| CMYK | 0.74 | 0 | 0.76 | 0.35 |
| HSL | 118.58º | 0.61% | 0.41% | - |
| HSV(B) | 118.58º | 0.76% | 0.65% | - |
| XYZ | 15.2 | 28.3 | 6.67 | - |
| YUV | 115.45 | 85.42 | 76.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 167 | 40 | 0.74 | 0 | 0.76 | 0.35 | 118.58 | 0.61 | 0.41 |
| Hex | 2B | A7 | 28 | 4A | 0 | 4C | 23 | 77 | 3D | 29 |
| Octal | 53 | 247 | 50 | 112 | 0 | 114 | 43 | 167 | 75 | 51 |
| Binary | 101011 | 10100111 | 101000 | 1001010 | 0 | 1001100 | 100011 | 1110111 | 111101 | 101001 |
Color Harmonies of #2BA728
Complementary color
Monochromatic Colors of #2BA728
Black with #2BA728
Text Example
Text Example
White with #2BA728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA728; }
p { color: rgb(43,167,40); }
H1.HeaderClassName
{
color: #2BA728;
}
.AnyTagClassName
{
color: #2BA728;
}
</style>
background-color css
<style>
a { background-color: #2BA728; }
a { background-color: rgb(43,167,40); }
div.DivClassName
{
background-color: #2BA728;
}
.BgClassName
{
background-color: #2BA728;
}
</style>
border-color css
<style>
span { border-color: #2BA728; }
span { border-color: rgb(43,167,40); }
td.TdClassName
{
border-color: #2BA728;
}
.TagClassName
{
border-color: #2BA728;
}
</style>