Shades of Mountain Meadow #1CB28B
Tints of Mountain Meadow #1CB28B
RGB
CMYK
RGB Variations
Color information
#1CB28B (or 0x1CB28B) is known color: Mountain Meadow. HEX triplet: 1C, B2 and 8B. RGB value is (28,178,139). Sum of RGB (Red+Green+Blue) = 28+178+139=345 (45% of max value = 765). Red value is 28 (11.33% from 255 or 8.12% from 345); Green value is 178 (69.92% from 255 or 51.59% from 345); Blue value is 139 (54.69% from 255 or 40.29% from 345); Max value from RGB is 178 - color contains mainly: green. Hex color #1CB28B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1CB28B is #E34D74. Grayscale: #808080. Windows color (decimal): -14896501 or 9155100. OLE color: 9155100.
HSL color Cylindrical-coordinate representation of color #1CB28B: hue angle of 164.4º 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 #1CB28B is Cyan = 0.84, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 28 | 178 | 139 | - |
| CMYK | 0.84 | 0 | 0.22 | 0.30 |
| HSL | 164.4º | 0.73% | 0.4% | - |
| HSV(B) | 164.4º | 0.84% | 0.7% | - |
| XYZ | 21.06 | 33.95 | 29.87 | - |
| YUV | 128.7 | 133.81 | 56.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 178 | 139 | 0.84 | 0 | 0.22 | 0.30 | 164.4 | 0.73 | 0.4 |
| Hex | 1C | B2 | 8B | 54 | 0 | 16 | 1E | A4 | 49 | 28 |
| Octal | 34 | 262 | 213 | 124 | 0 | 26 | 36 | 244 | 111 | 50 |
| Binary | 11100 | 10110010 | 10001011 | 1010100 | 0 | 10110 | 11110 | 10100100 | 1001001 | 101000 |
Color Harmonies of #1CB28B
Complementary color
Monochromatic Colors of #1CB28B
Black with #1CB28B
Text Example
Text Example
White with #1CB28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CB28B; }
p { color: rgb(28,178,139); }
H1.HeaderClassName
{
color: #1CB28B;
}
.AnyTagClassName
{
color: #1CB28B;
}
</style>
background-color css
<style>
a { background-color: #1CB28B; }
a { background-color: rgb(28,178,139); }
div.DivClassName
{
background-color: #1CB28B;
}
.BgClassName
{
background-color: #1CB28B;
}
</style>
border-color css
<style>
span { border-color: #1CB28B; }
span { border-color: rgb(28,178,139); }
td.TdClassName
{
border-color: #1CB28B;
}
.TagClassName
{
border-color: #1CB28B;
}
</style>