Shades of Mountain Meadow #1DB08A
Tints of Mountain Meadow #1DB08A
RGB
CMYK
RGB Variations
Color information
#1DB08A (or 0x1DB08A) is known color: Mountain Meadow. HEX triplet: 1D, B0 and 8A. RGB value is (29,176,138). Sum of RGB (Red+Green+Blue) = 29+176+138=343 (45% of max value = 765). Red value is 29 (11.72% from 255 or 8.45% from 343); Green value is 176 (69.14% from 255 or 51.31% from 343); Blue value is 138 (54.30% from 255 or 40.23% from 343); Max value from RGB is 176 - color contains mainly: green. Hex color #1DB08A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1DB08A is #E24F75. Grayscale: #7F7F7F. Windows color (decimal): -14831478 or 9089053. OLE color: 9089053.
HSL color Cylindrical-coordinate representation of color #1DB08A: hue angle of 164.49º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1DB08A is Cyan = 0.84, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 29 | 176 | 138 | - |
| CMYK | 0.84 | 0 | 0.22 | 0.31 |
| HSL | 164.49º | 0.72% | 0.4% | - |
| HSV(B) | 164.49º | 0.84% | 0.69% | - |
| XYZ | 20.62 | 33.15 | 29.36 | - |
| YUV | 127.72 | 133.8 | 57.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 176 | 138 | 0.84 | 0 | 0.22 | 0.31 | 164.49 | 0.72 | 0.4 |
| Hex | 1D | B0 | 8A | 54 | 0 | 16 | 1F | A4 | 48 | 28 |
| Octal | 35 | 260 | 212 | 124 | 0 | 26 | 37 | 244 | 110 | 50 |
| Binary | 11101 | 10110000 | 10001010 | 1010100 | 0 | 10110 | 11111 | 10100100 | 1001000 | 101000 |
Color Harmonies of #1DB08A
Complementary color
Monochromatic Colors of #1DB08A
Black with #1DB08A
Text Example
Text Example
White with #1DB08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB08A; }
p { color: rgb(29,176,138); }
H1.HeaderClassName
{
color: #1DB08A;
}
.AnyTagClassName
{
color: #1DB08A;
}
</style>
background-color css
<style>
a { background-color: #1DB08A; }
a { background-color: rgb(29,176,138); }
div.DivClassName
{
background-color: #1DB08A;
}
.BgClassName
{
background-color: #1DB08A;
}
</style>
border-color css
<style>
span { border-color: #1DB08A; }
span { border-color: rgb(29,176,138); }
td.TdClassName
{
border-color: #1DB08A;
}
.TagClassName
{
border-color: #1DB08A;
}
</style>