Shades of Mountain Meadow #1DB389
Tints of Mountain Meadow #1DB389
RGB
CMYK
RGB Variations
Color information
#1DB389 (or 0x1DB389) is known color: Mountain Meadow. HEX triplet: 1D, B3 and 89. RGB value is (29,179,137). Sum of RGB (Red+Green+Blue) = 29+179+137=345 (45% of max value = 765). Red value is 29 (11.72% from 255 or 8.41% from 345); Green value is 179 (70.31% from 255 or 51.88% from 345); Blue value is 137 (53.91% from 255 or 39.71% from 345); Max value from RGB is 179 - color contains mainly: green. Hex color #1DB389 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DB389 is #E24C76. Grayscale: #818181. Windows color (decimal): -14830711 or 9024285. OLE color: 9024285.
HSL color Cylindrical-coordinate representation of color #1DB389: hue angle of 163.2º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1DB389 is Cyan = 0.84, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 29 | 179 | 137 | - |
| CMYK | 0.84 | 0 | 0.23 | 0.30 |
| HSL | 163.2º | 0.72% | 0.41% | - |
| HSV(B) | 163.2º | 0.84% | 0.7% | - |
| XYZ | 21.14 | 34.31 | 29.17 | - |
| YUV | 129.36 | 132.31 | 56.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 179 | 137 | 0.84 | 0 | 0.23 | 0.30 | 163.2 | 0.72 | 0.41 |
| Hex | 1D | B3 | 89 | 54 | 0 | 17 | 1E | A3 | 48 | 29 |
| Octal | 35 | 263 | 211 | 124 | 0 | 27 | 36 | 243 | 110 | 51 |
| Binary | 11101 | 10110011 | 10001001 | 1010100 | 0 | 10111 | 11110 | 10100011 | 1001000 | 101001 |
Color Harmonies of #1DB389
Complementary color
Monochromatic Colors of #1DB389
Black with #1DB389
Text Example
Text Example
White with #1DB389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB389; }
p { color: rgb(29,179,137); }
H1.HeaderClassName
{
color: #1DB389;
}
.AnyTagClassName
{
color: #1DB389;
}
</style>
background-color css
<style>
a { background-color: #1DB389; }
a { background-color: rgb(29,179,137); }
div.DivClassName
{
background-color: #1DB389;
}
.BgClassName
{
background-color: #1DB389;
}
</style>
border-color css
<style>
span { border-color: #1DB389; }
span { border-color: rgb(29,179,137); }
td.TdClassName
{
border-color: #1DB389;
}
.TagClassName
{
border-color: #1DB389;
}
</style>