Shades of Mountain Meadow #2ABB7C
Tints of Mountain Meadow #2ABB7C
RGB
CMYK
RGB Variations
Color information
#2ABB7C (or 0x2ABB7C) is known color: Mountain Meadow. HEX triplet: 2A, BB and 7C. RGB value is (42,187,124). Sum of RGB (Red+Green+Blue) = 42+187+124=353 (46% of max value = 765). Red value is 42 (16.80% from 255 or 11.90% from 353); Green value is 187 (73.44% from 255 or 52.97% from 353); Blue value is 124 (48.83% from 255 or 35.13% from 353); Max value from RGB is 187 - color contains mainly: green. Hex color #2ABB7C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ABB7C is #D54483. Grayscale: #888888. Windows color (decimal): -13976708 or 8174378. OLE color: 8174378.
HSL color Cylindrical-coordinate representation of color #2ABB7C: hue angle of 153.93º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ABB7C is Cyan = 0.78, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 42 | 187 | 124 | - |
| CMYK | 0.78 | 0 | 0.34 | 0.27 |
| HSL | 153.93º | 0.63% | 0.45% | - |
| HSV(B) | 153.93º | 0.78% | 0.73% | - |
| XYZ | 22.36 | 37.49 | 25.13 | - |
| YUV | 136.46 | 120.96 | 60.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 187 | 124 | 0.78 | 0 | 0.34 | 0.27 | 153.93 | 0.63 | 0.45 |
| Hex | 2A | BB | 7C | 4E | 0 | 22 | 1B | 9A | 3F | 2D |
| Octal | 52 | 273 | 174 | 116 | 0 | 42 | 33 | 232 | 77 | 55 |
| Binary | 101010 | 10111011 | 1111100 | 1001110 | 0 | 100010 | 11011 | 10011010 | 111111 | 101101 |
Color Harmonies of #2ABB7C
Complementary color
Monochromatic Colors of #2ABB7C
Black with #2ABB7C
Text Example
Text Example
White with #2ABB7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABB7C; }
p { color: rgb(42,187,124); }
H1.HeaderClassName
{
color: #2ABB7C;
}
.AnyTagClassName
{
color: #2ABB7C;
}
</style>
background-color css
<style>
a { background-color: #2ABB7C; }
a { background-color: rgb(42,187,124); }
div.DivClassName
{
background-color: #2ABB7C;
}
.BgClassName
{
background-color: #2ABB7C;
}
</style>
border-color css
<style>
span { border-color: #2ABB7C; }
span { border-color: rgb(42,187,124); }
td.TdClassName
{
border-color: #2ABB7C;
}
.TagClassName
{
border-color: #2ABB7C;
}
</style>