Shades of Jungle Green #2DBB8E
Tints of Jungle Green #2DBB8E
RGB
CMYK
RGB Variations
Color information
#2DBB8E (or 0x2DBB8E) is known color: Jungle Green. HEX triplet: 2D, BB and 8E. RGB value is (45,187,142). Sum of RGB (Red+Green+Blue) = 45+187+142=374 (49% of max value = 765). Red value is 45 (17.97% from 255 or 12.03% from 374); Green value is 187 (73.44% from 255 or 50% from 374); Blue value is 142 (55.86% from 255 or 37.97% from 374); Max value from RGB is 187 - color contains mainly: green. Hex color #2DBB8E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DBB8E is #D24471. Grayscale: #8B8B8B. Windows color (decimal): -13780082 or 9354029. OLE color: 9354029.
HSL color Cylindrical-coordinate representation of color #2DBB8E: hue angle of 160.99º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2DBB8E is Cyan = 0.76, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 45 | 187 | 142 | - |
| CMYK | 0.76 | 0 | 0.24 | 0.27 |
| HSL | 160.99º | 0.61% | 0.45% | - |
| HSV(B) | 160.99º | 0.76% | 0.73% | - |
| XYZ | 23.74 | 38.05 | 31.68 | - |
| YUV | 139.41 | 129.46 | 60.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 187 | 142 | 0.76 | 0 | 0.24 | 0.27 | 160.99 | 0.61 | 0.45 |
| Hex | 2D | BB | 8E | 4C | 0 | 18 | 1B | A1 | 3D | 2D |
| Octal | 55 | 273 | 216 | 114 | 0 | 30 | 33 | 241 | 75 | 55 |
| Binary | 101101 | 10111011 | 10001110 | 1001100 | 0 | 11000 | 11011 | 10100001 | 111101 | 101101 |
Color Harmonies of #2DBB8E
Complementary color
Monochromatic Colors of #2DBB8E
Black with #2DBB8E
Text Example
Text Example
White with #2DBB8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBB8E; }
p { color: rgb(45,187,142); }
H1.HeaderClassName
{
color: #2DBB8E;
}
.AnyTagClassName
{
color: #2DBB8E;
}
</style>
background-color css
<style>
a { background-color: #2DBB8E; }
a { background-color: rgb(45,187,142); }
div.DivClassName
{
background-color: #2DBB8E;
}
.BgClassName
{
background-color: #2DBB8E;
}
</style>
border-color css
<style>
span { border-color: #2DBB8E; }
span { border-color: rgb(45,187,142); }
td.TdClassName
{
border-color: #2DBB8E;
}
.TagClassName
{
border-color: #2DBB8E;
}
</style>