Shades of Jungle Green #2DBE87
Tints of Jungle Green #2DBE87
RGB
CMYK
RGB Variations
Color information
#2DBE87 (or 0x2DBE87) is known color: Jungle Green. HEX triplet: 2D, BE and 87. RGB value is (45,190,135). Sum of RGB (Red+Green+Blue) = 45+190+135=370 (49% of max value = 765). Red value is 45 (17.97% from 255 or 12.16% from 370); Green value is 190 (74.61% from 255 or 51.35% from 370); Blue value is 135 (53.12% from 255 or 36.49% from 370); Max value from RGB is 190 - color contains mainly: green. Hex color #2DBE87 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DBE87 is #D24178. Grayscale: #8C8C8C. Windows color (decimal): -13779321 or 8896045. OLE color: 8896045.
HSL color Cylindrical-coordinate representation of color #2DBE87: hue angle of 157.24º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2DBE87 is Cyan = 0.76, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 190 | 135 | - |
| CMYK | 0.76 | 0 | 0.29 | 0.25 |
| HSL | 157.24º | 0.62% | 0.46% | - |
| HSV(B) | 157.24º | 0.76% | 0.75% | - |
| XYZ | 23.87 | 39.13 | 29.22 | - |
| YUV | 140.38 | 124.96 | 59.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 190 | 135 | 0.76 | 0 | 0.29 | 0.25 | 157.24 | 0.62 | 0.46 |
| Hex | 2D | BE | 87 | 4C | 0 | 1D | 19 | 9D | 3E | 2E |
| Octal | 55 | 276 | 207 | 114 | 0 | 35 | 31 | 235 | 76 | 56 |
| Binary | 101101 | 10111110 | 10000111 | 1001100 | 0 | 11101 | 11001 | 10011101 | 111110 | 101110 |
Color Harmonies of #2DBE87
Complementary color
Monochromatic Colors of #2DBE87
Black with #2DBE87
Text Example
Text Example
White with #2DBE87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBE87; }
p { color: rgb(45,190,135); }
H1.HeaderClassName
{
color: #2DBE87;
}
.AnyTagClassName
{
color: #2DBE87;
}
</style>
background-color css
<style>
a { background-color: #2DBE87; }
a { background-color: rgb(45,190,135); }
div.DivClassName
{
background-color: #2DBE87;
}
.BgClassName
{
background-color: #2DBE87;
}
</style>
border-color css
<style>
span { border-color: #2DBE87; }
span { border-color: rgb(45,190,135); }
td.TdClassName
{
border-color: #2DBE87;
}
.TagClassName
{
border-color: #2DBE87;
}
</style>