Shades of Mountain Meadow #1DB38E
Tints of Mountain Meadow #1DB38E
RGB
CMYK
RGB Variations
Color information
#1DB38E (or 0x1DB38E) is known color: Mountain Meadow. HEX triplet: 1D, B3 and 8E. RGB value is (29,179,142). Sum of RGB (Red+Green+Blue) = 29+179+142=350 (46% of max value = 765). Red value is 29 (11.72% from 255 or 8.29% from 350); Green value is 179 (70.31% from 255 or 51.14% from 350); Blue value is 142 (55.86% from 255 or 40.57% from 350); Max value from RGB is 179 - color contains mainly: green. Hex color #1DB38E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DB38E is #E24C71. Grayscale: #818181. Windows color (decimal): -14830706 or 9351965. OLE color: 9351965.
HSL color Cylindrical-coordinate representation of color #1DB38E: hue angle of 165.2º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1DB38E is Cyan = 0.84, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 29 | 179 | 142 | - |
| CMYK | 0.84 | 0 | 0.21 | 0.30 |
| HSL | 165.2º | 0.72% | 0.41% | - |
| HSV(B) | 165.2º | 0.84% | 0.7% | - |
| XYZ | 21.51 | 34.45 | 31.11 | - |
| YUV | 129.93 | 134.81 | 56.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 179 | 142 | 0.84 | 0 | 0.21 | 0.30 | 165.2 | 0.72 | 0.41 |
| Hex | 1D | B3 | 8E | 54 | 0 | 15 | 1E | A5 | 48 | 29 |
| Octal | 35 | 263 | 216 | 124 | 0 | 25 | 36 | 245 | 110 | 51 |
| Binary | 11101 | 10110011 | 10001110 | 1010100 | 0 | 10101 | 11110 | 10100101 | 1001000 | 101001 |
Color Harmonies of #1DB38E
Complementary color
Monochromatic Colors of #1DB38E
Black with #1DB38E
Text Example
Text Example
White with #1DB38E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB38E; }
p { color: rgb(29,179,142); }
H1.HeaderClassName
{
color: #1DB38E;
}
.AnyTagClassName
{
color: #1DB38E;
}
</style>
background-color css
<style>
a { background-color: #1DB38E; }
a { background-color: rgb(29,179,142); }
div.DivClassName
{
background-color: #1DB38E;
}
.BgClassName
{
background-color: #1DB38E;
}
</style>
border-color css
<style>
span { border-color: #1DB38E; }
span { border-color: rgb(29,179,142); }
td.TdClassName
{
border-color: #1DB38E;
}
.TagClassName
{
border-color: #1DB38E;
}
</style>