Shades of Jungle Green #2BA780
Tints of Jungle Green #2BA780
RGB
CMYK
RGB Variations
Color information
#2BA780 (or 0x2BA780) is known color: Jungle Green. HEX triplet: 2B, A7 and 80. RGB value is (43,167,128). Sum of RGB (Red+Green+Blue) = 43+167+128=338 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.72% from 338); Green value is 167 (65.62% from 255 or 49.41% from 338); Blue value is 128 (50.39% from 255 or 37.87% from 338); Max value from RGB is 167 - color contains mainly: green. Hex color #2BA780 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2BA780 is #D4587F. Grayscale: #7D7D7D. Windows color (decimal): -13916288 or 8431403. OLE color: 8431403.
HSL color Cylindrical-coordinate representation of color #2BA780: hue angle of 161.13º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2BA780 is Cyan = 0.74, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 43 | 167 | 128 | - |
| CMYK | 0.74 | 0 | 0.23 | 0.35 |
| HSL | 161.13º | 0.59% | 0.41% | - |
| HSV(B) | 161.13º | 0.74% | 0.65% | - |
| XYZ | 18.71 | 29.71 | 25.17 | - |
| YUV | 125.48 | 129.42 | 69.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 167 | 128 | 0.74 | 0 | 0.23 | 0.35 | 161.13 | 0.59 | 0.41 |
| Hex | 2B | A7 | 80 | 4A | 0 | 17 | 23 | A1 | 3B | 29 |
| Octal | 53 | 247 | 200 | 112 | 0 | 27 | 43 | 241 | 73 | 51 |
| Binary | 101011 | 10100111 | 10000000 | 1001010 | 0 | 10111 | 100011 | 10100001 | 111011 | 101001 |
Color Harmonies of #2BA780
Complementary color
Monochromatic Colors of #2BA780
Black with #2BA780
Text Example
Text Example
White with #2BA780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA780; }
p { color: rgb(43,167,128); }
H1.HeaderClassName
{
color: #2BA780;
}
.AnyTagClassName
{
color: #2BA780;
}
</style>
background-color css
<style>
a { background-color: #2BA780; }
a { background-color: rgb(43,167,128); }
div.DivClassName
{
background-color: #2BA780;
}
.BgClassName
{
background-color: #2BA780;
}
</style>
border-color css
<style>
span { border-color: #2BA780; }
span { border-color: rgb(43,167,128); }
td.TdClassName
{
border-color: #2BA780;
}
.TagClassName
{
border-color: #2BA780;
}
</style>