Shades of Jungle Green #2DBE85
Tints of Jungle Green #2DBE85
RGB
CMYK
RGB Variations
Color information
#2DBE85 (or 0x2DBE85) is known color: Jungle Green. HEX triplet: 2D, BE and 85. RGB value is (45,190,133). Sum of RGB (Red+Green+Blue) = 45+190+133=368 (48% of max value = 765). Red value is 45 (17.97% from 255 or 12.23% from 368); Green value is 190 (74.61% from 255 or 51.63% from 368); Blue value is 133 (52.34% from 255 or 36.14% from 368); Max value from RGB is 190 - color contains mainly: green. Hex color #2DBE85 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DBE85 is #D2417A. Grayscale: #8C8C8C. Windows color (decimal): -13779323 or 8764973. OLE color: 8764973.
HSL color Cylindrical-coordinate representation of color #2DBE85: hue angle of 156.41º 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 #2DBE85 is Cyan = 0.76, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 190 | 133 | - |
| CMYK | 0.76 | 0 | 0.3 | 0.25 |
| HSL | 156.41º | 0.62% | 0.46% | - |
| HSV(B) | 156.41º | 0.76% | 0.75% | - |
| XYZ | 23.73 | 39.08 | 28.48 | - |
| YUV | 140.15 | 123.96 | 60.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 190 | 133 | 0.76 | 0 | 0.3 | 0.25 | 156.41 | 0.62 | 0.46 |
| Hex | 2D | BE | 85 | 4C | 0 | 1E | 19 | 9C | 3E | 2E |
| Octal | 55 | 276 | 205 | 114 | 0 | 36 | 31 | 234 | 76 | 56 |
| Binary | 101101 | 10111110 | 10000101 | 1001100 | 0 | 11110 | 11001 | 10011100 | 111110 | 101110 |
Color Harmonies of #2DBE85
Complementary color
Monochromatic Colors of #2DBE85
Black with #2DBE85
Text Example
Text Example
White with #2DBE85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBE85; }
p { color: rgb(45,190,133); }
H1.HeaderClassName
{
color: #2DBE85;
}
.AnyTagClassName
{
color: #2DBE85;
}
</style>
background-color css
<style>
a { background-color: #2DBE85; }
a { background-color: rgb(45,190,133); }
div.DivClassName
{
background-color: #2DBE85;
}
.BgClassName
{
background-color: #2DBE85;
}
</style>
border-color css
<style>
span { border-color: #2DBE85; }
span { border-color: rgb(45,190,133); }
td.TdClassName
{
border-color: #2DBE85;
}
.TagClassName
{
border-color: #2DBE85;
}
</style>