Shades of Jungle Green #2AAC7B
Tints of Jungle Green #2AAC7B
RGB
CMYK
RGB Variations
Color information
#2AAC7B (or 0x2AAC7B) is known color: Jungle Green. HEX triplet: 2A, AC and 7B. RGB value is (42,172,123). Sum of RGB (Red+Green+Blue) = 42+172+123=337 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.46% from 337); Green value is 172 (67.58% from 255 or 51.04% from 337); Blue value is 123 (48.44% from 255 or 36.50% from 337); Max value from RGB is 172 - color contains mainly: green. Hex color #2AAC7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AAC7B is #D55384. Grayscale: #7F7F7F. Windows color (decimal): -13980549 or 8105002. OLE color: 8105002.
HSL color Cylindrical-coordinate representation of color #2AAC7B: hue angle of 157.38º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2AAC7B is Cyan = 0.76, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 42 | 172 | 123 | - |
| CMYK | 0.76 | 0 | 0.28 | 0.33 |
| HSL | 157.38º | 0.61% | 0.42% | - |
| HSV(B) | 157.38º | 0.76% | 0.67% | - |
| XYZ | 19.28 | 31.43 | 23.79 | - |
| YUV | 127.54 | 125.43 | 66.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 172 | 123 | 0.76 | 0 | 0.28 | 0.33 | 157.38 | 0.61 | 0.42 |
| Hex | 2A | AC | 7B | 4C | 0 | 1C | 21 | 9D | 3D | 2A |
| Octal | 52 | 254 | 173 | 114 | 0 | 34 | 41 | 235 | 75 | 52 |
| Binary | 101010 | 10101100 | 1111011 | 1001100 | 0 | 11100 | 100001 | 10011101 | 111101 | 101010 |
Color Harmonies of #2AAC7B
Complementary color
Monochromatic Colors of #2AAC7B
Black with #2AAC7B
Text Example
Text Example
White with #2AAC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AAC7B; }
p { color: rgb(42,172,123); }
H1.HeaderClassName
{
color: #2AAC7B;
}
.AnyTagClassName
{
color: #2AAC7B;
}
</style>
background-color css
<style>
a { background-color: #2AAC7B; }
a { background-color: rgb(42,172,123); }
div.DivClassName
{
background-color: #2AAC7B;
}
.BgClassName
{
background-color: #2AAC7B;
}
</style>
border-color css
<style>
span { border-color: #2AAC7B; }
span { border-color: rgb(42,172,123); }
td.TdClassName
{
border-color: #2AAC7B;
}
.TagClassName
{
border-color: #2AAC7B;
}
</style>