Shades of Mountain Meadow #2ABC7F
Tints of Mountain Meadow #2ABC7F
RGB
CMYK
RGB Variations
Color information
#2ABC7F (or 0x2ABC7F) is known color: Mountain Meadow. HEX triplet: 2A, BC and 7F. RGB value is (42,188,127). Sum of RGB (Red+Green+Blue) = 42+188+127=357 (47% of max value = 765). Red value is 42 (16.80% from 255 or 11.76% from 357); Green value is 188 (73.83% from 255 or 52.66% from 357); Blue value is 127 (50% from 255 or 35.57% from 357); Max value from RGB is 188 - color contains mainly: green. Hex color #2ABC7F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ABC7F is #D54380. Grayscale: #898989. Windows color (decimal): -13976449 or 8371242. OLE color: 8371242.
HSL color Cylindrical-coordinate representation of color #2ABC7F: hue angle of 154.93º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ABC7F is Cyan = 0.78, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 42 | 188 | 127 | - |
| CMYK | 0.78 | 0 | 0.32 | 0.26 |
| HSL | 154.93º | 0.63% | 0.45% | - |
| HSV(B) | 154.93º | 0.78% | 0.74% | - |
| XYZ | 22.77 | 37.99 | 26.21 | - |
| YUV | 137.39 | 122.13 | 59.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 188 | 127 | 0.78 | 0 | 0.32 | 0.26 | 154.93 | 0.63 | 0.45 |
| Hex | 2A | BC | 7F | 4E | 0 | 20 | 1A | 9B | 3F | 2D |
| Octal | 52 | 274 | 177 | 116 | 0 | 40 | 32 | 233 | 77 | 55 |
| Binary | 101010 | 10111100 | 1111111 | 1001110 | 0 | 100000 | 11010 | 10011011 | 111111 | 101101 |
Color Harmonies of #2ABC7F
Complementary color
Monochromatic Colors of #2ABC7F
Black with #2ABC7F
Text Example
Text Example
White with #2ABC7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABC7F; }
p { color: rgb(42,188,127); }
H1.HeaderClassName
{
color: #2ABC7F;
}
.AnyTagClassName
{
color: #2ABC7F;
}
</style>
background-color css
<style>
a { background-color: #2ABC7F; }
a { background-color: rgb(42,188,127); }
div.DivClassName
{
background-color: #2ABC7F;
}
.BgClassName
{
background-color: #2ABC7F;
}
</style>
border-color css
<style>
span { border-color: #2ABC7F; }
span { border-color: rgb(42,188,127); }
td.TdClassName
{
border-color: #2ABC7F;
}
.TagClassName
{
border-color: #2ABC7F;
}
</style>