Shades of Jungle Green #2DC085
Tints of Jungle Green #2DC085
RGB
CMYK
RGB Variations
Color information
#2DC085 (or 0x2DC085) is known color: Jungle Green. HEX triplet: 2D, C0 and 85. RGB value is (45,192,133). Sum of RGB (Red+Green+Blue) = 45+192+133=370 (49% of max value = 765). Red value is 45 (17.97% from 255 or 12.16% from 370); Green value is 192 (75.39% from 255 or 51.89% from 370); Blue value is 133 (52.34% from 255 or 35.95% from 370); Max value from RGB is 192 - color contains mainly: green. Hex color #2DC085 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DC085 is #D23F7A. Grayscale: #8D8D8D. Windows color (decimal): -13778811 or 8765485. OLE color: 8765485.
HSL color Cylindrical-coordinate representation of color #2DC085: hue angle of 155.92º degrees, saturation: 0.62, 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 #2DC085 is Cyan = 0.77, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 192 | 133 | - |
| CMYK | 0.77 | 0 | 0.31 | 0.25 |
| HSL | 155.92º | 0.62% | 0.46% | - |
| HSV(B) | 155.92º | 0.77% | 0.75% | - |
| XYZ | 24.17 | 39.95 | 28.63 | - |
| YUV | 141.32 | 123.3 | 59.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 192 | 133 | 0.77 | 0 | 0.31 | 0.25 | 155.92 | 0.62 | 0.46 |
| Hex | 2D | C0 | 85 | 4D | 0 | 1F | 19 | 9C | 3E | 2E |
| Octal | 55 | 300 | 205 | 115 | 0 | 37 | 31 | 234 | 76 | 56 |
| Binary | 101101 | 11000000 | 10000101 | 1001101 | 0 | 11111 | 11001 | 10011100 | 111110 | 101110 |
Color Harmonies of #2DC085
Complementary color
Monochromatic Colors of #2DC085
Black with #2DC085
Text Example
Text Example
White with #2DC085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DC085; }
p { color: rgb(45,192,133); }
H1.HeaderClassName
{
color: #2DC085;
}
.AnyTagClassName
{
color: #2DC085;
}
</style>
background-color css
<style>
a { background-color: #2DC085; }
a { background-color: rgb(45,192,133); }
div.DivClassName
{
background-color: #2DC085;
}
.BgClassName
{
background-color: #2DC085;
}
</style>
border-color css
<style>
span { border-color: #2DC085; }
span { border-color: rgb(45,192,133); }
td.TdClassName
{
border-color: #2DC085;
}
.TagClassName
{
border-color: #2DC085;
}
</style>