Shades of Mountain Meadow #1DB897
Tints of Mountain Meadow #1DB897
RGB
CMYK
RGB Variations
Color information
#1DB897 (or 0x1DB897) is known color: Mountain Meadow. HEX triplet: 1D, B8 and 97. RGB value is (29,184,151). Sum of RGB (Red+Green+Blue) = 29+184+151=364 (48% of max value = 765). Red value is 29 (11.72% from 255 or 7.97% from 364); Green value is 184 (72.27% from 255 or 50.55% from 364); Blue value is 151 (59.38% from 255 or 41.48% from 364); Max value from RGB is 184 - color contains mainly: green. Hex color #1DB897 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DB897 is #E24768. Grayscale: #858585. Windows color (decimal): -14829417 or 9943069. OLE color: 9943069.
HSL color Cylindrical-coordinate representation of color #1DB897: hue angle of 167.23º 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 #1DB897 is Cyan = 0.84, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 29 | 184 | 151 | - |
| CMYK | 0.84 | 0 | 0.18 | 0.28 |
| HSL | 167.23º | 0.73% | 0.42% | - |
| HSV(B) | 167.23º | 0.84% | 0.72% | - |
| XYZ | 23.23 | 36.78 | 35.15 | - |
| YUV | 133.89 | 137.65 | 53.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 184 | 151 | 0.84 | 0 | 0.18 | 0.28 | 167.23 | 0.73 | 0.42 |
| Hex | 1D | B8 | 97 | 54 | 0 | 12 | 1C | A7 | 49 | 2A |
| Octal | 35 | 270 | 227 | 124 | 0 | 22 | 34 | 247 | 111 | 52 |
| Binary | 11101 | 10111000 | 10010111 | 1010100 | 0 | 10010 | 11100 | 10100111 | 1001001 | 101010 |
Color Harmonies of #1DB897
Complementary color
Monochromatic Colors of #1DB897
Black with #1DB897
Text Example
Text Example
White with #1DB897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB897; }
p { color: rgb(29,184,151); }
H1.HeaderClassName
{
color: #1DB897;
}
.AnyTagClassName
{
color: #1DB897;
}
</style>
background-color css
<style>
a { background-color: #1DB897; }
a { background-color: rgb(29,184,151); }
div.DivClassName
{
background-color: #1DB897;
}
.BgClassName
{
background-color: #1DB897;
}
</style>
border-color css
<style>
span { border-color: #1DB897; }
span { border-color: rgb(29,184,151); }
td.TdClassName
{
border-color: #1DB897;
}
.TagClassName
{
border-color: #1DB897;
}
</style>