Shades of Mountain Meadow #1DBB7D
Tints of Mountain Meadow #1DBB7D
RGB
CMYK
RGB Variations
Color information
#1DBB7D (or 0x1DBB7D) is known color: Mountain Meadow. HEX triplet: 1D, BB and 7D. RGB value is (29,187,125). Sum of RGB (Red+Green+Blue) = 29+187+125=341 (45% of max value = 765). Red value is 29 (11.72% from 255 or 8.50% from 341); Green value is 187 (73.44% from 255 or 54.84% from 341); Blue value is 125 (49.22% from 255 or 36.66% from 341); Max value from RGB is 187 - color contains mainly: green. Hex color #1DBB7D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DBB7D is #E24482. Grayscale: #848484. Windows color (decimal): -14828675 or 8239901. OLE color: 8239901.
HSL color Cylindrical-coordinate representation of color #1DBB7D: hue angle of 156.46º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1DBB7D is Cyan = 0.84, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 29 | 187 | 125 | - |
| CMYK | 0.84 | 0 | 0.33 | 0.27 |
| HSL | 156.46º | 0.73% | 0.42% | - |
| HSV(B) | 156.46º | 0.84% | 0.73% | - |
| XYZ | 21.98 | 37.28 | 25.44 | - |
| YUV | 132.69 | 123.65 | 54.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 187 | 125 | 0.84 | 0 | 0.33 | 0.27 | 156.46 | 0.73 | 0.42 |
| Hex | 1D | BB | 7D | 54 | 0 | 21 | 1B | 9C | 49 | 2A |
| Octal | 35 | 273 | 175 | 124 | 0 | 41 | 33 | 234 | 111 | 52 |
| Binary | 11101 | 10111011 | 1111101 | 1010100 | 0 | 100001 | 11011 | 10011100 | 1001001 | 101010 |
Color Harmonies of #1DBB7D
Complementary color
Monochromatic Colors of #1DBB7D
Black with #1DBB7D
Text Example
Text Example
White with #1DBB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBB7D; }
p { color: rgb(29,187,125); }
H1.HeaderClassName
{
color: #1DBB7D;
}
.AnyTagClassName
{
color: #1DBB7D;
}
</style>
background-color css
<style>
a { background-color: #1DBB7D; }
a { background-color: rgb(29,187,125); }
div.DivClassName
{
background-color: #1DBB7D;
}
.BgClassName
{
background-color: #1DBB7D;
}
</style>
border-color css
<style>
span { border-color: #1DBB7D; }
span { border-color: rgb(29,187,125); }
td.TdClassName
{
border-color: #1DBB7D;
}
.TagClassName
{
border-color: #1DBB7D;
}
</style>