Shades of Mountain Meadow #1DB27F
Tints of Mountain Meadow #1DB27F
RGB
CMYK
RGB Variations
Color information
#1DB27F (or 0x1DB27F) is known color: Mountain Meadow. HEX triplet: 1D, B2 and 7F. RGB value is (29,178,127). Sum of RGB (Red+Green+Blue) = 29+178+127=334 (44% of max value = 765). Red value is 29 (11.72% from 255 or 8.68% from 334); Green value is 178 (69.92% from 255 or 53.29% from 334); Blue value is 127 (50% from 255 or 38.02% from 334); Max value from RGB is 178 - color contains mainly: green. Hex color #1DB27F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1DB27F is #E24D80. Grayscale: #7F7F7F. Windows color (decimal): -14830977 or 8368669. OLE color: 8368669.
HSL color Cylindrical-coordinate representation of color #1DB27F: hue angle of 159.46º 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 #1DB27F is Cyan = 0.84, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 29 | 178 | 127 | - |
| CMYK | 0.84 | 0 | 0.29 | 0.30 |
| HSL | 159.46º | 0.72% | 0.41% | - |
| HSV(B) | 159.46º | 0.84% | 0.7% | - |
| XYZ | 20.26 | 33.63 | 25.5 | - |
| YUV | 127.64 | 127.64 | 57.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 178 | 127 | 0.84 | 0 | 0.29 | 0.30 | 159.46 | 0.72 | 0.41 |
| Hex | 1D | B2 | 7F | 54 | 0 | 1D | 1E | 9F | 48 | 29 |
| Octal | 35 | 262 | 177 | 124 | 0 | 35 | 36 | 237 | 110 | 51 |
| Binary | 11101 | 10110010 | 1111111 | 1010100 | 0 | 11101 | 11110 | 10011111 | 1001000 | 101001 |
Color Harmonies of #1DB27F
Complementary color
Monochromatic Colors of #1DB27F
Black with #1DB27F
Text Example
Text Example
White with #1DB27F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB27F; }
p { color: rgb(29,178,127); }
H1.HeaderClassName
{
color: #1DB27F;
}
.AnyTagClassName
{
color: #1DB27F;
}
</style>
background-color css
<style>
a { background-color: #1DB27F; }
a { background-color: rgb(29,178,127); }
div.DivClassName
{
background-color: #1DB27F;
}
.BgClassName
{
background-color: #1DB27F;
}
</style>
border-color css
<style>
span { border-color: #1DB27F; }
span { border-color: rgb(29,178,127); }
td.TdClassName
{
border-color: #1DB27F;
}
.TagClassName
{
border-color: #1DB27F;
}
</style>