Shades of Mountain Meadow #2BBF7E
Tints of Mountain Meadow #2BBF7E
RGB
CMYK
RGB Variations
Color information
#2BBF7E (or 0x2BBF7E) is known color: Mountain Meadow. HEX triplet: 2B, BF and 7E. RGB value is (43,191,126). Sum of RGB (Red+Green+Blue) = 43+191+126=360 (47% of max value = 765). Red value is 43 (17.19% from 255 or 11.94% from 360); Green value is 191 (75% from 255 or 53.06% from 360); Blue value is 126 (49.61% from 255 or 35% from 360); Max value from RGB is 191 - color contains mainly: green. Hex color #2BBF7E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BBF7E is #D44081. Grayscale: #8B8B8B. Windows color (decimal): -13910146 or 8306475. OLE color: 8306475.
HSL color Cylindrical-coordinate representation of color #2BBF7E: hue angle of 153.65º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2BBF7E is Cyan = 0.77, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 43 | 191 | 126 | - |
| CMYK | 0.77 | 0 | 0.34 | 0.25 |
| HSL | 153.65º | 0.63% | 0.46% | - |
| HSV(B) | 153.65º | 0.77% | 0.75% | - |
| XYZ | 23.39 | 39.28 | 26.09 | - |
| YUV | 139.34 | 120.47 | 59.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 191 | 126 | 0.77 | 0 | 0.34 | 0.25 | 153.65 | 0.63 | 0.46 |
| Hex | 2B | BF | 7E | 4D | 0 | 22 | 19 | 9A | 3F | 2E |
| Octal | 53 | 277 | 176 | 115 | 0 | 42 | 31 | 232 | 77 | 56 |
| Binary | 101011 | 10111111 | 1111110 | 1001101 | 0 | 100010 | 11001 | 10011010 | 111111 | 101110 |
Color Harmonies of #2BBF7E
Complementary color
Monochromatic Colors of #2BBF7E
Black with #2BBF7E
Text Example
Text Example
White with #2BBF7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBF7E; }
p { color: rgb(43,191,126); }
H1.HeaderClassName
{
color: #2BBF7E;
}
.AnyTagClassName
{
color: #2BBF7E;
}
</style>
background-color css
<style>
a { background-color: #2BBF7E; }
a { background-color: rgb(43,191,126); }
div.DivClassName
{
background-color: #2BBF7E;
}
.BgClassName
{
background-color: #2BBF7E;
}
</style>
border-color css
<style>
span { border-color: #2BBF7E; }
span { border-color: rgb(43,191,126); }
td.TdClassName
{
border-color: #2BBF7E;
}
.TagClassName
{
border-color: #2BBF7E;
}
</style>