Shades of Mountain Meadow #1DBD7A
Tints of Mountain Meadow #1DBD7A
RGB
CMYK
RGB Variations
Color information
#1DBD7A (or 0x1DBD7A) is known color: Mountain Meadow. HEX triplet: 1D, BD and 7A. RGB value is (29,189,122). Sum of RGB (Red+Green+Blue) = 29+189+122=340 (45% of max value = 765). Red value is 29 (11.72% from 255 or 8.53% from 340); Green value is 189 (74.22% from 255 or 55.59% from 340); Blue value is 122 (48.05% from 255 or 35.88% from 340); Max value from RGB is 189 - color contains mainly: green. Hex color #1DBD7A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DBD7A is #E24285. Grayscale: #858585. Windows color (decimal): -14828166 or 8043805. OLE color: 8043805.
HSL color Cylindrical-coordinate representation of color #1DBD7A: hue angle of 154.88º 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 #1DBD7A is Cyan = 0.85, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 29 | 189 | 122 | - |
| CMYK | 0.85 | 0 | 0.35 | 0.26 |
| HSL | 154.88º | 0.73% | 0.43% | - |
| HSV(B) | 154.88º | 0.85% | 0.74% | - |
| XYZ | 22.22 | 38.06 | 24.59 | - |
| YUV | 133.52 | 121.49 | 53.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 189 | 122 | 0.85 | 0 | 0.35 | 0.26 | 154.88 | 0.73 | 0.43 |
| Hex | 1D | BD | 7A | 55 | 0 | 23 | 1A | 9B | 49 | 2B |
| Octal | 35 | 275 | 172 | 125 | 0 | 43 | 32 | 233 | 111 | 53 |
| Binary | 11101 | 10111101 | 1111010 | 1010101 | 0 | 100011 | 11010 | 10011011 | 1001001 | 101011 |
Color Harmonies of #1DBD7A
Complementary color
Monochromatic Colors of #1DBD7A
Black with #1DBD7A
Text Example
Text Example
White with #1DBD7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBD7A; }
p { color: rgb(29,189,122); }
H1.HeaderClassName
{
color: #1DBD7A;
}
.AnyTagClassName
{
color: #1DBD7A;
}
</style>
background-color css
<style>
a { background-color: #1DBD7A; }
a { background-color: rgb(29,189,122); }
div.DivClassName
{
background-color: #1DBD7A;
}
.BgClassName
{
background-color: #1DBD7A;
}
</style>
border-color css
<style>
span { border-color: #1DBD7A; }
span { border-color: rgb(29,189,122); }
td.TdClassName
{
border-color: #1DBD7A;
}
.TagClassName
{
border-color: #1DBD7A;
}
</style>