Shades of Mountain Meadow #1CB38D
Tints of Mountain Meadow #1CB38D
RGB
CMYK
RGB Variations
Color information
#1CB38D (or 0x1CB38D) is known color: Mountain Meadow. HEX triplet: 1C, B3 and 8D. RGB value is (28,179,141). Sum of RGB (Red+Green+Blue) = 28+179+141=348 (46% of max value = 765). Red value is 28 (11.33% from 255 or 8.05% from 348); Green value is 179 (70.31% from 255 or 51.44% from 348); Blue value is 141 (55.47% from 255 or 40.52% from 348); Max value from RGB is 179 - color contains mainly: green. Hex color #1CB38D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CB38D is #E34C72. Grayscale: #818181. Windows color (decimal): -14896243 or 9286428. OLE color: 9286428.
HSL color Cylindrical-coordinate representation of color #1CB38D: hue angle of 164.9º 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 #1CB38D is Cyan = 0.84, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 28 | 179 | 141 | - |
| CMYK | 0.84 | 0 | 0.21 | 0.30 |
| HSL | 164.9º | 0.73% | 0.41% | - |
| HSV(B) | 164.9º | 0.84% | 0.7% | - |
| XYZ | 21.41 | 34.41 | 30.71 | - |
| YUV | 129.52 | 134.47 | 55.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 179 | 141 | 0.84 | 0 | 0.21 | 0.30 | 164.9 | 0.73 | 0.41 |
| Hex | 1C | B3 | 8D | 54 | 0 | 15 | 1E | A5 | 49 | 29 |
| Octal | 34 | 263 | 215 | 124 | 0 | 25 | 36 | 245 | 111 | 51 |
| Binary | 11100 | 10110011 | 10001101 | 1010100 | 0 | 10101 | 11110 | 10100101 | 1001001 | 101001 |
Color Harmonies of #1CB38D
Complementary color
Monochromatic Colors of #1CB38D
Black with #1CB38D
Text Example
Text Example
White with #1CB38D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CB38D; }
p { color: rgb(28,179,141); }
H1.HeaderClassName
{
color: #1CB38D;
}
.AnyTagClassName
{
color: #1CB38D;
}
</style>
background-color css
<style>
a { background-color: #1CB38D; }
a { background-color: rgb(28,179,141); }
div.DivClassName
{
background-color: #1CB38D;
}
.BgClassName
{
background-color: #1CB38D;
}
</style>
border-color css
<style>
span { border-color: #1CB38D; }
span { border-color: rgb(28,179,141); }
td.TdClassName
{
border-color: #1CB38D;
}
.TagClassName
{
border-color: #1CB38D;
}
</style>