Shades of Mountain Meadow #2DC280
Tints of Mountain Meadow #2DC280
RGB
CMYK
RGB Variations
Color information
#2DC280 (or 0x2DC280) is known color: Mountain Meadow. HEX triplet: 2D, C2 and 80. RGB value is (45,194,128). Sum of RGB (Red+Green+Blue) = 45+194+128=367 (48% of max value = 765). Red value is 45 (17.97% from 255 or 12.26% from 367); Green value is 194 (76.17% from 255 or 52.86% from 367); Blue value is 128 (50.39% from 255 or 34.88% from 367); Max value from RGB is 194 - color contains mainly: green. Hex color #2DC280 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DC280 is #D23D7F. Grayscale: #8E8E8E. Windows color (decimal): -13778304 or 8438317. OLE color: 8438317.
HSL color Cylindrical-coordinate representation of color #2DC280: hue angle of 153.42º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2DC280 is Cyan = 0.77, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 45 | 194 | 128 | - |
| CMYK | 0.77 | 0 | 0.34 | 0.24 |
| HSL | 153.42º | 0.62% | 0.47% | - |
| HSV(B) | 153.42º | 0.77% | 0.76% | - |
| XYZ | 24.27 | 40.7 | 27 | - |
| YUV | 141.93 | 120.14 | 58.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 194 | 128 | 0.77 | 0 | 0.34 | 0.24 | 153.42 | 0.62 | 0.47 |
| Hex | 2D | C2 | 80 | 4D | 0 | 22 | 18 | 99 | 3E | 2F |
| Octal | 55 | 302 | 200 | 115 | 0 | 42 | 30 | 231 | 76 | 57 |
| Binary | 101101 | 11000010 | 10000000 | 1001101 | 0 | 100010 | 11000 | 10011001 | 111110 | 101111 |
Color Harmonies of #2DC280
Complementary color
Monochromatic Colors of #2DC280
Black with #2DC280
Text Example
Text Example
White with #2DC280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DC280; }
p { color: rgb(45,194,128); }
H1.HeaderClassName
{
color: #2DC280;
}
.AnyTagClassName
{
color: #2DC280;
}
</style>
background-color css
<style>
a { background-color: #2DC280; }
a { background-color: rgb(45,194,128); }
div.DivClassName
{
background-color: #2DC280;
}
.BgClassName
{
background-color: #2DC280;
}
</style>
border-color css
<style>
span { border-color: #2DC280; }
span { border-color: rgb(45,194,128); }
td.TdClassName
{
border-color: #2DC280;
}
.TagClassName
{
border-color: #2DC280;
}
</style>