Shades of Mountain Meadow #1CB37E
Tints of Mountain Meadow #1CB37E
RGB
CMYK
RGB Variations
Color information
#1CB37E (or 0x1CB37E) is known color: Mountain Meadow. HEX triplet: 1C, B3 and 7E. RGB value is (28,179,126). Sum of RGB (Red+Green+Blue) = 28+179+126=333 (44% of max value = 765). Red value is 28 (11.33% from 255 or 8.41% from 333); Green value is 179 (70.31% from 255 or 53.75% from 333); Blue value is 126 (49.61% from 255 or 37.84% from 333); Max value from RGB is 179 - color contains mainly: green. Hex color #1CB37E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CB37E is #E34C81. Grayscale: #7F7F7F. Windows color (decimal): -14896258 or 8303388. OLE color: 8303388.
HSL color Cylindrical-coordinate representation of color #1CB37E: hue angle of 158.94º degrees, saturation: 0.73, 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 #1CB37E is Cyan = 0.84, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 28 | 179 | 126 | - |
| CMYK | 0.84 | 0 | 0.30 | 0.30 |
| HSL | 158.94º | 0.73% | 0.41% | - |
| HSV(B) | 158.94º | 0.84% | 0.7% | - |
| XYZ | 20.36 | 33.99 | 25.23 | - |
| YUV | 127.81 | 126.97 | 56.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 179 | 126 | 0.84 | 0 | 0.30 | 0.30 | 158.94 | 0.73 | 0.41 |
| Hex | 1C | B3 | 7E | 54 | 0 | 1E | 1E | 9F | 49 | 29 |
| Octal | 34 | 263 | 176 | 124 | 0 | 36 | 36 | 237 | 111 | 51 |
| Binary | 11100 | 10110011 | 1111110 | 1010100 | 0 | 11110 | 11110 | 10011111 | 1001001 | 101001 |
Color Harmonies of #1CB37E
Complementary color
Monochromatic Colors of #1CB37E
Black with #1CB37E
Text Example
Text Example
White with #1CB37E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CB37E; }
p { color: rgb(28,179,126); }
H1.HeaderClassName
{
color: #1CB37E;
}
.AnyTagClassName
{
color: #1CB37E;
}
</style>
background-color css
<style>
a { background-color: #1CB37E; }
a { background-color: rgb(28,179,126); }
div.DivClassName
{
background-color: #1CB37E;
}
.BgClassName
{
background-color: #1CB37E;
}
</style>
border-color css
<style>
span { border-color: #1CB37E; }
span { border-color: rgb(28,179,126); }
td.TdClassName
{
border-color: #1CB37E;
}
.TagClassName
{
border-color: #1CB37E;
}
</style>