Shades of Mountain Meadow #2BC180
Tints of Mountain Meadow #2BC180
RGB
CMYK
RGB Variations
Color information
#2BC180 (or 0x2BC180) is known color: Mountain Meadow. HEX triplet: 2B, C1 and 80. RGB value is (43,193,128). Sum of RGB (Red+Green+Blue) = 43+193+128=364 (48% of max value = 765). Red value is 43 (17.19% from 255 or 11.81% from 364); Green value is 193 (75.78% from 255 or 53.02% from 364); Blue value is 128 (50.39% from 255 or 35.16% from 364); Max value from RGB is 193 - color contains mainly: green. Hex color #2BC180 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BC180 is #D43E7F. Grayscale: #8C8C8C. Windows color (decimal): -13909632 or 8438059. OLE color: 8438059.
HSL color Cylindrical-coordinate representation of color #2BC180: hue angle of 154º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2BC180 is Cyan = 0.78, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 43 | 193 | 128 | - |
| CMYK | 0.78 | 0 | 0.34 | 0.24 |
| HSL | 154º | 0.64% | 0.46% | - |
| HSV(B) | 154º | 0.78% | 0.76% | - |
| XYZ | 23.96 | 40.21 | 26.92 | - |
| YUV | 140.74 | 120.81 | 58.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 193 | 128 | 0.78 | 0 | 0.34 | 0.24 | 154 | 0.64 | 0.46 |
| Hex | 2B | C1 | 80 | 4E | 0 | 22 | 18 | 9A | 40 | 2E |
| Octal | 53 | 301 | 200 | 116 | 0 | 42 | 30 | 232 | 100 | 56 |
| Binary | 101011 | 11000001 | 10000000 | 1001110 | 0 | 100010 | 11000 | 10011010 | 1000000 | 101110 |
Color Harmonies of #2BC180
Complementary color
Monochromatic Colors of #2BC180
Black with #2BC180
Text Example
Text Example
White with #2BC180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BC180; }
p { color: rgb(43,193,128); }
H1.HeaderClassName
{
color: #2BC180;
}
.AnyTagClassName
{
color: #2BC180;
}
</style>
background-color css
<style>
a { background-color: #2BC180; }
a { background-color: rgb(43,193,128); }
div.DivClassName
{
background-color: #2BC180;
}
.BgClassName
{
background-color: #2BC180;
}
</style>
border-color css
<style>
span { border-color: #2BC180; }
span { border-color: rgb(43,193,128); }
td.TdClassName
{
border-color: #2BC180;
}
.TagClassName
{
border-color: #2BC180;
}
</style>