Shades of Mountain Meadow #1DB695
Tints of Mountain Meadow #1DB695
RGB
CMYK
RGB Variations
Color information
#1DB695 (or 0x1DB695) is known color: Mountain Meadow. HEX triplet: 1D, B6 and 95. RGB value is (29,182,149). Sum of RGB (Red+Green+Blue) = 29+182+149=360 (47% of max value = 765). Red value is 29 (11.72% from 255 or 8.06% from 360); Green value is 182 (71.48% from 255 or 50.56% from 360); Blue value is 149 (58.59% from 255 or 41.39% from 360); Max value from RGB is 182 - color contains mainly: green. Hex color #1DB695 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DB695 is #E2496A. Grayscale: #848484. Windows color (decimal): -14829931 or 9811485. OLE color: 9811485.
HSL color Cylindrical-coordinate representation of color #1DB695: hue angle of 167.06º degrees, saturation: 0.73, 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 #1DB695 is Cyan = 0.84, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 29 | 182 | 149 | - |
| CMYK | 0.84 | 0 | 0.18 | 0.29 |
| HSL | 167.06º | 0.73% | 0.41% | - |
| HSV(B) | 167.06º | 0.84% | 0.71% | - |
| XYZ | 22.66 | 35.89 | 34.17 | - |
| YUV | 132.49 | 137.31 | 54.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 182 | 149 | 0.84 | 0 | 0.18 | 0.29 | 167.06 | 0.73 | 0.41 |
| Hex | 1D | B6 | 95 | 54 | 0 | 12 | 1D | A7 | 49 | 29 |
| Octal | 35 | 266 | 225 | 124 | 0 | 22 | 35 | 247 | 111 | 51 |
| Binary | 11101 | 10110110 | 10010101 | 1010100 | 0 | 10010 | 11101 | 10100111 | 1001001 | 101001 |
Color Harmonies of #1DB695
Complementary color
Monochromatic Colors of #1DB695
Black with #1DB695
Text Example
Text Example
White with #1DB695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB695; }
p { color: rgb(29,182,149); }
H1.HeaderClassName
{
color: #1DB695;
}
.AnyTagClassName
{
color: #1DB695;
}
</style>
background-color css
<style>
a { background-color: #1DB695; }
a { background-color: rgb(29,182,149); }
div.DivClassName
{
background-color: #1DB695;
}
.BgClassName
{
background-color: #1DB695;
}
</style>
border-color css
<style>
span { border-color: #1DB695; }
span { border-color: rgb(29,182,149); }
td.TdClassName
{
border-color: #1DB695;
}
.TagClassName
{
border-color: #1DB695;
}
</style>