Shades of Mountain Meadow #1DB27C
Tints of Mountain Meadow #1DB27C
RGB
CMYK
RGB Variations
Color information
#1DB27C (or 0x1DB27C) is known color: Mountain Meadow. HEX triplet: 1D, B2 and 7C. RGB value is (29,178,124). Sum of RGB (Red+Green+Blue) = 29+178+124=331 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.76% from 331); Green value is 178 (69.92% from 255 or 53.78% from 331); Blue value is 124 (48.83% from 255 or 37.46% from 331); Max value from RGB is 178 - color contains mainly: green. Hex color #1DB27C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1DB27C is #E24D83. Grayscale: #7F7F7F. Windows color (decimal): -14830980 or 8172061. OLE color: 8172061.
HSL color Cylindrical-coordinate representation of color #1DB27C: hue angle of 158.26º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1DB27C is Cyan = 0.84, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 29 | 178 | 124 | - |
| CMYK | 0.84 | 0 | 0.30 | 0.30 |
| HSL | 158.26º | 0.72% | 0.41% | - |
| HSV(B) | 158.26º | 0.84% | 0.7% | - |
| XYZ | 20.07 | 33.56 | 24.49 | - |
| YUV | 127.29 | 126.14 | 57.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 178 | 124 | 0.84 | 0 | 0.30 | 0.30 | 158.26 | 0.72 | 0.41 |
| Hex | 1D | B2 | 7C | 54 | 0 | 1E | 1E | 9E | 48 | 29 |
| Octal | 35 | 262 | 174 | 124 | 0 | 36 | 36 | 236 | 110 | 51 |
| Binary | 11101 | 10110010 | 1111100 | 1010100 | 0 | 11110 | 11110 | 10011110 | 1001000 | 101001 |
Color Harmonies of #1DB27C
Complementary color
Monochromatic Colors of #1DB27C
Black with #1DB27C
Text Example
Text Example
White with #1DB27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB27C; }
p { color: rgb(29,178,124); }
H1.HeaderClassName
{
color: #1DB27C;
}
.AnyTagClassName
{
color: #1DB27C;
}
</style>
background-color css
<style>
a { background-color: #1DB27C; }
a { background-color: rgb(29,178,124); }
div.DivClassName
{
background-color: #1DB27C;
}
.BgClassName
{
background-color: #1DB27C;
}
</style>
border-color css
<style>
span { border-color: #1DB27C; }
span { border-color: rgb(29,178,124); }
td.TdClassName
{
border-color: #1DB27C;
}
.TagClassName
{
border-color: #1DB27C;
}
</style>