Shades of Mountain Meadow #1EB282
Tints of Mountain Meadow #1EB282
RGB
CMYK
RGB Variations
Color information
#1EB282 (or 0x1EB282) is known color: Mountain Meadow. HEX triplet: 1E, B2 and 82. RGB value is (30,178,130). Sum of RGB (Red+Green+Blue) = 30+178+130=338 (44% of max value = 765). Red value is 30 (12.11% from 255 or 8.88% from 338); Green value is 178 (69.92% from 255 or 52.66% from 338); Blue value is 130 (51.17% from 255 or 38.46% from 338); Max value from RGB is 178 - color contains mainly: green. Hex color #1EB282 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1EB282 is #E14D7D. Grayscale: #808080. Windows color (decimal): -14765438 or 8565278. OLE color: 8565278.
HSL color Cylindrical-coordinate representation of color #1EB282: hue angle of 160.54º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1EB282 is Cyan = 0.83, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 30 | 178 | 130 | - |
| CMYK | 0.83 | 0 | 0.27 | 0.30 |
| HSL | 160.54º | 0.71% | 0.41% | - |
| HSV(B) | 160.54º | 0.83% | 0.7% | - |
| XYZ | 20.49 | 33.73 | 26.55 | - |
| YUV | 128.28 | 128.97 | 57.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 178 | 130 | 0.83 | 0 | 0.27 | 0.30 | 160.54 | 0.71 | 0.41 |
| Hex | 1E | B2 | 82 | 53 | 0 | 1B | 1E | A1 | 47 | 29 |
| Octal | 36 | 262 | 202 | 123 | 0 | 33 | 36 | 241 | 107 | 51 |
| Binary | 11110 | 10110010 | 10000010 | 1010011 | 0 | 11011 | 11110 | 10100001 | 1000111 | 101001 |
Color Harmonies of #1EB282
Complementary color
Monochromatic Colors of #1EB282
Black with #1EB282
Text Example
Text Example
White with #1EB282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EB282; }
p { color: rgb(30,178,130); }
H1.HeaderClassName
{
color: #1EB282;
}
.AnyTagClassName
{
color: #1EB282;
}
</style>
background-color css
<style>
a { background-color: #1EB282; }
a { background-color: rgb(30,178,130); }
div.DivClassName
{
background-color: #1EB282;
}
.BgClassName
{
background-color: #1EB282;
}
</style>
border-color css
<style>
span { border-color: #1EB282; }
span { border-color: rgb(30,178,130); }
td.TdClassName
{
border-color: #1EB282;
}
.TagClassName
{
border-color: #1EB282;
}
</style>