Shades of Jungle Green #2AB78C
Tints of Jungle Green #2AB78C
RGB
CMYK
RGB Variations
Color information
#2AB78C (or 0x2AB78C) is known color: Jungle Green. HEX triplet: 2A, B7 and 8C. RGB value is (42,183,140). Sum of RGB (Red+Green+Blue) = 42+183+140=365 (48% of max value = 765). Red value is 42 (16.80% from 255 or 11.51% from 365); Green value is 183 (71.88% from 255 or 50.14% from 365); Blue value is 140 (55.08% from 255 or 38.36% from 365); Max value from RGB is 183 - color contains mainly: green. Hex color #2AB78C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2AB78C is #D54873. Grayscale: #878787. Windows color (decimal): -13977716 or 9221930. OLE color: 9221930.
HSL color Cylindrical-coordinate representation of color #2AB78C: hue angle of 161.7º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2AB78C is Cyan = 0.77, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 42 | 183 | 140 | - |
| CMYK | 0.77 | 0 | 0.23 | 0.28 |
| HSL | 161.7º | 0.63% | 0.44% | - |
| HSV(B) | 161.7º | 0.77% | 0.72% | - |
| XYZ | 22.62 | 36.25 | 30.62 | - |
| YUV | 135.94 | 130.29 | 61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 183 | 140 | 0.77 | 0 | 0.23 | 0.28 | 161.7 | 0.63 | 0.44 |
| Hex | 2A | B7 | 8C | 4D | 0 | 17 | 1C | A2 | 3F | 2C |
| Octal | 52 | 267 | 214 | 115 | 0 | 27 | 34 | 242 | 77 | 54 |
| Binary | 101010 | 10110111 | 10001100 | 1001101 | 0 | 10111 | 11100 | 10100010 | 111111 | 101100 |
Color Harmonies of #2AB78C
Complementary color
Monochromatic Colors of #2AB78C
Black with #2AB78C
Text Example
Text Example
White with #2AB78C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB78C; }
p { color: rgb(42,183,140); }
H1.HeaderClassName
{
color: #2AB78C;
}
.AnyTagClassName
{
color: #2AB78C;
}
</style>
background-color css
<style>
a { background-color: #2AB78C; }
a { background-color: rgb(42,183,140); }
div.DivClassName
{
background-color: #2AB78C;
}
.BgClassName
{
background-color: #2AB78C;
}
</style>
border-color css
<style>
span { border-color: #2AB78C; }
span { border-color: rgb(42,183,140); }
td.TdClassName
{
border-color: #2AB78C;
}
.TagClassName
{
border-color: #2AB78C;
}
</style>