Shades of Mountain Meadow #1DB07F
Tints of Mountain Meadow #1DB07F
RGB
CMYK
RGB Variations
Color information
#1DB07F (or 0x1DB07F) is known color: Mountain Meadow. HEX triplet: 1D, B0 and 7F. RGB value is (29,176,127). Sum of RGB (Red+Green+Blue) = 29+176+127=332 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.73% from 332); Green value is 176 (69.14% from 255 or 53.01% from 332); Blue value is 127 (50% from 255 or 38.25% from 332); Max value from RGB is 176 - color contains mainly: green. Hex color #1DB07F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1DB07F is #E24F80. Grayscale: #7E7E7E. Windows color (decimal): -14831489 or 8368157. OLE color: 8368157.
HSL color Cylindrical-coordinate representation of color #1DB07F: hue angle of 160º 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 #1DB07F is Cyan = 0.84, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 29 | 176 | 127 | - |
| CMYK | 0.84 | 0 | 0.28 | 0.31 |
| HSL | 160º | 0.72% | 0.4% | - |
| HSV(B) | 160º | 0.84% | 0.69% | - |
| XYZ | 19.86 | 32.84 | 25.37 | - |
| YUV | 126.46 | 128.3 | 58.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 176 | 127 | 0.84 | 0 | 0.28 | 0.31 | 160 | 0.72 | 0.4 |
| Hex | 1D | B0 | 7F | 54 | 0 | 1C | 1F | A0 | 48 | 28 |
| Octal | 35 | 260 | 177 | 124 | 0 | 34 | 37 | 240 | 110 | 50 |
| Binary | 11101 | 10110000 | 1111111 | 1010100 | 0 | 11100 | 11111 | 10100000 | 1001000 | 101000 |
Color Harmonies of #1DB07F
Complementary color
Monochromatic Colors of #1DB07F
Black with #1DB07F
Text Example
Text Example
White with #1DB07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB07F; }
p { color: rgb(29,176,127); }
H1.HeaderClassName
{
color: #1DB07F;
}
.AnyTagClassName
{
color: #1DB07F;
}
</style>
background-color css
<style>
a { background-color: #1DB07F; }
a { background-color: rgb(29,176,127); }
div.DivClassName
{
background-color: #1DB07F;
}
.BgClassName
{
background-color: #1DB07F;
}
</style>
border-color css
<style>
span { border-color: #1DB07F; }
span { border-color: rgb(29,176,127); }
td.TdClassName
{
border-color: #1DB07F;
}
.TagClassName
{
border-color: #1DB07F;
}
</style>