Shades of Jungle Green #2BBE8A
Tints of Jungle Green #2BBE8A
RGB
CMYK
RGB Variations
Color information
#2BBE8A (or 0x2BBE8A) is known color: Jungle Green. HEX triplet: 2B, BE and 8A. RGB value is (43,190,138). Sum of RGB (Red+Green+Blue) = 43+190+138=371 (49% of max value = 765). Red value is 43 (17.19% from 255 or 11.59% from 371); Green value is 190 (74.61% from 255 or 51.21% from 371); Blue value is 138 (54.30% from 255 or 37.20% from 371); Max value from RGB is 190 - color contains mainly: green. Hex color #2BBE8A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BBE8A is #D44175. Grayscale: #8C8C8C. Windows color (decimal): -13910390 or 9092651. OLE color: 9092651.
HSL color Cylindrical-coordinate representation of color #2BBE8A: hue angle of 158.78º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2BBE8A is Cyan = 0.77, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 43 | 190 | 138 | - |
| CMYK | 0.77 | 0 | 0.27 | 0.25 |
| HSL | 158.78º | 0.63% | 0.46% | - |
| HSV(B) | 158.78º | 0.77% | 0.75% | - |
| XYZ | 24 | 39.18 | 30.34 | - |
| YUV | 140.12 | 126.8 | 58.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 190 | 138 | 0.77 | 0 | 0.27 | 0.25 | 158.78 | 0.63 | 0.46 |
| Hex | 2B | BE | 8A | 4D | 0 | 1B | 19 | 9F | 3F | 2E |
| Octal | 53 | 276 | 212 | 115 | 0 | 33 | 31 | 237 | 77 | 56 |
| Binary | 101011 | 10111110 | 10001010 | 1001101 | 0 | 11011 | 11001 | 10011111 | 111111 | 101110 |
Color Harmonies of #2BBE8A
Complementary color
Monochromatic Colors of #2BBE8A
Black with #2BBE8A
Text Example
Text Example
White with #2BBE8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBE8A; }
p { color: rgb(43,190,138); }
H1.HeaderClassName
{
color: #2BBE8A;
}
.AnyTagClassName
{
color: #2BBE8A;
}
</style>
background-color css
<style>
a { background-color: #2BBE8A; }
a { background-color: rgb(43,190,138); }
div.DivClassName
{
background-color: #2BBE8A;
}
.BgClassName
{
background-color: #2BBE8A;
}
</style>
border-color css
<style>
span { border-color: #2BBE8A; }
span { border-color: rgb(43,190,138); }
td.TdClassName
{
border-color: #2BBE8A;
}
.TagClassName
{
border-color: #2BBE8A;
}
</style>