Shades of Jungle Green #2AB278
Tints of Jungle Green #2AB278
RGB
CMYK
RGB Variations
Color information
#2AB278 (or 0x2AB278) is known color: Jungle Green. HEX triplet: 2A, B2 and 78. RGB value is (42,178,120). Sum of RGB (Red+Green+Blue) = 42+178+120=340 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.35% from 340); Green value is 178 (69.92% from 255 or 52.35% from 340); Blue value is 120 (47.27% from 255 or 35.29% from 340); Max value from RGB is 178 - color contains mainly: green. Hex color #2AB278 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AB278 is #D54D87. Grayscale: #828282. Windows color (decimal): -13979016 or 7909930. OLE color: 7909930.
HSL color Cylindrical-coordinate representation of color #2AB278: hue angle of 154.41º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2AB278 is Cyan = 0.76, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 42 | 178 | 120 | - |
| CMYK | 0.76 | 0 | 0.33 | 0.30 |
| HSL | 154.41º | 0.62% | 0.43% | - |
| HSV(B) | 154.41º | 0.76% | 0.7% | - |
| XYZ | 20.27 | 33.69 | 23.2 | - |
| YUV | 130.72 | 121.94 | 64.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 178 | 120 | 0.76 | 0 | 0.33 | 0.30 | 154.41 | 0.62 | 0.43 |
| Hex | 2A | B2 | 78 | 4C | 0 | 21 | 1E | 9A | 3E | 2B |
| Octal | 52 | 262 | 170 | 114 | 0 | 41 | 36 | 232 | 76 | 53 |
| Binary | 101010 | 10110010 | 1111000 | 1001100 | 0 | 100001 | 11110 | 10011010 | 111110 | 101011 |
Color Harmonies of #2AB278
Complementary color
Monochromatic Colors of #2AB278
Black with #2AB278
Text Example
Text Example
White with #2AB278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB278; }
p { color: rgb(42,178,120); }
H1.HeaderClassName
{
color: #2AB278;
}
.AnyTagClassName
{
color: #2AB278;
}
</style>
background-color css
<style>
a { background-color: #2AB278; }
a { background-color: rgb(42,178,120); }
div.DivClassName
{
background-color: #2AB278;
}
.BgClassName
{
background-color: #2AB278;
}
</style>
border-color css
<style>
span { border-color: #2AB278; }
span { border-color: rgb(42,178,120); }
td.TdClassName
{
border-color: #2AB278;
}
.TagClassName
{
border-color: #2AB278;
}
</style>