Shades of Jungle Green #2BA580
Tints of Jungle Green #2BA580
RGB
CMYK
RGB Variations
Color information
#2BA580 (or 0x2BA580) is known color: Jungle Green. HEX triplet: 2B, A5 and 80. RGB value is (43,165,128). Sum of RGB (Red+Green+Blue) = 43+165+128=336 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.80% from 336); Green value is 165 (64.84% from 255 or 49.11% from 336); Blue value is 128 (50.39% from 255 or 38.10% from 336); Max value from RGB is 165 - color contains mainly: green. Hex color #2BA580 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2BA580 is #D45A7F. Grayscale: #7C7C7C. Windows color (decimal): -13916800 or 8430891. OLE color: 8430891.
HSL color Cylindrical-coordinate representation of color #2BA580: hue angle of 161.8º 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 #2BA580 is Cyan = 0.74, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 43 | 165 | 128 | - |
| CMYK | 0.74 | 0 | 0.22 | 0.35 |
| HSL | 161.8º | 0.59% | 0.41% | - |
| HSV(B) | 161.8º | 0.74% | 0.65% | - |
| XYZ | 18.35 | 28.98 | 25.05 | - |
| YUV | 124.3 | 130.08 | 70.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 165 | 128 | 0.74 | 0 | 0.22 | 0.35 | 161.8 | 0.59 | 0.41 |
| Hex | 2B | A5 | 80 | 4A | 0 | 16 | 23 | A2 | 3B | 29 |
| Octal | 53 | 245 | 200 | 112 | 0 | 26 | 43 | 242 | 73 | 51 |
| Binary | 101011 | 10100101 | 10000000 | 1001010 | 0 | 10110 | 100011 | 10100010 | 111011 | 101001 |
Color Harmonies of #2BA580
Complementary color
Monochromatic Colors of #2BA580
Black with #2BA580
Text Example
Text Example
White with #2BA580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA580; }
p { color: rgb(43,165,128); }
H1.HeaderClassName
{
color: #2BA580;
}
.AnyTagClassName
{
color: #2BA580;
}
</style>
background-color css
<style>
a { background-color: #2BA580; }
a { background-color: rgb(43,165,128); }
div.DivClassName
{
background-color: #2BA580;
}
.BgClassName
{
background-color: #2BA580;
}
</style>
border-color css
<style>
span { border-color: #2BA580; }
span { border-color: rgb(43,165,128); }
td.TdClassName
{
border-color: #2BA580;
}
.TagClassName
{
border-color: #2BA580;
}
</style>