Shades of Mountain Meadow #1DB971
Tints of Mountain Meadow #1DB971
RGB
CMYK
RGB Variations
Color information
#1DB971 (or 0x1DB971) is known color: Mountain Meadow. HEX triplet: 1D, B9 and 71. RGB value is (29,185,113). Sum of RGB (Red+Green+Blue) = 29+185+113=327 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.87% from 327); Green value is 185 (72.66% from 255 or 56.57% from 327); Blue value is 113 (44.53% from 255 or 34.56% from 327); Max value from RGB is 185 - color contains mainly: green. Hex color #1DB971 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DB971 is #E2468E. Grayscale: #828282. Windows color (decimal): -14829199 or 7452957. OLE color: 7452957.
HSL color Cylindrical-coordinate representation of color #1DB971: hue angle of 152.31º 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 #1DB971 is Cyan = 0.84, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 29 | 185 | 113 | - |
| CMYK | 0.84 | 0 | 0.39 | 0.27 |
| HSL | 152.31º | 0.73% | 0.42% | - |
| HSV(B) | 152.31º | 0.84% | 0.73% | - |
| XYZ | 20.84 | 36.15 | 21.5 | - |
| YUV | 130.15 | 118.32 | 55.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 185 | 113 | 0.84 | 0 | 0.39 | 0.27 | 152.31 | 0.73 | 0.42 |
| Hex | 1D | B9 | 71 | 54 | 0 | 27 | 1B | 98 | 49 | 2A |
| Octal | 35 | 271 | 161 | 124 | 0 | 47 | 33 | 230 | 111 | 52 |
| Binary | 11101 | 10111001 | 1110001 | 1010100 | 0 | 100111 | 11011 | 10011000 | 1001001 | 101010 |
Color Harmonies of #1DB971
Complementary color
Monochromatic Colors of #1DB971
Black with #1DB971
Text Example
Text Example
White with #1DB971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB971; }
p { color: rgb(29,185,113); }
H1.HeaderClassName
{
color: #1DB971;
}
.AnyTagClassName
{
color: #1DB971;
}
</style>
background-color css
<style>
a { background-color: #1DB971; }
a { background-color: rgb(29,185,113); }
div.DivClassName
{
background-color: #1DB971;
}
.BgClassName
{
background-color: #1DB971;
}
</style>
border-color css
<style>
span { border-color: #1DB971; }
span { border-color: rgb(29,185,113); }
td.TdClassName
{
border-color: #1DB971;
}
.TagClassName
{
border-color: #1DB971;
}
</style>