Shades of Jungle Green #2DA27C
Tints of Jungle Green #2DA27C
RGB
CMYK
RGB Variations
Color information
#2DA27C (or 0x2DA27C) is known color: Jungle Green. HEX triplet: 2D, A2 and 7C. RGB value is (45,162,124). Sum of RGB (Red+Green+Blue) = 45+162+124=331 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.60% from 331); Green value is 162 (63.67% from 255 or 48.94% from 331); Blue value is 124 (48.83% from 255 or 37.46% from 331); Max value from RGB is 162 - color contains mainly: green. Hex color #2DA27C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DA27C is #D25D83. Grayscale: #7A7A7A. Windows color (decimal): -13786500 or 8167981. OLE color: 8167981.
HSL color Cylindrical-coordinate representation of color #2DA27C: hue angle of 160.51º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2DA27C is Cyan = 0.72, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 45 | 162 | 124 | - |
| CMYK | 0.72 | 0 | 0.23 | 0.36 |
| HSL | 160.51º | 0.57% | 0.41% | - |
| HSV(B) | 160.51º | 0.72% | 0.64% | - |
| XYZ | 17.64 | 27.85 | 23.52 | - |
| YUV | 122.69 | 128.74 | 72.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 162 | 124 | 0.72 | 0 | 0.23 | 0.36 | 160.51 | 0.57 | 0.41 |
| Hex | 2D | A2 | 7C | 48 | 0 | 17 | 24 | A1 | 39 | 29 |
| Octal | 55 | 242 | 174 | 110 | 0 | 27 | 44 | 241 | 71 | 51 |
| Binary | 101101 | 10100010 | 1111100 | 1001000 | 0 | 10111 | 100100 | 10100001 | 111001 | 101001 |
Color Harmonies of #2DA27C
Complementary color
Monochromatic Colors of #2DA27C
Black with #2DA27C
Text Example
Text Example
White with #2DA27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DA27C; }
p { color: rgb(45,162,124); }
H1.HeaderClassName
{
color: #2DA27C;
}
.AnyTagClassName
{
color: #2DA27C;
}
</style>
background-color css
<style>
a { background-color: #2DA27C; }
a { background-color: rgb(45,162,124); }
div.DivClassName
{
background-color: #2DA27C;
}
.BgClassName
{
background-color: #2DA27C;
}
</style>
border-color css
<style>
span { border-color: #2DA27C; }
span { border-color: rgb(45,162,124); }
td.TdClassName
{
border-color: #2DA27C;
}
.TagClassName
{
border-color: #2DA27C;
}
</style>