Shades of Mountain Meadow #1DB975
Tints of Mountain Meadow #1DB975
RGB
CMYK
RGB Variations
Color information
#1DB975 (or 0x1DB975) is known color: Mountain Meadow. HEX triplet: 1D, B9 and 75. RGB value is (29,185,117). Sum of RGB (Red+Green+Blue) = 29+185+117=331 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.76% from 331); Green value is 185 (72.66% from 255 or 55.89% from 331); Blue value is 117 (46.09% from 255 or 35.35% from 331); Max value from RGB is 185 - color contains mainly: green. Hex color #1DB975 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DB975 is #E2468A. Grayscale: #828282. Windows color (decimal): -14829195 or 7715101. OLE color: 7715101.
HSL color Cylindrical-coordinate representation of color #1DB975: hue angle of 153.85º 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 #1DB975 is Cyan = 0.84, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 29 | 185 | 117 | - |
| CMYK | 0.84 | 0 | 0.37 | 0.27 |
| HSL | 153.85º | 0.73% | 0.42% | - |
| HSV(B) | 153.85º | 0.84% | 0.73% | - |
| XYZ | 21.07 | 36.24 | 22.72 | - |
| YUV | 130.6 | 120.32 | 55.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 185 | 117 | 0.84 | 0 | 0.37 | 0.27 | 153.85 | 0.73 | 0.42 |
| Hex | 1D | B9 | 75 | 54 | 0 | 25 | 1B | 9A | 49 | 2A |
| Octal | 35 | 271 | 165 | 124 | 0 | 45 | 33 | 232 | 111 | 52 |
| Binary | 11101 | 10111001 | 1110101 | 1010100 | 0 | 100101 | 11011 | 10011010 | 1001001 | 101010 |
Color Harmonies of #1DB975
Complementary color
Monochromatic Colors of #1DB975
Black with #1DB975
Text Example
Text Example
White with #1DB975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB975; }
p { color: rgb(29,185,117); }
H1.HeaderClassName
{
color: #1DB975;
}
.AnyTagClassName
{
color: #1DB975;
}
</style>
background-color css
<style>
a { background-color: #1DB975; }
a { background-color: rgb(29,185,117); }
div.DivClassName
{
background-color: #1DB975;
}
.BgClassName
{
background-color: #1DB975;
}
</style>
border-color css
<style>
span { border-color: #1DB975; }
span { border-color: rgb(29,185,117); }
td.TdClassName
{
border-color: #1DB975;
}
.TagClassName
{
border-color: #1DB975;
}
</style>