Shades of Mountain Meadow #2ABD7D
Tints of Mountain Meadow #2ABD7D
RGB
CMYK
RGB Variations
Color information
#2ABD7D (or 0x2ABD7D) is known color: Mountain Meadow. HEX triplet: 2A, BD and 7D. RGB value is (42,189,125). Sum of RGB (Red+Green+Blue) = 42+189+125=356 (47% of max value = 765). Red value is 42 (16.80% from 255 or 11.80% from 356); Green value is 189 (74.22% from 255 or 53.09% from 356); Blue value is 125 (49.22% from 255 or 35.11% from 356); Max value from RGB is 189 - color contains mainly: green. Hex color #2ABD7D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ABD7D is #D54282. Grayscale: #898989. Windows color (decimal): -13976195 or 8240426. OLE color: 8240426.
HSL color Cylindrical-coordinate representation of color #2ABD7D: hue angle of 153.88º degrees, saturation: 0.64, 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 #2ABD7D is Cyan = 0.78, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 42 | 189 | 125 | - |
| CMYK | 0.78 | 0 | 0.34 | 0.26 |
| HSL | 153.88º | 0.64% | 0.45% | - |
| HSV(B) | 153.88º | 0.78% | 0.74% | - |
| XYZ | 22.85 | 38.37 | 25.6 | - |
| YUV | 137.75 | 120.8 | 59.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 189 | 125 | 0.78 | 0 | 0.34 | 0.26 | 153.88 | 0.64 | 0.45 |
| Hex | 2A | BD | 7D | 4E | 0 | 22 | 1A | 9A | 40 | 2D |
| Octal | 52 | 275 | 175 | 116 | 0 | 42 | 32 | 232 | 100 | 55 |
| Binary | 101010 | 10111101 | 1111101 | 1001110 | 0 | 100010 | 11010 | 10011010 | 1000000 | 101101 |
Color Harmonies of #2ABD7D
Complementary color
Monochromatic Colors of #2ABD7D
Black with #2ABD7D
Text Example
Text Example
White with #2ABD7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABD7D; }
p { color: rgb(42,189,125); }
H1.HeaderClassName
{
color: #2ABD7D;
}
.AnyTagClassName
{
color: #2ABD7D;
}
</style>
background-color css
<style>
a { background-color: #2ABD7D; }
a { background-color: rgb(42,189,125); }
div.DivClassName
{
background-color: #2ABD7D;
}
.BgClassName
{
background-color: #2ABD7D;
}
</style>
border-color css
<style>
span { border-color: #2ABD7D; }
span { border-color: rgb(42,189,125); }
td.TdClassName
{
border-color: #2ABD7D;
}
.TagClassName
{
border-color: #2ABD7D;
}
</style>