Shades of Jungle Green #2DB079
Tints of Jungle Green #2DB079
RGB
CMYK
RGB Variations
Color information
#2DB079 (or 0x2DB079) is known color: Jungle Green. HEX triplet: 2D, B0 and 79. RGB value is (45,176,121). Sum of RGB (Red+Green+Blue) = 45+176+121=342 (45% of max value = 765). Red value is 45 (17.97% from 255 or 13.16% from 342); Green value is 176 (69.14% from 255 or 51.46% from 342); Blue value is 121 (47.66% from 255 or 35.38% from 342); Max value from RGB is 176 - color contains mainly: green. Hex color #2DB079 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DB079 is #D24F86. Grayscale: #828282. Windows color (decimal): -13782919 or 7974957. OLE color: 7974957.
HSL color Cylindrical-coordinate representation of color #2DB079: hue angle of 154.81º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2DB079 is Cyan = 0.74, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 45 | 176 | 121 | - |
| CMYK | 0.74 | 0 | 0.31 | 0.31 |
| HSL | 154.81º | 0.59% | 0.43% | - |
| HSV(B) | 154.81º | 0.74% | 0.69% | - |
| XYZ | 20.06 | 32.99 | 23.4 | - |
| YUV | 130.56 | 122.6 | 66.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 176 | 121 | 0.74 | 0 | 0.31 | 0.31 | 154.81 | 0.59 | 0.43 |
| Hex | 2D | B0 | 79 | 4A | 0 | 1F | 1F | 9B | 3B | 2B |
| Octal | 55 | 260 | 171 | 112 | 0 | 37 | 37 | 233 | 73 | 53 |
| Binary | 101101 | 10110000 | 1111001 | 1001010 | 0 | 11111 | 11111 | 10011011 | 111011 | 101011 |
Color Harmonies of #2DB079
Complementary color
Monochromatic Colors of #2DB079
Black with #2DB079
Text Example
Text Example
White with #2DB079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB079; }
p { color: rgb(45,176,121); }
H1.HeaderClassName
{
color: #2DB079;
}
.AnyTagClassName
{
color: #2DB079;
}
</style>
background-color css
<style>
a { background-color: #2DB079; }
a { background-color: rgb(45,176,121); }
div.DivClassName
{
background-color: #2DB079;
}
.BgClassName
{
background-color: #2DB079;
}
</style>
border-color css
<style>
span { border-color: #2DB079; }
span { border-color: rgb(45,176,121); }
td.TdClassName
{
border-color: #2DB079;
}
.TagClassName
{
border-color: #2DB079;
}
</style>