Shades of Jungle Green #2A9E7D
Tints of Jungle Green #2A9E7D
RGB
CMYK
RGB Variations
Color information
#2A9E7D (or 0x2A9E7D) is known color: Jungle Green. HEX triplet: 2A, 9E and 7D. RGB value is (42,158,125). Sum of RGB (Red+Green+Blue) = 42+158+125=325 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.92% from 325); Green value is 158 (62.11% from 255 or 48.62% from 325); Blue value is 125 (49.22% from 255 or 38.46% from 325); Max value from RGB is 158 - color contains mainly: green. Hex color #2A9E7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A9E7D is #D56182. Grayscale: #777777. Windows color (decimal): -13984131 or 8232490. OLE color: 8232490.
HSL color Cylindrical-coordinate representation of color #2A9E7D: hue angle of 162.93º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2A9E7D is Cyan = 0.73, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 42 | 158 | 125 | - |
| CMYK | 0.73 | 0 | 0.21 | 0.38 |
| HSL | 162.93º | 0.58% | 0.39% | - |
| HSV(B) | 162.93º | 0.73% | 0.62% | - |
| XYZ | 16.88 | 26.43 | 23.61 | - |
| YUV | 119.55 | 131.07 | 72.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 158 | 125 | 0.73 | 0 | 0.21 | 0.38 | 162.93 | 0.58 | 0.39 |
| Hex | 2A | 9E | 7D | 49 | 0 | 15 | 26 | A3 | 3A | 27 |
| Octal | 52 | 236 | 175 | 111 | 0 | 25 | 46 | 243 | 72 | 47 |
| Binary | 101010 | 10011110 | 1111101 | 1001001 | 0 | 10101 | 100110 | 10100011 | 111010 | 100111 |
Color Harmonies of #2A9E7D
Complementary color
Monochromatic Colors of #2A9E7D
Black with #2A9E7D
Text Example
Text Example
White with #2A9E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A9E7D; }
p { color: rgb(42,158,125); }
H1.HeaderClassName
{
color: #2A9E7D;
}
.AnyTagClassName
{
color: #2A9E7D;
}
</style>
background-color css
<style>
a { background-color: #2A9E7D; }
a { background-color: rgb(42,158,125); }
div.DivClassName
{
background-color: #2A9E7D;
}
.BgClassName
{
background-color: #2A9E7D;
}
</style>
border-color css
<style>
span { border-color: #2A9E7D; }
span { border-color: rgb(42,158,125); }
td.TdClassName
{
border-color: #2A9E7D;
}
.TagClassName
{
border-color: #2A9E7D;
}
</style>