Shades of Jungle Green #2AA874
Tints of Jungle Green #2AA874
RGB
CMYK
RGB Variations
Color information
#2AA874 (or 0x2AA874) is known color: Jungle Green. HEX triplet: 2A, A8 and 74. RGB value is (42,168,116). Sum of RGB (Red+Green+Blue) = 42+168+116=326 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.88% from 326); Green value is 168 (66.02% from 255 or 51.53% from 326); Blue value is 116 (45.70% from 255 or 35.58% from 326); Max value from RGB is 168 - color contains mainly: green. Hex color #2AA874 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AA874 is #D5578B. Grayscale: #7C7C7C. Windows color (decimal): -13981580 or 7645226. OLE color: 7645226.
HSL color Cylindrical-coordinate representation of color #2AA874: hue angle of 155.24º 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 #2AA874 is Cyan = 0.75, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 42 | 168 | 116 | - |
| CMYK | 0.75 | 0 | 0.31 | 0.34 |
| HSL | 155.24º | 0.6% | 0.41% | - |
| HSV(B) | 155.24º | 0.75% | 0.66% | - |
| XYZ | 18.11 | 29.76 | 21.31 | - |
| YUV | 124.4 | 123.26 | 69.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 168 | 116 | 0.75 | 0 | 0.31 | 0.34 | 155.24 | 0.6 | 0.41 |
| Hex | 2A | A8 | 74 | 4B | 0 | 1F | 22 | 9B | 3C | 29 |
| Octal | 52 | 250 | 164 | 113 | 0 | 37 | 42 | 233 | 74 | 51 |
| Binary | 101010 | 10101000 | 1110100 | 1001011 | 0 | 11111 | 100010 | 10011011 | 111100 | 101001 |
Color Harmonies of #2AA874
Complementary color
Monochromatic Colors of #2AA874
Black with #2AA874
Text Example
Text Example
White with #2AA874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AA874; }
p { color: rgb(42,168,116); }
H1.HeaderClassName
{
color: #2AA874;
}
.AnyTagClassName
{
color: #2AA874;
}
</style>
background-color css
<style>
a { background-color: #2AA874; }
a { background-color: rgb(42,168,116); }
div.DivClassName
{
background-color: #2AA874;
}
.BgClassName
{
background-color: #2AA874;
}
</style>
border-color css
<style>
span { border-color: #2AA874; }
span { border-color: rgb(42,168,116); }
td.TdClassName
{
border-color: #2AA874;
}
.TagClassName
{
border-color: #2AA874;
}
</style>