Shades of Mountain Meadow #1CB284
Tints of Mountain Meadow #1CB284
RGB
CMYK
RGB Variations
Color information
#1CB284 (or 0x1CB284) is known color: Mountain Meadow. HEX triplet: 1C, B2 and 84. RGB value is (28,178,132). Sum of RGB (Red+Green+Blue) = 28+178+132=338 (44% of max value = 765). Red value is 28 (11.33% from 255 or 8.28% from 338); Green value is 178 (69.92% from 255 or 52.66% from 338); Blue value is 132 (51.95% from 255 or 39.05% from 338); Max value from RGB is 178 - color contains mainly: green. Hex color #1CB284 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1CB284 is #E34D7B. Grayscale: #7F7F7F. Windows color (decimal): -14896508 or 8696348. OLE color: 8696348.
HSL color Cylindrical-coordinate representation of color #1CB284: hue angle of 161.6º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1CB284 is Cyan = 0.84, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 28 | 178 | 132 | - |
| CMYK | 0.84 | 0 | 0.26 | 0.30 |
| HSL | 161.6º | 0.73% | 0.4% | - |
| HSV(B) | 161.6º | 0.84% | 0.7% | - |
| XYZ | 20.56 | 33.75 | 27.26 | - |
| YUV | 127.91 | 130.31 | 56.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 178 | 132 | 0.84 | 0 | 0.26 | 0.30 | 161.6 | 0.73 | 0.4 |
| Hex | 1C | B2 | 84 | 54 | 0 | 1A | 1E | A2 | 49 | 28 |
| Octal | 34 | 262 | 204 | 124 | 0 | 32 | 36 | 242 | 111 | 50 |
| Binary | 11100 | 10110010 | 10000100 | 1010100 | 0 | 11010 | 11110 | 10100010 | 1001001 | 101000 |
Color Harmonies of #1CB284
Complementary color
Monochromatic Colors of #1CB284
Black with #1CB284
Text Example
Text Example
White with #1CB284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CB284; }
p { color: rgb(28,178,132); }
H1.HeaderClassName
{
color: #1CB284;
}
.AnyTagClassName
{
color: #1CB284;
}
</style>
background-color css
<style>
a { background-color: #1CB284; }
a { background-color: rgb(28,178,132); }
div.DivClassName
{
background-color: #1CB284;
}
.BgClassName
{
background-color: #1CB284;
}
</style>
border-color css
<style>
span { border-color: #1CB284; }
span { border-color: rgb(28,178,132); }
td.TdClassName
{
border-color: #1CB284;
}
.TagClassName
{
border-color: #1CB284;
}
</style>