Shades of Jungle Green #2DAA7A
Tints of Jungle Green #2DAA7A
RGB
CMYK
RGB Variations
Color information
#2DAA7A (or 0x2DAA7A) is known color: Jungle Green. HEX triplet: 2D, AA and 7A. RGB value is (45,170,122). Sum of RGB (Red+Green+Blue) = 45+170+122=337 (44% of max value = 765). Red value is 45 (17.97% from 255 or 13.35% from 337); Green value is 170 (66.80% from 255 or 50.45% from 337); Blue value is 122 (48.05% from 255 or 36.20% from 337); Max value from RGB is 170 - color contains mainly: green. Hex color #2DAA7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DAA7A is #D25585. Grayscale: #7F7F7F. Windows color (decimal): -13784454 or 8038957. OLE color: 8038957.
HSL color Cylindrical-coordinate representation of color #2DAA7A: hue angle of 156.96º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2DAA7A is Cyan = 0.74, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 45 | 170 | 122 | - |
| CMYK | 0.74 | 0 | 0.28 | 0.33 |
| HSL | 156.96º | 0.58% | 0.42% | - |
| HSV(B) | 156.96º | 0.74% | 0.67% | - |
| XYZ | 18.97 | 30.71 | 23.34 | - |
| YUV | 127.15 | 125.09 | 69.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 170 | 122 | 0.74 | 0 | 0.28 | 0.33 | 156.96 | 0.58 | 0.42 |
| Hex | 2D | AA | 7A | 4A | 0 | 1C | 21 | 9D | 3A | 2A |
| Octal | 55 | 252 | 172 | 112 | 0 | 34 | 41 | 235 | 72 | 52 |
| Binary | 101101 | 10101010 | 1111010 | 1001010 | 0 | 11100 | 100001 | 10011101 | 111010 | 101010 |
Color Harmonies of #2DAA7A
Complementary color
Monochromatic Colors of #2DAA7A
Black with #2DAA7A
Text Example
Text Example
White with #2DAA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DAA7A; }
p { color: rgb(45,170,122); }
H1.HeaderClassName
{
color: #2DAA7A;
}
.AnyTagClassName
{
color: #2DAA7A;
}
</style>
background-color css
<style>
a { background-color: #2DAA7A; }
a { background-color: rgb(45,170,122); }
div.DivClassName
{
background-color: #2DAA7A;
}
.BgClassName
{
background-color: #2DAA7A;
}
</style>
border-color css
<style>
span { border-color: #2DAA7A; }
span { border-color: rgb(45,170,122); }
td.TdClassName
{
border-color: #2DAA7A;
}
.TagClassName
{
border-color: #2DAA7A;
}
</style>