Shades of Mountain Meadow #2BC380
Tints of Mountain Meadow #2BC380
RGB
CMYK
RGB Variations
Color information
#2BC380 (or 0x2BC380) is known color: Mountain Meadow. HEX triplet: 2B, C3 and 80. RGB value is (43,195,128). Sum of RGB (Red+Green+Blue) = 43+195+128=366 (48% of max value = 765). Red value is 43 (17.19% from 255 or 11.75% from 366); Green value is 195 (76.56% from 255 or 53.28% from 366); Blue value is 128 (50.39% from 255 or 34.97% from 366); Max value from RGB is 195 - color contains mainly: green. Hex color #2BC380 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BC380 is #D43C7F. Grayscale: #8E8E8E. Windows color (decimal): -13909120 or 8438571. OLE color: 8438571.
HSL color Cylindrical-coordinate representation of color #2BC380: hue angle of 153.55º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2BC380 is Cyan = 0.78, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 43 | 195 | 128 | - |
| CMYK | 0.78 | 0 | 0.34 | 0.24 |
| HSL | 153.55º | 0.64% | 0.47% | - |
| HSV(B) | 153.55º | 0.78% | 0.76% | - |
| XYZ | 24.41 | 41.1 | 27.07 | - |
| YUV | 141.91 | 120.14 | 57.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 195 | 128 | 0.78 | 0 | 0.34 | 0.24 | 153.55 | 0.64 | 0.47 |
| Hex | 2B | C3 | 80 | 4E | 0 | 22 | 18 | 9A | 40 | 2F |
| Octal | 53 | 303 | 200 | 116 | 0 | 42 | 30 | 232 | 100 | 57 |
| Binary | 101011 | 11000011 | 10000000 | 1001110 | 0 | 100010 | 11000 | 10011010 | 1000000 | 101111 |
Color Harmonies of #2BC380
Complementary color
Monochromatic Colors of #2BC380
Black with #2BC380
Text Example
Text Example
White with #2BC380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BC380; }
p { color: rgb(43,195,128); }
H1.HeaderClassName
{
color: #2BC380;
}
.AnyTagClassName
{
color: #2BC380;
}
</style>
background-color css
<style>
a { background-color: #2BC380; }
a { background-color: rgb(43,195,128); }
div.DivClassName
{
background-color: #2BC380;
}
.BgClassName
{
background-color: #2BC380;
}
</style>
border-color css
<style>
span { border-color: #2BC380; }
span { border-color: rgb(43,195,128); }
td.TdClassName
{
border-color: #2BC380;
}
.TagClassName
{
border-color: #2BC380;
}
</style>