Shades of Mountain Meadow #1DB875
Tints of Mountain Meadow #1DB875
RGB
CMYK
RGB Variations
Color information
#1DB875 (or 0x1DB875) is known color: Mountain Meadow. HEX triplet: 1D, B8 and 75. RGB value is (29,184,117). Sum of RGB (Red+Green+Blue) = 29+184+117=330 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.79% from 330); Green value is 184 (72.27% from 255 or 55.76% from 330); Blue value is 117 (46.09% from 255 or 35.45% from 330); Max value from RGB is 184 - color contains mainly: green. Hex color #1DB875 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DB875 is #E2478A. Grayscale: #828282. Windows color (decimal): -14829451 or 7714845. OLE color: 7714845.
HSL color Cylindrical-coordinate representation of color #1DB875: hue angle of 154.06º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1DB875 is Cyan = 0.84, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 29 | 184 | 117 | - |
| CMYK | 0.84 | 0 | 0.36 | 0.28 |
| HSL | 154.06º | 0.73% | 0.42% | - |
| HSV(B) | 154.06º | 0.84% | 0.72% | - |
| XYZ | 20.86 | 35.83 | 22.65 | - |
| YUV | 130.02 | 120.65 | 55.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 184 | 117 | 0.84 | 0 | 0.36 | 0.28 | 154.06 | 0.73 | 0.42 |
| Hex | 1D | B8 | 75 | 54 | 0 | 24 | 1C | 9A | 49 | 2A |
| Octal | 35 | 270 | 165 | 124 | 0 | 44 | 34 | 232 | 111 | 52 |
| Binary | 11101 | 10111000 | 1110101 | 1010100 | 0 | 100100 | 11100 | 10011010 | 1001001 | 101010 |
Color Harmonies of #1DB875
Complementary color
Monochromatic Colors of #1DB875
Black with #1DB875
Text Example
Text Example
White with #1DB875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB875; }
p { color: rgb(29,184,117); }
H1.HeaderClassName
{
color: #1DB875;
}
.AnyTagClassName
{
color: #1DB875;
}
</style>
background-color css
<style>
a { background-color: #1DB875; }
a { background-color: rgb(29,184,117); }
div.DivClassName
{
background-color: #1DB875;
}
.BgClassName
{
background-color: #1DB875;
}
</style>
border-color css
<style>
span { border-color: #1DB875; }
span { border-color: rgb(29,184,117); }
td.TdClassName
{
border-color: #1DB875;
}
.TagClassName
{
border-color: #1DB875;
}
</style>