Shades of Jungle Green #2AB27A
Tints of Jungle Green #2AB27A
RGB
CMYK
RGB Variations
Color information
#2AB27A (or 0x2AB27A) is known color: Jungle Green. HEX triplet: 2A, B2 and 7A. RGB value is (42,178,122). Sum of RGB (Red+Green+Blue) = 42+178+122=342 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.28% from 342); Green value is 178 (69.92% from 255 or 52.05% from 342); Blue value is 122 (48.05% from 255 or 35.67% from 342); Max value from RGB is 178 - color contains mainly: green. Hex color #2AB27A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AB27A is #D54D85. Grayscale: #838383. Windows color (decimal): -13979014 or 8041002. OLE color: 8041002.
HSL color Cylindrical-coordinate representation of color #2AB27A: hue angle of 155.29º 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 #2AB27A is Cyan = 0.76, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 42 | 178 | 122 | - |
| CMYK | 0.76 | 0 | 0.31 | 0.30 |
| HSL | 155.29º | 0.62% | 0.43% | - |
| HSV(B) | 155.29º | 0.76% | 0.7% | - |
| XYZ | 20.39 | 33.74 | 23.85 | - |
| YUV | 130.95 | 122.94 | 64.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 178 | 122 | 0.76 | 0 | 0.31 | 0.30 | 155.29 | 0.62 | 0.43 |
| Hex | 2A | B2 | 7A | 4C | 0 | 1F | 1E | 9B | 3E | 2B |
| Octal | 52 | 262 | 172 | 114 | 0 | 37 | 36 | 233 | 76 | 53 |
| Binary | 101010 | 10110010 | 1111010 | 1001100 | 0 | 11111 | 11110 | 10011011 | 111110 | 101011 |
Color Harmonies of #2AB27A
Complementary color
Monochromatic Colors of #2AB27A
Black with #2AB27A
Text Example
Text Example
White with #2AB27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB27A; }
p { color: rgb(42,178,122); }
H1.HeaderClassName
{
color: #2AB27A;
}
.AnyTagClassName
{
color: #2AB27A;
}
</style>
background-color css
<style>
a { background-color: #2AB27A; }
a { background-color: rgb(42,178,122); }
div.DivClassName
{
background-color: #2AB27A;
}
.BgClassName
{
background-color: #2AB27A;
}
</style>
border-color css
<style>
span { border-color: #2AB27A; }
span { border-color: rgb(42,178,122); }
td.TdClassName
{
border-color: #2AB27A;
}
.TagClassName
{
border-color: #2AB27A;
}
</style>