Shades of Mountain Meadow #1DC272
Tints of Mountain Meadow #1DC272
RGB
CMYK
RGB Variations
Color information
#1DC272 (or 0x1DC272) is known color: Mountain Meadow. HEX triplet: 1D, C2 and 72. RGB value is (29,194,114). Sum of RGB (Red+Green+Blue) = 29+194+114=337 (44% of max value = 765). Red value is 29 (11.72% from 255 or 8.61% from 337); Green value is 194 (76.17% from 255 or 57.57% from 337); Blue value is 114 (44.92% from 255 or 33.83% from 337); Max value from RGB is 194 - color contains mainly: green. Hex color #1DC272 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DC272 is #E23D8D. Grayscale: #878787. Windows color (decimal): -14826894 or 7520797. OLE color: 7520797.
HSL color Cylindrical-coordinate representation of color #1DC272: hue angle of 150.91º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1DC272 is Cyan = 0.85, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 29 | 194 | 114 | - |
| CMYK | 0.85 | 0 | 0.41 | 0.24 |
| HSL | 150.91º | 0.74% | 0.44% | - |
| HSV(B) | 150.91º | 0.85% | 0.76% | - |
| XYZ | 22.84 | 40.06 | 22.45 | - |
| YUV | 135.55 | 115.84 | 52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 194 | 114 | 0.85 | 0 | 0.41 | 0.24 | 150.91 | 0.74 | 0.44 |
| Hex | 1D | C2 | 72 | 55 | 0 | 29 | 18 | 97 | 4A | 2C |
| Octal | 35 | 302 | 162 | 125 | 0 | 51 | 30 | 227 | 112 | 54 |
| Binary | 11101 | 11000010 | 1110010 | 1010101 | 0 | 101001 | 11000 | 10010111 | 1001010 | 101100 |
Color Harmonies of #1DC272
Complementary color
Monochromatic Colors of #1DC272
Black with #1DC272
Text Example
Text Example
White with #1DC272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DC272; }
p { color: rgb(29,194,114); }
H1.HeaderClassName
{
color: #1DC272;
}
.AnyTagClassName
{
color: #1DC272;
}
</style>
background-color css
<style>
a { background-color: #1DC272; }
a { background-color: rgb(29,194,114); }
div.DivClassName
{
background-color: #1DC272;
}
.BgClassName
{
background-color: #1DC272;
}
</style>
border-color css
<style>
span { border-color: #1DC272; }
span { border-color: rgb(29,194,114); }
td.TdClassName
{
border-color: #1DC272;
}
.TagClassName
{
border-color: #1DC272;
}
</style>