Shades of Mountain Meadow #1DB36F
Tints of Mountain Meadow #1DB36F
RGB
CMYK
RGB Variations
Color information
#1DB36F (or 0x1DB36F) is known color: Mountain Meadow. HEX triplet: 1D, B3 and 6F. RGB value is (29,179,111). Sum of RGB (Red+Green+Blue) = 29+179+111=319 (42% of max value = 765). Red value is 29 (11.72% from 255 or 9.09% from 319); Green value is 179 (70.31% from 255 or 56.11% from 319); Blue value is 111 (43.75% from 255 or 34.80% from 319); Max value from RGB is 179 - color contains mainly: green. Hex color #1DB36F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DB36F is #E24C90. Grayscale: #7E7E7E. Windows color (decimal): -14830737 or 7320349. OLE color: 7320349.
HSL color Cylindrical-coordinate representation of color #1DB36F: hue angle of 152.8º 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 #1DB36F is Cyan = 0.84, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 29 | 179 | 111 | - |
| CMYK | 0.84 | 0 | 0.38 | 0.30 |
| HSL | 152.8º | 0.72% | 0.41% | - |
| HSV(B) | 152.8º | 0.84% | 0.7% | - |
| XYZ | 19.5 | 33.65 | 20.51 | - |
| YUV | 126.4 | 119.31 | 58.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 179 | 111 | 0.84 | 0 | 0.38 | 0.30 | 152.8 | 0.72 | 0.41 |
| Hex | 1D | B3 | 6F | 54 | 0 | 26 | 1E | 99 | 48 | 29 |
| Octal | 35 | 263 | 157 | 124 | 0 | 46 | 36 | 231 | 110 | 51 |
| Binary | 11101 | 10110011 | 1101111 | 1010100 | 0 | 100110 | 11110 | 10011001 | 1001000 | 101001 |
Color Harmonies of #1DB36F
Complementary color
Monochromatic Colors of #1DB36F
Black with #1DB36F
Text Example
Text Example
White with #1DB36F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB36F; }
p { color: rgb(29,179,111); }
H1.HeaderClassName
{
color: #1DB36F;
}
.AnyTagClassName
{
color: #1DB36F;
}
</style>
background-color css
<style>
a { background-color: #1DB36F; }
a { background-color: rgb(29,179,111); }
div.DivClassName
{
background-color: #1DB36F;
}
.BgClassName
{
background-color: #1DB36F;
}
</style>
border-color css
<style>
span { border-color: #1DB36F; }
span { border-color: rgb(29,179,111); }
td.TdClassName
{
border-color: #1DB36F;
}
.TagClassName
{
border-color: #1DB36F;
}
</style>