Shades of Mountain Meadow #1DB592
Tints of Mountain Meadow #1DB592
RGB
CMYK
RGB Variations
Color information
#1DB592 (or 0x1DB592) is known color: Mountain Meadow. HEX triplet: 1D, B5 and 92. RGB value is (29,181,146). Sum of RGB (Red+Green+Blue) = 29+181+146=356 (47% of max value = 765). Red value is 29 (11.72% from 255 or 8.15% from 356); Green value is 181 (71.09% from 255 or 50.84% from 356); Blue value is 146 (57.42% from 255 or 41.01% from 356); Max value from RGB is 181 - color contains mainly: green. Hex color #1DB592 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DB592 is #E24A6D. Grayscale: #838383. Windows color (decimal): -14830190 or 9614621. OLE color: 9614621.
HSL color Cylindrical-coordinate representation of color #1DB592: hue angle of 166.18º 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 #1DB592 is Cyan = 0.84, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 29 | 181 | 146 | - |
| CMYK | 0.84 | 0 | 0.19 | 0.29 |
| HSL | 166.18º | 0.72% | 0.41% | - |
| HSV(B) | 166.18º | 0.84% | 0.71% | - |
| XYZ | 22.22 | 35.38 | 32.85 | - |
| YUV | 131.56 | 136.14 | 54.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 181 | 146 | 0.84 | 0 | 0.19 | 0.29 | 166.18 | 0.72 | 0.41 |
| Hex | 1D | B5 | 92 | 54 | 0 | 13 | 1D | A6 | 48 | 29 |
| Octal | 35 | 265 | 222 | 124 | 0 | 23 | 35 | 246 | 110 | 51 |
| Binary | 11101 | 10110101 | 10010010 | 1010100 | 0 | 10011 | 11101 | 10100110 | 1001000 | 101001 |
Color Harmonies of #1DB592
Complementary color
Monochromatic Colors of #1DB592
Black with #1DB592
Text Example
Text Example
White with #1DB592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB592; }
p { color: rgb(29,181,146); }
H1.HeaderClassName
{
color: #1DB592;
}
.AnyTagClassName
{
color: #1DB592;
}
</style>
background-color css
<style>
a { background-color: #1DB592; }
a { background-color: rgb(29,181,146); }
div.DivClassName
{
background-color: #1DB592;
}
.BgClassName
{
background-color: #1DB592;
}
</style>
border-color css
<style>
span { border-color: #1DB592; }
span { border-color: rgb(29,181,146); }
td.TdClassName
{
border-color: #1DB592;
}
.TagClassName
{
border-color: #1DB592;
}
</style>