Shades of Mountain Meadow #1DB58C
Tints of Mountain Meadow #1DB58C
RGB
CMYK
RGB Variations
Color information
#1DB58C (or 0x1DB58C) is known color: Mountain Meadow. HEX triplet: 1D, B5 and 8C. RGB value is (29,181,140). Sum of RGB (Red+Green+Blue) = 29+181+140=350 (46% of max value = 765). Red value is 29 (11.72% from 255 or 8.29% from 350); Green value is 181 (71.09% from 255 or 51.71% from 350); Blue value is 140 (55.08% from 255 or 40% from 350); Max value from RGB is 181 - color contains mainly: green. Hex color #1DB58C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DB58C is #E24A73. Grayscale: #828282. Windows color (decimal): -14830196 or 9221405. OLE color: 9221405.
HSL color Cylindrical-coordinate representation of color #1DB58C: hue angle of 163.82º 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 #1DB58C is Cyan = 0.84, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 29 | 181 | 140 | - |
| CMYK | 0.84 | 0 | 0.23 | 0.29 |
| HSL | 163.82º | 0.72% | 0.41% | - |
| HSV(B) | 163.82º | 0.84% | 0.71% | - |
| XYZ | 21.76 | 35.2 | 30.46 | - |
| YUV | 130.88 | 133.14 | 55.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 181 | 140 | 0.84 | 0 | 0.23 | 0.29 | 163.82 | 0.72 | 0.41 |
| Hex | 1D | B5 | 8C | 54 | 0 | 17 | 1D | A4 | 48 | 29 |
| Octal | 35 | 265 | 214 | 124 | 0 | 27 | 35 | 244 | 110 | 51 |
| Binary | 11101 | 10110101 | 10001100 | 1010100 | 0 | 10111 | 11101 | 10100100 | 1001000 | 101001 |
Color Harmonies of #1DB58C
Complementary color
Monochromatic Colors of #1DB58C
Black with #1DB58C
Text Example
Text Example
White with #1DB58C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB58C; }
p { color: rgb(29,181,140); }
H1.HeaderClassName
{
color: #1DB58C;
}
.AnyTagClassName
{
color: #1DB58C;
}
</style>
background-color css
<style>
a { background-color: #1DB58C; }
a { background-color: rgb(29,181,140); }
div.DivClassName
{
background-color: #1DB58C;
}
.BgClassName
{
background-color: #1DB58C;
}
</style>
border-color css
<style>
span { border-color: #1DB58C; }
span { border-color: rgb(29,181,140); }
td.TdClassName
{
border-color: #1DB58C;
}
.TagClassName
{
border-color: #1DB58C;
}
</style>