Shades of Jungle Green #2DBF85
Tints of Jungle Green #2DBF85
RGB
CMYK
RGB Variations
Color information
#2DBF85 (or 0x2DBF85) is known color: Jungle Green. HEX triplet: 2D, BF and 85. RGB value is (45,191,133). Sum of RGB (Red+Green+Blue) = 45+191+133=369 (48% of max value = 765). Red value is 45 (17.97% from 255 or 12.20% from 369); Green value is 191 (75% from 255 or 51.76% from 369); Blue value is 133 (52.34% from 255 or 36.04% from 369); Max value from RGB is 191 - color contains mainly: green. Hex color #2DBF85 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DBF85 is #D2407A. Grayscale: #8C8C8C. Windows color (decimal): -13779067 or 8765229. OLE color: 8765229.
HSL color Cylindrical-coordinate representation of color #2DBF85: hue angle of 156.16º 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 #2DBF85 is Cyan = 0.76, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 191 | 133 | - |
| CMYK | 0.76 | 0 | 0.30 | 0.25 |
| HSL | 156.16º | 0.62% | 0.46% | - |
| HSV(B) | 156.16º | 0.76% | 0.75% | - |
| XYZ | 23.95 | 39.51 | 28.55 | - |
| YUV | 140.73 | 123.63 | 59.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 191 | 133 | 0.76 | 0 | 0.30 | 0.25 | 156.16 | 0.62 | 0.46 |
| Hex | 2D | BF | 85 | 4C | 0 | 1E | 19 | 9C | 3E | 2E |
| Octal | 55 | 277 | 205 | 114 | 0 | 36 | 31 | 234 | 76 | 56 |
| Binary | 101101 | 10111111 | 10000101 | 1001100 | 0 | 11110 | 11001 | 10011100 | 111110 | 101110 |
Color Harmonies of #2DBF85
Complementary color
Monochromatic Colors of #2DBF85
Black with #2DBF85
Text Example
Text Example
White with #2DBF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBF85; }
p { color: rgb(45,191,133); }
H1.HeaderClassName
{
color: #2DBF85;
}
.AnyTagClassName
{
color: #2DBF85;
}
</style>
background-color css
<style>
a { background-color: #2DBF85; }
a { background-color: rgb(45,191,133); }
div.DivClassName
{
background-color: #2DBF85;
}
.BgClassName
{
background-color: #2DBF85;
}
</style>
border-color css
<style>
span { border-color: #2DBF85; }
span { border-color: rgb(45,191,133); }
td.TdClassName
{
border-color: #2DBF85;
}
.TagClassName
{
border-color: #2DBF85;
}
</style>