Shades of Jungle Green #2DAE7E
Tints of Jungle Green #2DAE7E
RGB
CMYK
RGB Variations
Color information
#2DAE7E (or 0x2DAE7E) is known color: Jungle Green. HEX triplet: 2D, AE and 7E. RGB value is (45,174,126). Sum of RGB (Red+Green+Blue) = 45+174+126=345 (45% of max value = 765). Red value is 45 (17.97% from 255 or 13.04% from 345); Green value is 174 (68.36% from 255 or 50.43% from 345); Blue value is 126 (49.61% from 255 or 36.52% from 345); Max value from RGB is 174 - color contains mainly: green. Hex color #2DAE7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DAE7E is #D25181. Grayscale: #828282. Windows color (decimal): -13783426 or 8302125. OLE color: 8302125.
HSL color Cylindrical-coordinate representation of color #2DAE7E: hue angle of 157.67º 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 #2DAE7E is Cyan = 0.74, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 45 | 174 | 126 | - |
| CMYK | 0.74 | 0 | 0.28 | 0.32 |
| HSL | 157.67º | 0.59% | 0.43% | - |
| HSV(B) | 157.67º | 0.74% | 0.68% | - |
| XYZ | 19.98 | 32.34 | 24.93 | - |
| YUV | 129.96 | 125.76 | 67.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 174 | 126 | 0.74 | 0 | 0.28 | 0.32 | 157.67 | 0.59 | 0.43 |
| Hex | 2D | AE | 7E | 4A | 0 | 1C | 20 | 9E | 3B | 2B |
| Octal | 55 | 256 | 176 | 112 | 0 | 34 | 40 | 236 | 73 | 53 |
| Binary | 101101 | 10101110 | 1111110 | 1001010 | 0 | 11100 | 100000 | 10011110 | 111011 | 101011 |
Color Harmonies of #2DAE7E
Complementary color
Monochromatic Colors of #2DAE7E
Black with #2DAE7E
Text Example
Text Example
White with #2DAE7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DAE7E; }
p { color: rgb(45,174,126); }
H1.HeaderClassName
{
color: #2DAE7E;
}
.AnyTagClassName
{
color: #2DAE7E;
}
</style>
background-color css
<style>
a { background-color: #2DAE7E; }
a { background-color: rgb(45,174,126); }
div.DivClassName
{
background-color: #2DAE7E;
}
.BgClassName
{
background-color: #2DAE7E;
}
</style>
border-color css
<style>
span { border-color: #2DAE7E; }
span { border-color: rgb(45,174,126); }
td.TdClassName
{
border-color: #2DAE7E;
}
.TagClassName
{
border-color: #2DAE7E;
}
</style>