Shades of Mountain Meadow #1DC270
Tints of Mountain Meadow #1DC270
RGB
CMYK
RGB Variations
Color information
#1DC270 (or 0x1DC270) is known color: Mountain Meadow. HEX triplet: 1D, C2 and 70. RGB value is (29,194,112). Sum of RGB (Red+Green+Blue) = 29+194+112=335 (44% of max value = 765). Red value is 29 (11.72% from 255 or 8.66% from 335); Green value is 194 (76.17% from 255 or 57.91% from 335); Blue value is 112 (44.14% from 255 or 33.43% from 335); Max value from RGB is 194 - color contains mainly: green. Hex color #1DC270 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DC270 is #E23D8F. Grayscale: #878787. Windows color (decimal): -14826896 or 7389725. OLE color: 7389725.
HSL color Cylindrical-coordinate representation of color #1DC270: hue angle of 150.18º 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 #1DC270 is Cyan = 0.85, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 29 | 194 | 112 | - |
| CMYK | 0.85 | 0 | 0.42 | 0.24 |
| HSL | 150.18º | 0.74% | 0.44% | - |
| HSV(B) | 150.18º | 0.85% | 0.76% | - |
| XYZ | 22.72 | 40.01 | 21.86 | - |
| YUV | 135.32 | 114.84 | 52.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 194 | 112 | 0.85 | 0 | 0.42 | 0.24 | 150.18 | 0.74 | 0.44 |
| Hex | 1D | C2 | 70 | 55 | 0 | 2A | 18 | 96 | 4A | 2C |
| Octal | 35 | 302 | 160 | 125 | 0 | 52 | 30 | 226 | 112 | 54 |
| Binary | 11101 | 11000010 | 1110000 | 1010101 | 0 | 101010 | 11000 | 10010110 | 1001010 | 101100 |
Color Harmonies of #1DC270
Complementary color
Monochromatic Colors of #1DC270
Black with #1DC270
Text Example
Text Example
White with #1DC270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DC270; }
p { color: rgb(29,194,112); }
H1.HeaderClassName
{
color: #1DC270;
}
.AnyTagClassName
{
color: #1DC270;
}
</style>
background-color css
<style>
a { background-color: #1DC270; }
a { background-color: rgb(29,194,112); }
div.DivClassName
{
background-color: #1DC270;
}
.BgClassName
{
background-color: #1DC270;
}
</style>
border-color css
<style>
span { border-color: #1DC270; }
span { border-color: rgb(29,194,112); }
td.TdClassName
{
border-color: #1DC270;
}
.TagClassName
{
border-color: #1DC270;
}
</style>