Shades of Mountain Meadow #2CC082
Tints of Mountain Meadow #2CC082
RGB
CMYK
RGB Variations
Color information
#2CC082 (or 0x2CC082) is known color: Mountain Meadow. HEX triplet: 2C, C0 and 82. RGB value is (44,192,130). Sum of RGB (Red+Green+Blue) = 44+192+130=366 (48% of max value = 765). Red value is 44 (17.58% from 255 or 12.02% from 366); Green value is 192 (75.39% from 255 or 52.46% from 366); Blue value is 130 (51.17% from 255 or 35.52% from 366); Max value from RGB is 192 - color contains mainly: green. Hex color #2CC082 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CC082 is #D33F7D. Grayscale: #8C8C8C. Windows color (decimal): -13844350 or 8568876. OLE color: 8568876.
HSL color Cylindrical-coordinate representation of color #2CC082: hue angle of 154.86º degrees, saturation: 0.63, 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 #2CC082 is Cyan = 0.77, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 44 | 192 | 130 | - |
| CMYK | 0.77 | 0 | 0.32 | 0.25 |
| HSL | 154.86º | 0.63% | 0.46% | - |
| HSV(B) | 154.86º | 0.77% | 0.75% | - |
| XYZ | 23.92 | 39.85 | 27.55 | - |
| YUV | 140.68 | 121.97 | 59.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 192 | 130 | 0.77 | 0 | 0.32 | 0.25 | 154.86 | 0.63 | 0.46 |
| Hex | 2C | C0 | 82 | 4D | 0 | 20 | 19 | 9B | 3F | 2E |
| Octal | 54 | 300 | 202 | 115 | 0 | 40 | 31 | 233 | 77 | 56 |
| Binary | 101100 | 11000000 | 10000010 | 1001101 | 0 | 100000 | 11001 | 10011011 | 111111 | 101110 |
Color Harmonies of #2CC082
Complementary color
Monochromatic Colors of #2CC082
Black with #2CC082
Text Example
Text Example
White with #2CC082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CC082; }
p { color: rgb(44,192,130); }
H1.HeaderClassName
{
color: #2CC082;
}
.AnyTagClassName
{
color: #2CC082;
}
</style>
background-color css
<style>
a { background-color: #2CC082; }
a { background-color: rgb(44,192,130); }
div.DivClassName
{
background-color: #2CC082;
}
.BgClassName
{
background-color: #2CC082;
}
</style>
border-color css
<style>
span { border-color: #2CC082; }
span { border-color: rgb(44,192,130); }
td.TdClassName
{
border-color: #2CC082;
}
.TagClassName
{
border-color: #2CC082;
}
</style>