Shades of Jungle Green #2AA878
Tints of Jungle Green #2AA878
RGB
CMYK
RGB Variations
Color information
#2AA878 (or 0x2AA878) is known color: Jungle Green. HEX triplet: 2A, A8 and 78. RGB value is (42,168,120). Sum of RGB (Red+Green+Blue) = 42+168+120=330 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.73% from 330); Green value is 168 (66.02% from 255 or 50.91% from 330); Blue value is 120 (47.27% from 255 or 36.36% from 330); Max value from RGB is 168 - color contains mainly: green. Hex color #2AA878 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AA878 is #D55787. Grayscale: #7C7C7C. Windows color (decimal): -13981576 or 7907370. OLE color: 7907370.
HSL color Cylindrical-coordinate representation of color #2AA878: hue angle of 157.14º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2AA878 is Cyan = 0.75, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 42 | 168 | 120 | - |
| CMYK | 0.75 | 0 | 0.29 | 0.34 |
| HSL | 157.14º | 0.6% | 0.41% | - |
| HSV(B) | 157.14º | 0.75% | 0.66% | - |
| XYZ | 18.35 | 29.85 | 22.56 | - |
| YUV | 124.85 | 125.26 | 68.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 168 | 120 | 0.75 | 0 | 0.29 | 0.34 | 157.14 | 0.6 | 0.41 |
| Hex | 2A | A8 | 78 | 4B | 0 | 1D | 22 | 9D | 3C | 29 |
| Octal | 52 | 250 | 170 | 113 | 0 | 35 | 42 | 235 | 74 | 51 |
| Binary | 101010 | 10101000 | 1111000 | 1001011 | 0 | 11101 | 100010 | 10011101 | 111100 | 101001 |
Color Harmonies of #2AA878
Complementary color
Monochromatic Colors of #2AA878
Black with #2AA878
Text Example
Text Example
White with #2AA878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AA878; }
p { color: rgb(42,168,120); }
H1.HeaderClassName
{
color: #2AA878;
}
.AnyTagClassName
{
color: #2AA878;
}
</style>
background-color css
<style>
a { background-color: #2AA878; }
a { background-color: rgb(42,168,120); }
div.DivClassName
{
background-color: #2AA878;
}
.BgClassName
{
background-color: #2AA878;
}
</style>
border-color css
<style>
span { border-color: #2AA878; }
span { border-color: rgb(42,168,120); }
td.TdClassName
{
border-color: #2AA878;
}
.TagClassName
{
border-color: #2AA878;
}
</style>