Shades of Mountain Meadow #1DBD7F
Tints of Mountain Meadow #1DBD7F
RGB
CMYK
RGB Variations
Color information
#1DBD7F (or 0x1DBD7F) is known color: Mountain Meadow. HEX triplet: 1D, BD and 7F. RGB value is (29,189,127). Sum of RGB (Red+Green+Blue) = 29+189+127=345 (45% of max value = 765). Red value is 29 (11.72% from 255 or 8.41% from 345); Green value is 189 (74.22% from 255 or 54.78% from 345); Blue value is 127 (50% from 255 or 36.81% from 345); Max value from RGB is 189 - color contains mainly: green. Hex color #1DBD7F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DBD7F is #E24280. Grayscale: #868686. Windows color (decimal): -14828161 or 8371485. OLE color: 8371485.
HSL color Cylindrical-coordinate representation of color #1DBD7F: hue angle of 156.75º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1DBD7F is Cyan = 0.85, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 29 | 189 | 127 | - |
| CMYK | 0.85 | 0 | 0.33 | 0.26 |
| HSL | 156.75º | 0.73% | 0.43% | - |
| HSV(B) | 156.75º | 0.85% | 0.74% | - |
| XYZ | 22.54 | 38.19 | 26.26 | - |
| YUV | 134.09 | 123.99 | 53.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 189 | 127 | 0.85 | 0 | 0.33 | 0.26 | 156.75 | 0.73 | 0.43 |
| Hex | 1D | BD | 7F | 55 | 0 | 21 | 1A | 9D | 49 | 2B |
| Octal | 35 | 275 | 177 | 125 | 0 | 41 | 32 | 235 | 111 | 53 |
| Binary | 11101 | 10111101 | 1111111 | 1010101 | 0 | 100001 | 11010 | 10011101 | 1001001 | 101011 |
Color Harmonies of #1DBD7F
Complementary color
Monochromatic Colors of #1DBD7F
Black with #1DBD7F
Text Example
Text Example
White with #1DBD7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBD7F; }
p { color: rgb(29,189,127); }
H1.HeaderClassName
{
color: #1DBD7F;
}
.AnyTagClassName
{
color: #1DBD7F;
}
</style>
background-color css
<style>
a { background-color: #1DBD7F; }
a { background-color: rgb(29,189,127); }
div.DivClassName
{
background-color: #1DBD7F;
}
.BgClassName
{
background-color: #1DBD7F;
}
</style>
border-color css
<style>
span { border-color: #1DBD7F; }
span { border-color: rgb(29,189,127); }
td.TdClassName
{
border-color: #1DBD7F;
}
.TagClassName
{
border-color: #1DBD7F;
}
</style>