Shades of Mountain Meadow #1DB593
Tints of Mountain Meadow #1DB593
RGB
CMYK
RGB Variations
Color information
#1DB593 (or 0x1DB593) is known color: Mountain Meadow. HEX triplet: 1D, B5 and 93. RGB value is (29,181,147). Sum of RGB (Red+Green+Blue) = 29+181+147=357 (47% of max value = 765). Red value is 29 (11.72% from 255 or 8.12% from 357); Green value is 181 (71.09% from 255 or 50.70% from 357); Blue value is 147 (57.81% from 255 or 41.18% from 357); Max value from RGB is 181 - color contains mainly: green. Hex color #1DB593 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DB593 is #E24A6C. Grayscale: #838383. Windows color (decimal): -14830189 or 9680157. OLE color: 9680157.
HSL color Cylindrical-coordinate representation of color #1DB593: hue angle of 166.58º 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 #1DB593 is Cyan = 0.84, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 29 | 181 | 147 | - |
| CMYK | 0.84 | 0 | 0.19 | 0.29 |
| HSL | 166.58º | 0.72% | 0.41% | - |
| HSV(B) | 166.58º | 0.84% | 0.71% | - |
| XYZ | 22.3 | 35.42 | 33.26 | - |
| YUV | 131.68 | 136.64 | 54.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 181 | 147 | 0.84 | 0 | 0.19 | 0.29 | 166.58 | 0.72 | 0.41 |
| Hex | 1D | B5 | 93 | 54 | 0 | 13 | 1D | A7 | 48 | 29 |
| Octal | 35 | 265 | 223 | 124 | 0 | 23 | 35 | 247 | 110 | 51 |
| Binary | 11101 | 10110101 | 10010011 | 1010100 | 0 | 10011 | 11101 | 10100111 | 1001000 | 101001 |
Color Harmonies of #1DB593
Complementary color
Monochromatic Colors of #1DB593
Black with #1DB593
Text Example
Text Example
White with #1DB593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB593; }
p { color: rgb(29,181,147); }
H1.HeaderClassName
{
color: #1DB593;
}
.AnyTagClassName
{
color: #1DB593;
}
</style>
background-color css
<style>
a { background-color: #1DB593; }
a { background-color: rgb(29,181,147); }
div.DivClassName
{
background-color: #1DB593;
}
.BgClassName
{
background-color: #1DB593;
}
</style>
border-color css
<style>
span { border-color: #1DB593; }
span { border-color: rgb(29,181,147); }
td.TdClassName
{
border-color: #1DB593;
}
.TagClassName
{
border-color: #1DB593;
}
</style>