Shades of Mountain Meadow #1DBA7F
Tints of Mountain Meadow #1DBA7F
RGB
CMYK
RGB Variations
Color information
#1DBA7F (or 0x1DBA7F) is known color: Mountain Meadow. HEX triplet: 1D, BA and 7F. RGB value is (29,186,127). Sum of RGB (Red+Green+Blue) = 29+186+127=342 (45% of max value = 765). Red value is 29 (11.72% from 255 or 8.48% from 342); Green value is 186 (73.05% from 255 or 54.39% from 342); Blue value is 127 (50% from 255 or 37.13% from 342); Max value from RGB is 186 - color contains mainly: green. Hex color #1DBA7F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DBA7F is #E24580. Grayscale: #848484. Windows color (decimal): -14828929 or 8370717. OLE color: 8370717.
HSL color Cylindrical-coordinate representation of color #1DBA7F: hue angle of 157.45º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1DBA7F is Cyan = 0.84, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 29 | 186 | 127 | - |
| CMYK | 0.84 | 0 | 0.32 | 0.27 |
| HSL | 157.45º | 0.73% | 0.42% | - |
| HSV(B) | 157.45º | 0.84% | 0.73% | - |
| XYZ | 21.9 | 36.91 | 26.05 | - |
| YUV | 132.33 | 124.99 | 54.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 186 | 127 | 0.84 | 0 | 0.32 | 0.27 | 157.45 | 0.73 | 0.42 |
| Hex | 1D | BA | 7F | 54 | 0 | 20 | 1B | 9D | 49 | 2A |
| Octal | 35 | 272 | 177 | 124 | 0 | 40 | 33 | 235 | 111 | 52 |
| Binary | 11101 | 10111010 | 1111111 | 1010100 | 0 | 100000 | 11011 | 10011101 | 1001001 | 101010 |
Color Harmonies of #1DBA7F
Complementary color
Monochromatic Colors of #1DBA7F
Black with #1DBA7F
Text Example
Text Example
White with #1DBA7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBA7F; }
p { color: rgb(29,186,127); }
H1.HeaderClassName
{
color: #1DBA7F;
}
.AnyTagClassName
{
color: #1DBA7F;
}
</style>
background-color css
<style>
a { background-color: #1DBA7F; }
a { background-color: rgb(29,186,127); }
div.DivClassName
{
background-color: #1DBA7F;
}
.BgClassName
{
background-color: #1DBA7F;
}
</style>
border-color css
<style>
span { border-color: #1DBA7F; }
span { border-color: rgb(29,186,127); }
td.TdClassName
{
border-color: #1DBA7F;
}
.TagClassName
{
border-color: #1DBA7F;
}
</style>