Shades of Mountain Meadow #1DBB71
Tints of Mountain Meadow #1DBB71
RGB
CMYK
RGB Variations
Color information
#1DBB71 (or 0x1DBB71) is known color: Mountain Meadow. HEX triplet: 1D, BB and 71. RGB value is (29,187,113). Sum of RGB (Red+Green+Blue) = 29+187+113=329 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.81% from 329); Green value is 187 (73.44% from 255 or 56.84% from 329); Blue value is 113 (44.53% from 255 or 34.35% from 329); Max value from RGB is 187 - color contains mainly: green. Hex color #1DBB71 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DBB71 is #E2448E. Grayscale: #838383. Windows color (decimal): -14828687 or 7453469. OLE color: 7453469.
HSL color Cylindrical-coordinate representation of color #1DBB71: hue angle of 151.9º 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 #1DBB71 is Cyan = 0.84, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 29 | 187 | 113 | - |
| CMYK | 0.84 | 0 | 0.40 | 0.27 |
| HSL | 151.9º | 0.73% | 0.42% | - |
| HSV(B) | 151.9º | 0.84% | 0.73% | - |
| XYZ | 21.26 | 36.99 | 21.64 | - |
| YUV | 131.32 | 117.65 | 55.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 187 | 113 | 0.84 | 0 | 0.40 | 0.27 | 151.9 | 0.73 | 0.42 |
| Hex | 1D | BB | 71 | 54 | 0 | 28 | 1B | 98 | 49 | 2A |
| Octal | 35 | 273 | 161 | 124 | 0 | 50 | 33 | 230 | 111 | 52 |
| Binary | 11101 | 10111011 | 1110001 | 1010100 | 0 | 101000 | 11011 | 10011000 | 1001001 | 101010 |
Color Harmonies of #1DBB71
Complementary color
Monochromatic Colors of #1DBB71
Black with #1DBB71
Text Example
Text Example
White with #1DBB71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBB71; }
p { color: rgb(29,187,113); }
H1.HeaderClassName
{
color: #1DBB71;
}
.AnyTagClassName
{
color: #1DBB71;
}
</style>
background-color css
<style>
a { background-color: #1DBB71; }
a { background-color: rgb(29,187,113); }
div.DivClassName
{
background-color: #1DBB71;
}
.BgClassName
{
background-color: #1DBB71;
}
</style>
border-color css
<style>
span { border-color: #1DBB71; }
span { border-color: rgb(29,187,113); }
td.TdClassName
{
border-color: #1DBB71;
}
.TagClassName
{
border-color: #1DBB71;
}
</style>