Shades of Jungle Green #2DB57D
Tints of Jungle Green #2DB57D
RGB
CMYK
RGB Variations
Color information
#2DB57D (or 0x2DB57D) is known color: Jungle Green. HEX triplet: 2D, B5 and 7D. RGB value is (45,181,125). Sum of RGB (Red+Green+Blue) = 45+181+125=351 (46% of max value = 765). Red value is 45 (17.97% from 255 or 12.82% from 351); Green value is 181 (71.09% from 255 or 51.57% from 351); Blue value is 125 (49.22% from 255 or 35.61% from 351); Max value from RGB is 181 - color contains mainly: green. Hex color #2DB57D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DB57D is #D24A82. Grayscale: #868686. Windows color (decimal): -13781635 or 8238381. OLE color: 8238381.
HSL color Cylindrical-coordinate representation of color #2DB57D: hue angle of 155.29º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2DB57D is Cyan = 0.75, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 45 | 181 | 125 | - |
| CMYK | 0.75 | 0 | 0.31 | 0.29 |
| HSL | 155.29º | 0.6% | 0.44% | - |
| HSV(B) | 155.29º | 0.75% | 0.71% | - |
| XYZ | 21.31 | 35.09 | 25.05 | - |
| YUV | 133.95 | 122.94 | 64.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 181 | 125 | 0.75 | 0 | 0.31 | 0.29 | 155.29 | 0.6 | 0.44 |
| Hex | 2D | B5 | 7D | 4B | 0 | 1F | 1D | 9B | 3C | 2C |
| Octal | 55 | 265 | 175 | 113 | 0 | 37 | 35 | 233 | 74 | 54 |
| Binary | 101101 | 10110101 | 1111101 | 1001011 | 0 | 11111 | 11101 | 10011011 | 111100 | 101100 |
Color Harmonies of #2DB57D
Complementary color
Monochromatic Colors of #2DB57D
Black with #2DB57D
Text Example
Text Example
White with #2DB57D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB57D; }
p { color: rgb(45,181,125); }
H1.HeaderClassName
{
color: #2DB57D;
}
.AnyTagClassName
{
color: #2DB57D;
}
</style>
background-color css
<style>
a { background-color: #2DB57D; }
a { background-color: rgb(45,181,125); }
div.DivClassName
{
background-color: #2DB57D;
}
.BgClassName
{
background-color: #2DB57D;
}
</style>
border-color css
<style>
span { border-color: #2DB57D; }
span { border-color: rgb(45,181,125); }
td.TdClassName
{
border-color: #2DB57D;
}
.TagClassName
{
border-color: #2DB57D;
}
</style>