Shades of Mountain Meadow #2BBE81
Tints of Mountain Meadow #2BBE81
RGB
CMYK
RGB Variations
Color information
#2BBE81 (or 0x2BBE81) is known color: Mountain Meadow. HEX triplet: 2B, BE and 81. RGB value is (43,190,129). Sum of RGB (Red+Green+Blue) = 43+190+129=362 (47% of max value = 765). Red value is 43 (17.19% from 255 or 11.88% from 362); Green value is 190 (74.61% from 255 or 52.49% from 362); Blue value is 129 (50.78% from 255 or 35.64% from 362); Max value from RGB is 190 - color contains mainly: green. Hex color #2BBE81 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BBE81 is #D4417E. Grayscale: #8B8B8B. Windows color (decimal): -13910399 or 8502827. OLE color: 8502827.
HSL color Cylindrical-coordinate representation of color #2BBE81: hue angle of 155.1º 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 #2BBE81 is Cyan = 0.77, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 43 | 190 | 129 | - |
| CMYK | 0.77 | 0 | 0.32 | 0.25 |
| HSL | 155.1º | 0.63% | 0.46% | - |
| HSV(B) | 155.1º | 0.77% | 0.75% | - |
| XYZ | 23.37 | 38.93 | 27.05 | - |
| YUV | 139.09 | 122.3 | 59.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 190 | 129 | 0.77 | 0 | 0.32 | 0.25 | 155.1 | 0.63 | 0.46 |
| Hex | 2B | BE | 81 | 4D | 0 | 20 | 19 | 9B | 3F | 2E |
| Octal | 53 | 276 | 201 | 115 | 0 | 40 | 31 | 233 | 77 | 56 |
| Binary | 101011 | 10111110 | 10000001 | 1001101 | 0 | 100000 | 11001 | 10011011 | 111111 | 101110 |
Color Harmonies of #2BBE81
Complementary color
Monochromatic Colors of #2BBE81
Black with #2BBE81
Text Example
Text Example
White with #2BBE81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBE81; }
p { color: rgb(43,190,129); }
H1.HeaderClassName
{
color: #2BBE81;
}
.AnyTagClassName
{
color: #2BBE81;
}
</style>
background-color css
<style>
a { background-color: #2BBE81; }
a { background-color: rgb(43,190,129); }
div.DivClassName
{
background-color: #2BBE81;
}
.BgClassName
{
background-color: #2BBE81;
}
</style>
border-color css
<style>
span { border-color: #2BBE81; }
span { border-color: rgb(43,190,129); }
td.TdClassName
{
border-color: #2BBE81;
}
.TagClassName
{
border-color: #2BBE81;
}
</style>