Shades of Mountain Meadow #2DC182
Tints of Mountain Meadow #2DC182
RGB
CMYK
RGB Variations
Color information
#2DC182 (or 0x2DC182) is known color: Mountain Meadow. HEX triplet: 2D, C1 and 82. RGB value is (45,193,130). Sum of RGB (Red+Green+Blue) = 45+193+130=368 (48% of max value = 765). Red value is 45 (17.97% from 255 or 12.23% from 368); Green value is 193 (75.78% from 255 or 52.45% from 368); Blue value is 130 (51.17% from 255 or 35.33% from 368); Max value from RGB is 193 - color contains mainly: green. Hex color #2DC182 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DC182 is #D23E7D. Grayscale: #8D8D8D. Windows color (decimal): -13778558 or 8569133. OLE color: 8569133.
HSL color Cylindrical-coordinate representation of color #2DC182: hue angle of 154.46º 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 #2DC182 is Cyan = 0.77, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 45 | 193 | 130 | - |
| CMYK | 0.77 | 0 | 0.33 | 0.24 |
| HSL | 154.46º | 0.62% | 0.47% | - |
| HSV(B) | 154.46º | 0.77% | 0.76% | - |
| XYZ | 24.18 | 40.31 | 27.63 | - |
| YUV | 141.57 | 121.47 | 59.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 193 | 130 | 0.77 | 0 | 0.33 | 0.24 | 154.46 | 0.62 | 0.47 |
| Hex | 2D | C1 | 82 | 4D | 0 | 21 | 18 | 9A | 3E | 2F |
| Octal | 55 | 301 | 202 | 115 | 0 | 41 | 30 | 232 | 76 | 57 |
| Binary | 101101 | 11000001 | 10000010 | 1001101 | 0 | 100001 | 11000 | 10011010 | 111110 | 101111 |
Color Harmonies of #2DC182
Complementary color
Monochromatic Colors of #2DC182
Black with #2DC182
Text Example
Text Example
White with #2DC182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DC182; }
p { color: rgb(45,193,130); }
H1.HeaderClassName
{
color: #2DC182;
}
.AnyTagClassName
{
color: #2DC182;
}
</style>
background-color css
<style>
a { background-color: #2DC182; }
a { background-color: rgb(45,193,130); }
div.DivClassName
{
background-color: #2DC182;
}
.BgClassName
{
background-color: #2DC182;
}
</style>
border-color css
<style>
span { border-color: #2DC182; }
span { border-color: rgb(45,193,130); }
td.TdClassName
{
border-color: #2DC182;
}
.TagClassName
{
border-color: #2DC182;
}
</style>