Shades of Mountain Meadow #2BBE7F
Tints of Mountain Meadow #2BBE7F
RGB
CMYK
RGB Variations
Color information
#2BBE7F (or 0x2BBE7F) is known color: Mountain Meadow. HEX triplet: 2B, BE and 7F. RGB value is (43,190,127). Sum of RGB (Red+Green+Blue) = 43+190+127=360 (47% of max value = 765). Red value is 43 (17.19% from 255 or 11.94% from 360); Green value is 190 (74.61% from 255 or 52.78% from 360); Blue value is 127 (50% from 255 or 35.28% from 360); Max value from RGB is 190 - color contains mainly: green. Hex color #2BBE7F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BBE7F is #D44180. Grayscale: #8A8A8A. Windows color (decimal): -13910401 or 8371755. OLE color: 8371755.
HSL color Cylindrical-coordinate representation of color #2BBE7F: hue angle of 154.29º 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 #2BBE7F is Cyan = 0.77, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 43 | 190 | 127 | - |
| CMYK | 0.77 | 0 | 0.33 | 0.25 |
| HSL | 154.29º | 0.63% | 0.46% | - |
| HSV(B) | 154.29º | 0.77% | 0.75% | - |
| XYZ | 23.24 | 38.87 | 26.36 | - |
| YUV | 138.87 | 121.3 | 59.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 190 | 127 | 0.77 | 0 | 0.33 | 0.25 | 154.29 | 0.63 | 0.46 |
| Hex | 2B | BE | 7F | 4D | 0 | 21 | 19 | 9A | 3F | 2E |
| Octal | 53 | 276 | 177 | 115 | 0 | 41 | 31 | 232 | 77 | 56 |
| Binary | 101011 | 10111110 | 1111111 | 1001101 | 0 | 100001 | 11001 | 10011010 | 111111 | 101110 |
Color Harmonies of #2BBE7F
Complementary color
Monochromatic Colors of #2BBE7F
Black with #2BBE7F
Text Example
Text Example
White with #2BBE7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBE7F; }
p { color: rgb(43,190,127); }
H1.HeaderClassName
{
color: #2BBE7F;
}
.AnyTagClassName
{
color: #2BBE7F;
}
</style>
background-color css
<style>
a { background-color: #2BBE7F; }
a { background-color: rgb(43,190,127); }
div.DivClassName
{
background-color: #2BBE7F;
}
.BgClassName
{
background-color: #2BBE7F;
}
</style>
border-color css
<style>
span { border-color: #2BBE7F; }
span { border-color: rgb(43,190,127); }
td.TdClassName
{
border-color: #2BBE7F;
}
.TagClassName
{
border-color: #2BBE7F;
}
</style>