Shades of Mountain Meadow #1DBA6F
Tints of Mountain Meadow #1DBA6F
RGB
CMYK
RGB Variations
Color information
#1DBA6F (or 0x1DBA6F) is known color: Mountain Meadow. HEX triplet: 1D, BA and 6F. RGB value is (29,186,111). Sum of RGB (Red+Green+Blue) = 29+186+111=326 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.90% from 326); Green value is 186 (73.05% from 255 or 57.06% from 326); Blue value is 111 (43.75% from 255 or 34.05% from 326); Max value from RGB is 186 - color contains mainly: green. Hex color #1DBA6F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DBA6F is #E24590. Grayscale: #828282. Windows color (decimal): -14828945 or 7322141. OLE color: 7322141.
HSL color Cylindrical-coordinate representation of color #1DBA6F: hue angle of 151.34º 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 #1DBA6F is Cyan = 0.84, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 29 | 186 | 111 | - |
| CMYK | 0.84 | 0 | 0.40 | 0.27 |
| HSL | 151.34º | 0.73% | 0.42% | - |
| HSV(B) | 151.34º | 0.84% | 0.73% | - |
| XYZ | 20.93 | 36.53 | 20.99 | - |
| YUV | 130.51 | 116.99 | 55.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 186 | 111 | 0.84 | 0 | 0.40 | 0.27 | 151.34 | 0.73 | 0.42 |
| Hex | 1D | BA | 6F | 54 | 0 | 28 | 1B | 97 | 49 | 2A |
| Octal | 35 | 272 | 157 | 124 | 0 | 50 | 33 | 227 | 111 | 52 |
| Binary | 11101 | 10111010 | 1101111 | 1010100 | 0 | 101000 | 11011 | 10010111 | 1001001 | 101010 |
Color Harmonies of #1DBA6F
Complementary color
Monochromatic Colors of #1DBA6F
Black with #1DBA6F
Text Example
Text Example
White with #1DBA6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBA6F; }
p { color: rgb(29,186,111); }
H1.HeaderClassName
{
color: #1DBA6F;
}
.AnyTagClassName
{
color: #1DBA6F;
}
</style>
background-color css
<style>
a { background-color: #1DBA6F; }
a { background-color: rgb(29,186,111); }
div.DivClassName
{
background-color: #1DBA6F;
}
.BgClassName
{
background-color: #1DBA6F;
}
</style>
border-color css
<style>
span { border-color: #1DBA6F; }
span { border-color: rgb(29,186,111); }
td.TdClassName
{
border-color: #1DBA6F;
}
.TagClassName
{
border-color: #1DBA6F;
}
</style>