Shades of Mountain Meadow #1DB596
Tints of Mountain Meadow #1DB596
RGB
CMYK
RGB Variations
Color information
#1DB596 (or 0x1DB596) is known color: Mountain Meadow. HEX triplet: 1D, B5 and 96. RGB value is (29,181,150). Sum of RGB (Red+Green+Blue) = 29+181+150=360 (47% of max value = 765). Red value is 29 (11.72% from 255 or 8.06% from 360); Green value is 181 (71.09% from 255 or 50.28% from 360); Blue value is 150 (58.98% from 255 or 41.67% from 360); Max value from RGB is 181 - color contains mainly: green. Hex color #1DB596 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DB596 is #E24A69. Grayscale: #838383. Windows color (decimal): -14830186 or 9876765. OLE color: 9876765.
HSL color Cylindrical-coordinate representation of color #1DB596: hue angle of 167.76º 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 #1DB596 is Cyan = 0.84, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 29 | 181 | 150 | - |
| CMYK | 0.84 | 0 | 0.17 | 0.29 |
| HSL | 167.76º | 0.72% | 0.41% | - |
| HSV(B) | 167.76º | 0.84% | 0.71% | - |
| XYZ | 22.54 | 35.51 | 34.52 | - |
| YUV | 132.02 | 138.14 | 54.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 181 | 150 | 0.84 | 0 | 0.17 | 0.29 | 167.76 | 0.72 | 0.41 |
| Hex | 1D | B5 | 96 | 54 | 0 | 11 | 1D | A8 | 48 | 29 |
| Octal | 35 | 265 | 226 | 124 | 0 | 21 | 35 | 250 | 110 | 51 |
| Binary | 11101 | 10110101 | 10010110 | 1010100 | 0 | 10001 | 11101 | 10101000 | 1001000 | 101001 |
Color Harmonies of #1DB596
Complementary color
Monochromatic Colors of #1DB596
Black with #1DB596
Text Example
Text Example
White with #1DB596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB596; }
p { color: rgb(29,181,150); }
H1.HeaderClassName
{
color: #1DB596;
}
.AnyTagClassName
{
color: #1DB596;
}
</style>
background-color css
<style>
a { background-color: #1DB596; }
a { background-color: rgb(29,181,150); }
div.DivClassName
{
background-color: #1DB596;
}
.BgClassName
{
background-color: #1DB596;
}
</style>
border-color css
<style>
span { border-color: #1DB596; }
span { border-color: rgb(29,181,150); }
td.TdClassName
{
border-color: #1DB596;
}
.TagClassName
{
border-color: #1DB596;
}
</style>