Shades of Jungle Green #2DA87A
Tints of Jungle Green #2DA87A
RGB
CMYK
RGB Variations
Color information
#2DA87A (or 0x2DA87A) is known color: Jungle Green. HEX triplet: 2D, A8 and 7A. RGB value is (45,168,122). Sum of RGB (Red+Green+Blue) = 45+168+122=335 (44% of max value = 765). Red value is 45 (17.97% from 255 or 13.43% from 335); Green value is 168 (66.02% from 255 or 50.15% from 335); Blue value is 122 (48.05% from 255 or 36.42% from 335); Max value from RGB is 168 - color contains mainly: green. Hex color #2DA87A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DA87A is #D25785. Grayscale: #7E7E7E. Windows color (decimal): -13784966 or 8038445. OLE color: 8038445.
HSL color Cylindrical-coordinate representation of color #2DA87A: hue angle of 157.56º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2DA87A is Cyan = 0.73, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 45 | 168 | 122 | - |
| CMYK | 0.73 | 0 | 0.27 | 0.34 |
| HSL | 157.56º | 0.58% | 0.42% | - |
| HSV(B) | 157.56º | 0.73% | 0.66% | - |
| XYZ | 18.6 | 29.97 | 23.22 | - |
| YUV | 125.98 | 125.75 | 70.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 168 | 122 | 0.73 | 0 | 0.27 | 0.34 | 157.56 | 0.58 | 0.42 |
| Hex | 2D | A8 | 7A | 49 | 0 | 1B | 22 | 9E | 3A | 2A |
| Octal | 55 | 250 | 172 | 111 | 0 | 33 | 42 | 236 | 72 | 52 |
| Binary | 101101 | 10101000 | 1111010 | 1001001 | 0 | 11011 | 100010 | 10011110 | 111010 | 101010 |
Color Harmonies of #2DA87A
Complementary color
Monochromatic Colors of #2DA87A
Black with #2DA87A
Text Example
Text Example
White with #2DA87A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DA87A; }
p { color: rgb(45,168,122); }
H1.HeaderClassName
{
color: #2DA87A;
}
.AnyTagClassName
{
color: #2DA87A;
}
</style>
background-color css
<style>
a { background-color: #2DA87A; }
a { background-color: rgb(45,168,122); }
div.DivClassName
{
background-color: #2DA87A;
}
.BgClassName
{
background-color: #2DA87A;
}
</style>
border-color css
<style>
span { border-color: #2DA87A; }
span { border-color: rgb(45,168,122); }
td.TdClassName
{
border-color: #2DA87A;
}
.TagClassName
{
border-color: #2DA87A;
}
</style>