Shades of Mountain Meadow #2BC381
Tints of Mountain Meadow #2BC381
RGB
CMYK
RGB Variations
Color information
#2BC381 (or 0x2BC381) is known color: Mountain Meadow. HEX triplet: 2B, C3 and 81. RGB value is (43,195,129). Sum of RGB (Red+Green+Blue) = 43+195+129=367 (48% of max value = 765). Red value is 43 (17.19% from 255 or 11.72% from 367); Green value is 195 (76.56% from 255 or 53.13% from 367); Blue value is 129 (50.78% from 255 or 35.15% from 367); Max value from RGB is 195 - color contains mainly: green. Hex color #2BC381 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BC381 is #D43C7E. Grayscale: #8E8E8E. Windows color (decimal): -13909119 or 8504107. OLE color: 8504107.
HSL color Cylindrical-coordinate representation of color #2BC381: hue angle of 153.95º 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 #2BC381 is Cyan = 0.78, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 43 | 195 | 129 | - |
| CMYK | 0.78 | 0 | 0.34 | 0.24 |
| HSL | 153.95º | 0.64% | 0.47% | - |
| HSV(B) | 153.95º | 0.78% | 0.76% | - |
| XYZ | 24.47 | 41.13 | 27.42 | - |
| YUV | 142.03 | 120.64 | 57.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 195 | 129 | 0.78 | 0 | 0.34 | 0.24 | 153.95 | 0.64 | 0.47 |
| Hex | 2B | C3 | 81 | 4E | 0 | 22 | 18 | 9A | 40 | 2F |
| Octal | 53 | 303 | 201 | 116 | 0 | 42 | 30 | 232 | 100 | 57 |
| Binary | 101011 | 11000011 | 10000001 | 1001110 | 0 | 100010 | 11000 | 10011010 | 1000000 | 101111 |
Color Harmonies of #2BC381
Complementary color
Monochromatic Colors of #2BC381
Black with #2BC381
Text Example
Text Example
White with #2BC381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BC381; }
p { color: rgb(43,195,129); }
H1.HeaderClassName
{
color: #2BC381;
}
.AnyTagClassName
{
color: #2BC381;
}
</style>
background-color css
<style>
a { background-color: #2BC381; }
a { background-color: rgb(43,195,129); }
div.DivClassName
{
background-color: #2BC381;
}
.BgClassName
{
background-color: #2BC381;
}
</style>
border-color css
<style>
span { border-color: #2BC381; }
span { border-color: rgb(43,195,129); }
td.TdClassName
{
border-color: #2BC381;
}
.TagClassName
{
border-color: #2BC381;
}
</style>