Shades of Mountain Meadow #2BC085
Tints of Mountain Meadow #2BC085
RGB
CMYK
RGB Variations
Color information
#2BC085 (or 0x2BC085) is known color: Mountain Meadow. HEX triplet: 2B, C0 and 85. RGB value is (43,192,133). Sum of RGB (Red+Green+Blue) = 43+192+133=368 (48% of max value = 765). Red value is 43 (17.19% from 255 or 11.68% from 368); Green value is 192 (75.39% from 255 or 52.17% from 368); Blue value is 133 (52.34% from 255 or 36.14% from 368); Max value from RGB is 192 - color contains mainly: green. Hex color #2BC085 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BC085 is #D43F7A. Grayscale: #8C8C8C. Windows color (decimal): -13909883 or 8765483. OLE color: 8765483.
HSL color Cylindrical-coordinate representation of color #2BC085: hue angle of 156.24º 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 #2BC085 is Cyan = 0.78, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 43 | 192 | 133 | - |
| CMYK | 0.78 | 0 | 0.31 | 0.25 |
| HSL | 156.24º | 0.63% | 0.46% | - |
| HSV(B) | 156.24º | 0.78% | 0.75% | - |
| XYZ | 24.08 | 39.91 | 28.62 | - |
| YUV | 140.72 | 123.64 | 58.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 192 | 133 | 0.78 | 0 | 0.31 | 0.25 | 156.24 | 0.63 | 0.46 |
| Hex | 2B | C0 | 85 | 4E | 0 | 1F | 19 | 9C | 3F | 2E |
| Octal | 53 | 300 | 205 | 116 | 0 | 37 | 31 | 234 | 77 | 56 |
| Binary | 101011 | 11000000 | 10000101 | 1001110 | 0 | 11111 | 11001 | 10011100 | 111111 | 101110 |
Color Harmonies of #2BC085
Complementary color
Monochromatic Colors of #2BC085
Black with #2BC085
Text Example
Text Example
White with #2BC085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BC085; }
p { color: rgb(43,192,133); }
H1.HeaderClassName
{
color: #2BC085;
}
.AnyTagClassName
{
color: #2BC085;
}
</style>
background-color css
<style>
a { background-color: #2BC085; }
a { background-color: rgb(43,192,133); }
div.DivClassName
{
background-color: #2BC085;
}
.BgClassName
{
background-color: #2BC085;
}
</style>
border-color css
<style>
span { border-color: #2BC085; }
span { border-color: rgb(43,192,133); }
td.TdClassName
{
border-color: #2BC085;
}
.TagClassName
{
border-color: #2BC085;
}
</style>