Shades of Mountain Meadow #1DB794
Tints of Mountain Meadow #1DB794
RGB
CMYK
RGB Variations
Color information
#1DB794 (or 0x1DB794) is known color: Mountain Meadow. HEX triplet: 1D, B7 and 94. RGB value is (29,183,148). Sum of RGB (Red+Green+Blue) = 29+183+148=360 (47% of max value = 765). Red value is 29 (11.72% from 255 or 8.06% from 360); Green value is 183 (71.88% from 255 or 50.83% from 360); Blue value is 148 (58.20% from 255 or 41.11% from 360); Max value from RGB is 183 - color contains mainly: green. Hex color #1DB794 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DB794 is #E2486B. Grayscale: #848484. Windows color (decimal): -14829676 or 9746205. OLE color: 9746205.
HSL color Cylindrical-coordinate representation of color #1DB794: hue angle of 166.36º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1DB794 is Cyan = 0.84, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 29 | 183 | 148 | - |
| CMYK | 0.84 | 0 | 0.19 | 0.28 |
| HSL | 166.36º | 0.73% | 0.42% | - |
| HSV(B) | 166.36º | 0.84% | 0.72% | - |
| XYZ | 22.79 | 36.27 | 33.82 | - |
| YUV | 132.96 | 136.48 | 53.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 183 | 148 | 0.84 | 0 | 0.19 | 0.28 | 166.36 | 0.73 | 0.42 |
| Hex | 1D | B7 | 94 | 54 | 0 | 13 | 1C | A6 | 49 | 2A |
| Octal | 35 | 267 | 224 | 124 | 0 | 23 | 34 | 246 | 111 | 52 |
| Binary | 11101 | 10110111 | 10010100 | 1010100 | 0 | 10011 | 11100 | 10100110 | 1001001 | 101010 |
Color Harmonies of #1DB794
Complementary color
Monochromatic Colors of #1DB794
Black with #1DB794
Text Example
Text Example
White with #1DB794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB794; }
p { color: rgb(29,183,148); }
H1.HeaderClassName
{
color: #1DB794;
}
.AnyTagClassName
{
color: #1DB794;
}
</style>
background-color css
<style>
a { background-color: #1DB794; }
a { background-color: rgb(29,183,148); }
div.DivClassName
{
background-color: #1DB794;
}
.BgClassName
{
background-color: #1DB794;
}
</style>
border-color css
<style>
span { border-color: #1DB794; }
span { border-color: rgb(29,183,148); }
td.TdClassName
{
border-color: #1DB794;
}
.TagClassName
{
border-color: #1DB794;
}
</style>