Shades of Mountain Meadow #2DC080
Tints of Mountain Meadow #2DC080
RGB
CMYK
RGB Variations
Color information
#2DC080 (or 0x2DC080) is known color: Mountain Meadow. HEX triplet: 2D, C0 and 80. RGB value is (45,192,128). Sum of RGB (Red+Green+Blue) = 45+192+128=365 (48% of max value = 765). Red value is 45 (17.97% from 255 or 12.33% from 365); Green value is 192 (75.39% from 255 or 52.60% from 365); Blue value is 128 (50.39% from 255 or 35.07% from 365); Max value from RGB is 192 - color contains mainly: green. Hex color #2DC080 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DC080 is #D23F7F. Grayscale: #8C8C8C. Windows color (decimal): -13778816 or 8437805. OLE color: 8437805.
HSL color Cylindrical-coordinate representation of color #2DC080: hue angle of 153.88º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2DC080 is Cyan = 0.77, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 192 | 128 | - |
| CMYK | 0.77 | 0 | 0.33 | 0.25 |
| HSL | 153.88º | 0.62% | 0.46% | - |
| HSV(B) | 153.88º | 0.77% | 0.75% | - |
| XYZ | 23.83 | 39.82 | 26.85 | - |
| YUV | 140.75 | 120.8 | 59.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 192 | 128 | 0.77 | 0 | 0.33 | 0.25 | 153.88 | 0.62 | 0.46 |
| Hex | 2D | C0 | 80 | 4D | 0 | 21 | 19 | 9A | 3E | 2E |
| Octal | 55 | 300 | 200 | 115 | 0 | 41 | 31 | 232 | 76 | 56 |
| Binary | 101101 | 11000000 | 10000000 | 1001101 | 0 | 100001 | 11001 | 10011010 | 111110 | 101110 |
Color Harmonies of #2DC080
Complementary color
Monochromatic Colors of #2DC080
Black with #2DC080
Text Example
Text Example
White with #2DC080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DC080; }
p { color: rgb(45,192,128); }
H1.HeaderClassName
{
color: #2DC080;
}
.AnyTagClassName
{
color: #2DC080;
}
</style>
background-color css
<style>
a { background-color: #2DC080; }
a { background-color: rgb(45,192,128); }
div.DivClassName
{
background-color: #2DC080;
}
.BgClassName
{
background-color: #2DC080;
}
</style>
border-color css
<style>
span { border-color: #2DC080; }
span { border-color: rgb(45,192,128); }
td.TdClassName
{
border-color: #2DC080;
}
.TagClassName
{
border-color: #2DC080;
}
</style>