Shades of Mountain Meadow #1DB58B
Tints of Mountain Meadow #1DB58B
RGB
CMYK
RGB Variations
Color information
#1DB58B (or 0x1DB58B) is known color: Mountain Meadow. HEX triplet: 1D, B5 and 8B. RGB value is (29,181,139). Sum of RGB (Red+Green+Blue) = 29+181+139=349 (46% of max value = 765). Red value is 29 (11.72% from 255 or 8.31% from 349); Green value is 181 (71.09% from 255 or 51.86% from 349); Blue value is 139 (54.69% from 255 or 39.83% from 349); Max value from RGB is 181 - color contains mainly: green. Hex color #1DB58B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DB58B is #E24A74. Grayscale: #828282. Windows color (decimal): -14830197 or 9155869. OLE color: 9155869.
HSL color Cylindrical-coordinate representation of color #1DB58B: hue angle of 163.42º 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 #1DB58B is Cyan = 0.84, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 29 | 181 | 139 | - |
| CMYK | 0.84 | 0 | 0.23 | 0.29 |
| HSL | 163.42º | 0.72% | 0.41% | - |
| HSV(B) | 163.42º | 0.84% | 0.71% | - |
| XYZ | 21.69 | 35.17 | 30.07 | - |
| YUV | 130.76 | 132.64 | 55.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 181 | 139 | 0.84 | 0 | 0.23 | 0.29 | 163.42 | 0.72 | 0.41 |
| Hex | 1D | B5 | 8B | 54 | 0 | 17 | 1D | A3 | 48 | 29 |
| Octal | 35 | 265 | 213 | 124 | 0 | 27 | 35 | 243 | 110 | 51 |
| Binary | 11101 | 10110101 | 10001011 | 1010100 | 0 | 10111 | 11101 | 10100011 | 1001000 | 101001 |
Color Harmonies of #1DB58B
Complementary color
Monochromatic Colors of #1DB58B
Black with #1DB58B
Text Example
Text Example
White with #1DB58B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB58B; }
p { color: rgb(29,181,139); }
H1.HeaderClassName
{
color: #1DB58B;
}
.AnyTagClassName
{
color: #1DB58B;
}
</style>
background-color css
<style>
a { background-color: #1DB58B; }
a { background-color: rgb(29,181,139); }
div.DivClassName
{
background-color: #1DB58B;
}
.BgClassName
{
background-color: #1DB58B;
}
</style>
border-color css
<style>
span { border-color: #1DB58B; }
span { border-color: rgb(29,181,139); }
td.TdClassName
{
border-color: #1DB58B;
}
.TagClassName
{
border-color: #1DB58B;
}
</style>