Shades of Mountain Meadow #1DB46F
Tints of Mountain Meadow #1DB46F
RGB
CMYK
RGB Variations
Color information
#1DB46F (or 0x1DB46F) is known color: Mountain Meadow. HEX triplet: 1D, B4 and 6F. RGB value is (29,180,111). Sum of RGB (Red+Green+Blue) = 29+180+111=320 (42% of max value = 765). Red value is 29 (11.72% from 255 or 9.06% from 320); Green value is 180 (70.70% from 255 or 56.25% from 320); Blue value is 111 (43.75% from 255 or 34.69% from 320); Max value from RGB is 180 - color contains mainly: green. Hex color #1DB46F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DB46F is #E24B90. Grayscale: #7F7F7F. Windows color (decimal): -14830481 or 7320605. OLE color: 7320605.
HSL color Cylindrical-coordinate representation of color #1DB46F: hue angle of 152.58º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1DB46F is Cyan = 0.84, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 29 | 180 | 111 | - |
| CMYK | 0.84 | 0 | 0.38 | 0.29 |
| HSL | 152.58º | 0.72% | 0.41% | - |
| HSV(B) | 152.58º | 0.84% | 0.71% | - |
| XYZ | 19.7 | 34.05 | 20.57 | - |
| YUV | 126.99 | 118.97 | 58.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 180 | 111 | 0.84 | 0 | 0.38 | 0.29 | 152.58 | 0.72 | 0.41 |
| Hex | 1D | B4 | 6F | 54 | 0 | 26 | 1D | 99 | 48 | 29 |
| Octal | 35 | 264 | 157 | 124 | 0 | 46 | 35 | 231 | 110 | 51 |
| Binary | 11101 | 10110100 | 1101111 | 1010100 | 0 | 100110 | 11101 | 10011001 | 1001000 | 101001 |
Color Harmonies of #1DB46F
Complementary color
Monochromatic Colors of #1DB46F
Black with #1DB46F
Text Example
Text Example
White with #1DB46F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB46F; }
p { color: rgb(29,180,111); }
H1.HeaderClassName
{
color: #1DB46F;
}
.AnyTagClassName
{
color: #1DB46F;
}
</style>
background-color css
<style>
a { background-color: #1DB46F; }
a { background-color: rgb(29,180,111); }
div.DivClassName
{
background-color: #1DB46F;
}
.BgClassName
{
background-color: #1DB46F;
}
</style>
border-color css
<style>
span { border-color: #1DB46F; }
span { border-color: rgb(29,180,111); }
td.TdClassName
{
border-color: #1DB46F;
}
.TagClassName
{
border-color: #1DB46F;
}
</style>