Shades of Mountain Meadow #1DB583
Tints of Mountain Meadow #1DB583
RGB
CMYK
RGB Variations
Color information
#1DB583 (or 0x1DB583) is known color: Mountain Meadow. HEX triplet: 1D, B5 and 83. RGB value is (29,181,131). Sum of RGB (Red+Green+Blue) = 29+181+131=341 (45% of max value = 765). Red value is 29 (11.72% from 255 or 8.50% from 341); Green value is 181 (71.09% from 255 or 53.08% from 341); Blue value is 131 (51.56% from 255 or 38.42% from 341); Max value from RGB is 181 - color contains mainly: green. Hex color #1DB583 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DB583 is #E24A7C. Grayscale: #818181. Windows color (decimal): -14830205 or 8631581. OLE color: 8631581.
HSL color Cylindrical-coordinate representation of color #1DB583: hue angle of 160.26º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1DB583 is Cyan = 0.84, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 29 | 181 | 131 | - |
| CMYK | 0.84 | 0 | 0.28 | 0.29 |
| HSL | 160.26º | 0.72% | 0.41% | - |
| HSV(B) | 160.26º | 0.84% | 0.71% | - |
| XYZ | 21.13 | 34.95 | 27.1 | - |
| YUV | 129.85 | 128.64 | 56.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 181 | 131 | 0.84 | 0 | 0.28 | 0.29 | 160.26 | 0.72 | 0.41 |
| Hex | 1D | B5 | 83 | 54 | 0 | 1C | 1D | A0 | 48 | 29 |
| Octal | 35 | 265 | 203 | 124 | 0 | 34 | 35 | 240 | 110 | 51 |
| Binary | 11101 | 10110101 | 10000011 | 1010100 | 0 | 11100 | 11101 | 10100000 | 1001000 | 101001 |
Color Harmonies of #1DB583
Complementary color
Monochromatic Colors of #1DB583
Black with #1DB583
Text Example
Text Example
White with #1DB583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB583; }
p { color: rgb(29,181,131); }
H1.HeaderClassName
{
color: #1DB583;
}
.AnyTagClassName
{
color: #1DB583;
}
</style>
background-color css
<style>
a { background-color: #1DB583; }
a { background-color: rgb(29,181,131); }
div.DivClassName
{
background-color: #1DB583;
}
.BgClassName
{
background-color: #1DB583;
}
</style>
border-color css
<style>
span { border-color: #1DB583; }
span { border-color: rgb(29,181,131); }
td.TdClassName
{
border-color: #1DB583;
}
.TagClassName
{
border-color: #1DB583;
}
</style>