Shades of Mountain Meadow #2BC084
Tints of Mountain Meadow #2BC084
RGB
CMYK
RGB Variations
Color information
#2BC084 (or 0x2BC084) is known color: Mountain Meadow. HEX triplet: 2B, C0 and 84. RGB value is (43,192,132). Sum of RGB (Red+Green+Blue) = 43+192+132=367 (48% of max value = 765). Red value is 43 (17.19% from 255 or 11.72% from 367); Green value is 192 (75.39% from 255 or 52.32% from 367); Blue value is 132 (51.95% from 255 or 35.97% from 367); Max value from RGB is 192 - color contains mainly: green. Hex color #2BC084 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BC084 is #D43F7B. Grayscale: #8C8C8C. Windows color (decimal): -13909884 or 8699947. OLE color: 8699947.
HSL color Cylindrical-coordinate representation of color #2BC084: hue angle of 155.84º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2BC084 is Cyan = 0.78, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 43 | 192 | 132 | - |
| CMYK | 0.78 | 0 | 0.31 | 0.25 |
| HSL | 155.84º | 0.63% | 0.46% | - |
| HSV(B) | 155.84º | 0.78% | 0.75% | - |
| XYZ | 24.01 | 39.88 | 28.26 | - |
| YUV | 140.61 | 123.14 | 58.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 192 | 132 | 0.78 | 0 | 0.31 | 0.25 | 155.84 | 0.63 | 0.46 |
| Hex | 2B | C0 | 84 | 4E | 0 | 1F | 19 | 9C | 3F | 2E |
| Octal | 53 | 300 | 204 | 116 | 0 | 37 | 31 | 234 | 77 | 56 |
| Binary | 101011 | 11000000 | 10000100 | 1001110 | 0 | 11111 | 11001 | 10011100 | 111111 | 101110 |
Color Harmonies of #2BC084
Complementary color
Monochromatic Colors of #2BC084
Black with #2BC084
Text Example
Text Example
White with #2BC084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BC084; }
p { color: rgb(43,192,132); }
H1.HeaderClassName
{
color: #2BC084;
}
.AnyTagClassName
{
color: #2BC084;
}
</style>
background-color css
<style>
a { background-color: #2BC084; }
a { background-color: rgb(43,192,132); }
div.DivClassName
{
background-color: #2BC084;
}
.BgClassName
{
background-color: #2BC084;
}
</style>
border-color css
<style>
span { border-color: #2BC084; }
span { border-color: rgb(43,192,132); }
td.TdClassName
{
border-color: #2BC084;
}
.TagClassName
{
border-color: #2BC084;
}
</style>