Shades of Jungle Green #2DB77F
Tints of Jungle Green #2DB77F
RGB
CMYK
RGB Variations
Color information
#2DB77F (or 0x2DB77F) is known color: Jungle Green. HEX triplet: 2D, B7 and 7F. RGB value is (45,183,127). Sum of RGB (Red+Green+Blue) = 45+183+127=355 (47% of max value = 765). Red value is 45 (17.97% from 255 or 12.68% from 355); Green value is 183 (71.88% from 255 or 51.55% from 355); Blue value is 127 (50% from 255 or 35.77% from 355); Max value from RGB is 183 - color contains mainly: green. Hex color #2DB77F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DB77F is #D24880. Grayscale: #878787. Windows color (decimal): -13781121 or 8369965. OLE color: 8369965.
HSL color Cylindrical-coordinate representation of color #2DB77F: hue angle of 155.65º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2DB77F is Cyan = 0.75, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 45 | 183 | 127 | - |
| CMYK | 0.75 | 0 | 0.31 | 0.28 |
| HSL | 155.65º | 0.61% | 0.45% | - |
| HSV(B) | 155.65º | 0.75% | 0.72% | - |
| XYZ | 21.85 | 35.96 | 25.87 | - |
| YUV | 135.35 | 123.28 | 63.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 183 | 127 | 0.75 | 0 | 0.31 | 0.28 | 155.65 | 0.61 | 0.45 |
| Hex | 2D | B7 | 7F | 4B | 0 | 1F | 1C | 9C | 3D | 2D |
| Octal | 55 | 267 | 177 | 113 | 0 | 37 | 34 | 234 | 75 | 55 |
| Binary | 101101 | 10110111 | 1111111 | 1001011 | 0 | 11111 | 11100 | 10011100 | 111101 | 101101 |
Color Harmonies of #2DB77F
Complementary color
Monochromatic Colors of #2DB77F
Black with #2DB77F
Text Example
Text Example
White with #2DB77F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB77F; }
p { color: rgb(45,183,127); }
H1.HeaderClassName
{
color: #2DB77F;
}
.AnyTagClassName
{
color: #2DB77F;
}
</style>
background-color css
<style>
a { background-color: #2DB77F; }
a { background-color: rgb(45,183,127); }
div.DivClassName
{
background-color: #2DB77F;
}
.BgClassName
{
background-color: #2DB77F;
}
</style>
border-color css
<style>
span { border-color: #2DB77F; }
span { border-color: rgb(45,183,127); }
td.TdClassName
{
border-color: #2DB77F;
}
.TagClassName
{
border-color: #2DB77F;
}
</style>