Shades of Mountain Meadow #1DB47F
Tints of Mountain Meadow #1DB47F
RGB
CMYK
RGB Variations
Color information
#1DB47F (or 0x1DB47F) is known color: Mountain Meadow. HEX triplet: 1D, B4 and 7F. RGB value is (29,180,127). Sum of RGB (Red+Green+Blue) = 29+180+127=336 (44% of max value = 765). Red value is 29 (11.72% from 255 or 8.63% from 336); Green value is 180 (70.70% from 255 or 53.57% from 336); Blue value is 127 (50% from 255 or 37.80% from 336); Max value from RGB is 180 - color contains mainly: green. Hex color #1DB47F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DB47F is #E24B80. Grayscale: #808080. Windows color (decimal): -14830465 or 8369181. OLE color: 8369181.
HSL color Cylindrical-coordinate representation of color #1DB47F: hue angle of 158.94º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1DB47F is Cyan = 0.84, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 29 | 180 | 127 | - |
| CMYK | 0.84 | 0 | 0.29 | 0.29 |
| HSL | 158.94º | 0.72% | 0.41% | - |
| HSV(B) | 158.94º | 0.84% | 0.71% | - |
| XYZ | 20.66 | 34.44 | 25.64 | - |
| YUV | 128.81 | 126.97 | 56.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 180 | 127 | 0.84 | 0 | 0.29 | 0.29 | 158.94 | 0.72 | 0.41 |
| Hex | 1D | B4 | 7F | 54 | 0 | 1D | 1D | 9F | 48 | 29 |
| Octal | 35 | 264 | 177 | 124 | 0 | 35 | 35 | 237 | 110 | 51 |
| Binary | 11101 | 10110100 | 1111111 | 1010100 | 0 | 11101 | 11101 | 10011111 | 1001000 | 101001 |
Color Harmonies of #1DB47F
Complementary color
Monochromatic Colors of #1DB47F
Black with #1DB47F
Text Example
Text Example
White with #1DB47F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB47F; }
p { color: rgb(29,180,127); }
H1.HeaderClassName
{
color: #1DB47F;
}
.AnyTagClassName
{
color: #1DB47F;
}
</style>
background-color css
<style>
a { background-color: #1DB47F; }
a { background-color: rgb(29,180,127); }
div.DivClassName
{
background-color: #1DB47F;
}
.BgClassName
{
background-color: #1DB47F;
}
</style>
border-color css
<style>
span { border-color: #1DB47F; }
span { border-color: rgb(29,180,127); }
td.TdClassName
{
border-color: #1DB47F;
}
.TagClassName
{
border-color: #1DB47F;
}
</style>