Shades of Mountain Meadow #2BBD7D
Tints of Mountain Meadow #2BBD7D
RGB
CMYK
RGB Variations
Color information
#2BBD7D (or 0x2BBD7D) is known color: Mountain Meadow. HEX triplet: 2B, BD and 7D. RGB value is (43,189,125). Sum of RGB (Red+Green+Blue) = 43+189+125=357 (47% of max value = 765). Red value is 43 (17.19% from 255 or 12.04% from 357); Green value is 189 (74.22% from 255 or 52.94% from 357); Blue value is 125 (49.22% from 255 or 35.01% from 357); Max value from RGB is 189 - color contains mainly: green. Hex color #2BBD7D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BBD7D is #D44282. Grayscale: #8A8A8A. Windows color (decimal): -13910659 or 8240427. OLE color: 8240427.
HSL color Cylindrical-coordinate representation of color #2BBD7D: hue angle of 153.7º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2BBD7D is Cyan = 0.77, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 43 | 189 | 125 | - |
| CMYK | 0.77 | 0 | 0.34 | 0.26 |
| HSL | 153.7º | 0.63% | 0.45% | - |
| HSV(B) | 153.7º | 0.77% | 0.74% | - |
| XYZ | 22.9 | 38.39 | 25.61 | - |
| YUV | 138.05 | 120.63 | 60.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 189 | 125 | 0.77 | 0 | 0.34 | 0.26 | 153.7 | 0.63 | 0.45 |
| Hex | 2B | BD | 7D | 4D | 0 | 22 | 1A | 9A | 3F | 2D |
| Octal | 53 | 275 | 175 | 115 | 0 | 42 | 32 | 232 | 77 | 55 |
| Binary | 101011 | 10111101 | 1111101 | 1001101 | 0 | 100010 | 11010 | 10011010 | 111111 | 101101 |
Color Harmonies of #2BBD7D
Complementary color
Monochromatic Colors of #2BBD7D
Black with #2BBD7D
Text Example
Text Example
White with #2BBD7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBD7D; }
p { color: rgb(43,189,125); }
H1.HeaderClassName
{
color: #2BBD7D;
}
.AnyTagClassName
{
color: #2BBD7D;
}
</style>
background-color css
<style>
a { background-color: #2BBD7D; }
a { background-color: rgb(43,189,125); }
div.DivClassName
{
background-color: #2BBD7D;
}
.BgClassName
{
background-color: #2BBD7D;
}
</style>
border-color css
<style>
span { border-color: #2BBD7D; }
span { border-color: rgb(43,189,125); }
td.TdClassName
{
border-color: #2BBD7D;
}
.TagClassName
{
border-color: #2BBD7D;
}
</style>