Shades of Mountain Meadow #1CB378
Tints of Mountain Meadow #1CB378
RGB
CMYK
RGB Variations
Color information
#1CB378 (or 0x1CB378) is known color: Mountain Meadow. HEX triplet: 1C, B3 and 78. RGB value is (28,179,120). Sum of RGB (Red+Green+Blue) = 28+179+120=327 (43% of max value = 765). Red value is 28 (11.33% from 255 or 8.56% from 327); Green value is 179 (70.31% from 255 or 54.74% from 327); Blue value is 120 (47.27% from 255 or 36.70% from 327); Max value from RGB is 179 - color contains mainly: green. Hex color #1CB378 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CB378 is #E34C87. Grayscale: #7F7F7F. Windows color (decimal): -14896264 or 7910172. OLE color: 7910172.
HSL color Cylindrical-coordinate representation of color #1CB378: hue angle of 156.56º 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 #1CB378 is Cyan = 0.84, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 28 | 179 | 120 | - |
| CMYK | 0.84 | 0 | 0.33 | 0.30 |
| HSL | 156.56º | 0.73% | 0.41% | - |
| HSV(B) | 156.56º | 0.84% | 0.7% | - |
| XYZ | 19.99 | 33.84 | 23.25 | - |
| YUV | 127.13 | 123.97 | 57.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 179 | 120 | 0.84 | 0 | 0.33 | 0.30 | 156.56 | 0.73 | 0.41 |
| Hex | 1C | B3 | 78 | 54 | 0 | 21 | 1E | 9D | 49 | 29 |
| Octal | 34 | 263 | 170 | 124 | 0 | 41 | 36 | 235 | 111 | 51 |
| Binary | 11100 | 10110011 | 1111000 | 1010100 | 0 | 100001 | 11110 | 10011101 | 1001001 | 101001 |
Color Harmonies of #1CB378
Complementary color
Monochromatic Colors of #1CB378
Black with #1CB378
Text Example
Text Example
White with #1CB378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CB378; }
p { color: rgb(28,179,120); }
H1.HeaderClassName
{
color: #1CB378;
}
.AnyTagClassName
{
color: #1CB378;
}
</style>
background-color css
<style>
a { background-color: #1CB378; }
a { background-color: rgb(28,179,120); }
div.DivClassName
{
background-color: #1CB378;
}
.BgClassName
{
background-color: #1CB378;
}
</style>
border-color css
<style>
span { border-color: #1CB378; }
span { border-color: rgb(28,179,120); }
td.TdClassName
{
border-color: #1CB378;
}
.TagClassName
{
border-color: #1CB378;
}
</style>