Shades of Mountain Meadow #1EB370
Tints of Mountain Meadow #1EB370
RGB
CMYK
RGB Variations
Color information
#1EB370 (or 0x1EB370) is known color: Mountain Meadow. HEX triplet: 1E, B3 and 70. RGB value is (30,179,112). Sum of RGB (Red+Green+Blue) = 30+179+112=321 (42% of max value = 765). Red value is 30 (12.11% from 255 or 9.35% from 321); Green value is 179 (70.31% from 255 or 55.76% from 321); Blue value is 112 (44.14% from 255 or 34.89% from 321); Max value from RGB is 179 - color contains mainly: green. Hex color #1EB370 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1EB370 is #E14C8F. Grayscale: #7E7E7E. Windows color (decimal): -14765200 or 7385886. OLE color: 7385886.
HSL color Cylindrical-coordinate representation of color #1EB370: hue angle of 153.02º 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 #1EB370 is Cyan = 0.83, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 30 | 179 | 112 | - |
| CMYK | 0.83 | 0 | 0.37 | 0.30 |
| HSL | 153.02º | 0.71% | 0.41% | - |
| HSV(B) | 153.02º | 0.83% | 0.7% | - |
| XYZ | 19.58 | 33.69 | 20.8 | - |
| YUV | 126.81 | 119.64 | 58.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 179 | 112 | 0.83 | 0 | 0.37 | 0.30 | 153.02 | 0.71 | 0.41 |
| Hex | 1E | B3 | 70 | 53 | 0 | 25 | 1E | 99 | 47 | 29 |
| Octal | 36 | 263 | 160 | 123 | 0 | 45 | 36 | 231 | 107 | 51 |
| Binary | 11110 | 10110011 | 1110000 | 1010011 | 0 | 100101 | 11110 | 10011001 | 1000111 | 101001 |
Color Harmonies of #1EB370
Complementary color
Monochromatic Colors of #1EB370
Black with #1EB370
Text Example
Text Example
White with #1EB370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EB370; }
p { color: rgb(30,179,112); }
H1.HeaderClassName
{
color: #1EB370;
}
.AnyTagClassName
{
color: #1EB370;
}
</style>
background-color css
<style>
a { background-color: #1EB370; }
a { background-color: rgb(30,179,112); }
div.DivClassName
{
background-color: #1EB370;
}
.BgClassName
{
background-color: #1EB370;
}
</style>
border-color css
<style>
span { border-color: #1EB370; }
span { border-color: rgb(30,179,112); }
td.TdClassName
{
border-color: #1EB370;
}
.TagClassName
{
border-color: #1EB370;
}
</style>