Shades of Jungle Green #2BA484
Tints of Jungle Green #2BA484
RGB
CMYK
RGB Variations
Color information
#2BA484 (or 0x2BA484) is known color: Jungle Green. HEX triplet: 2B, A4 and 84. RGB value is (43,164,132). Sum of RGB (Red+Green+Blue) = 43+164+132=339 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.68% from 339); Green value is 164 (64.45% from 255 or 48.38% from 339); Blue value is 132 (51.95% from 255 or 38.94% from 339); Max value from RGB is 164 - color contains mainly: green. Hex color #2BA484 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2BA484 is #D45B7B. Grayscale: #7C7C7C. Windows color (decimal): -13917052 or 8692779. OLE color: 8692779.
HSL color Cylindrical-coordinate representation of color #2BA484: hue angle of 164.13º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2BA484 is Cyan = 0.74, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 43 | 164 | 132 | - |
| CMYK | 0.74 | 0 | 0.20 | 0.36 |
| HSL | 164.13º | 0.58% | 0.41% | - |
| HSV(B) | 164.13º | 0.74% | 0.64% | - |
| XYZ | 18.44 | 28.73 | 26.4 | - |
| YUV | 124.17 | 132.41 | 70.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 164 | 132 | 0.74 | 0 | 0.20 | 0.36 | 164.13 | 0.58 | 0.41 |
| Hex | 2B | A4 | 84 | 4A | 0 | 14 | 24 | A4 | 3A | 29 |
| Octal | 53 | 244 | 204 | 112 | 0 | 24 | 44 | 244 | 72 | 51 |
| Binary | 101011 | 10100100 | 10000100 | 1001010 | 0 | 10100 | 100100 | 10100100 | 111010 | 101001 |
Color Harmonies of #2BA484
Complementary color
Monochromatic Colors of #2BA484
Black with #2BA484
Text Example
Text Example
White with #2BA484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA484; }
p { color: rgb(43,164,132); }
H1.HeaderClassName
{
color: #2BA484;
}
.AnyTagClassName
{
color: #2BA484;
}
</style>
background-color css
<style>
a { background-color: #2BA484; }
a { background-color: rgb(43,164,132); }
div.DivClassName
{
background-color: #2BA484;
}
.BgClassName
{
background-color: #2BA484;
}
</style>
border-color css
<style>
span { border-color: #2BA484; }
span { border-color: rgb(43,164,132); }
td.TdClassName
{
border-color: #2BA484;
}
.TagClassName
{
border-color: #2BA484;
}
</style>