Shades of Jungle Green #2DAE7D
Tints of Jungle Green #2DAE7D
RGB
CMYK
RGB Variations
Color information
#2DAE7D (or 0x2DAE7D) is known color: Jungle Green. HEX triplet: 2D, AE and 7D. RGB value is (45,174,125). Sum of RGB (Red+Green+Blue) = 45+174+125=344 (45% of max value = 765). Red value is 45 (17.97% from 255 or 13.08% from 344); Green value is 174 (68.36% from 255 or 50.58% from 344); Blue value is 125 (49.22% from 255 or 36.34% from 344); Max value from RGB is 174 - color contains mainly: green. Hex color #2DAE7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DAE7D is #D25182. Grayscale: #818181. Windows color (decimal): -13783427 or 8236589. OLE color: 8236589.
HSL color Cylindrical-coordinate representation of color #2DAE7D: hue angle of 157.21º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2DAE7D is Cyan = 0.74, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 45 | 174 | 125 | - |
| CMYK | 0.74 | 0 | 0.28 | 0.32 |
| HSL | 157.21º | 0.59% | 0.43% | - |
| HSV(B) | 157.21º | 0.74% | 0.68% | - |
| XYZ | 19.92 | 32.31 | 24.59 | - |
| YUV | 129.84 | 125.26 | 67.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 174 | 125 | 0.74 | 0 | 0.28 | 0.32 | 157.21 | 0.59 | 0.43 |
| Hex | 2D | AE | 7D | 4A | 0 | 1C | 20 | 9D | 3B | 2B |
| Octal | 55 | 256 | 175 | 112 | 0 | 34 | 40 | 235 | 73 | 53 |
| Binary | 101101 | 10101110 | 1111101 | 1001010 | 0 | 11100 | 100000 | 10011101 | 111011 | 101011 |
Color Harmonies of #2DAE7D
Complementary color
Monochromatic Colors of #2DAE7D
Black with #2DAE7D
Text Example
Text Example
White with #2DAE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DAE7D; }
p { color: rgb(45,174,125); }
H1.HeaderClassName
{
color: #2DAE7D;
}
.AnyTagClassName
{
color: #2DAE7D;
}
</style>
background-color css
<style>
a { background-color: #2DAE7D; }
a { background-color: rgb(45,174,125); }
div.DivClassName
{
background-color: #2DAE7D;
}
.BgClassName
{
background-color: #2DAE7D;
}
</style>
border-color css
<style>
span { border-color: #2DAE7D; }
span { border-color: rgb(45,174,125); }
td.TdClassName
{
border-color: #2DAE7D;
}
.TagClassName
{
border-color: #2DAE7D;
}
</style>