Shades of Mountain Meadow #1CB470
Tints of Mountain Meadow #1CB470
RGB
CMYK
RGB Variations
Color information
#1CB470 (or 0x1CB470) is known color: Mountain Meadow. HEX triplet: 1C, B4 and 70. RGB value is (28,180,112). Sum of RGB (Red+Green+Blue) = 28+180+112=320 (42% of max value = 765). Red value is 28 (11.33% from 255 or 8.75% from 320); Green value is 180 (70.70% from 255 or 56.25% from 320); Blue value is 112 (44.14% from 255 or 35% from 320); Max value from RGB is 180 - color contains mainly: green. Hex color #1CB470 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CB470 is #E34B8F. Grayscale: #7E7E7E. Windows color (decimal): -14896016 or 7386140. OLE color: 7386140.
HSL color Cylindrical-coordinate representation of color #1CB470: hue angle of 153.16º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1CB470 is Cyan = 0.84, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 28 | 180 | 112 | - |
| CMYK | 0.84 | 0 | 0.38 | 0.29 |
| HSL | 153.16º | 0.73% | 0.41% | - |
| HSV(B) | 153.16º | 0.84% | 0.71% | - |
| XYZ | 19.72 | 34.06 | 20.86 | - |
| YUV | 126.8 | 119.64 | 57.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 180 | 112 | 0.84 | 0 | 0.38 | 0.29 | 153.16 | 0.73 | 0.41 |
| Hex | 1C | B4 | 70 | 54 | 0 | 26 | 1D | 99 | 49 | 29 |
| Octal | 34 | 264 | 160 | 124 | 0 | 46 | 35 | 231 | 111 | 51 |
| Binary | 11100 | 10110100 | 1110000 | 1010100 | 0 | 100110 | 11101 | 10011001 | 1001001 | 101001 |
Color Harmonies of #1CB470
Complementary color
Monochromatic Colors of #1CB470
Black with #1CB470
Text Example
Text Example
White with #1CB470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CB470; }
p { color: rgb(28,180,112); }
H1.HeaderClassName
{
color: #1CB470;
}
.AnyTagClassName
{
color: #1CB470;
}
</style>
background-color css
<style>
a { background-color: #1CB470; }
a { background-color: rgb(28,180,112); }
div.DivClassName
{
background-color: #1CB470;
}
.BgClassName
{
background-color: #1CB470;
}
</style>
border-color css
<style>
span { border-color: #1CB470; }
span { border-color: rgb(28,180,112); }
td.TdClassName
{
border-color: #1CB470;
}
.TagClassName
{
border-color: #1CB470;
}
</style>