Shades of Mountain Meadow #1CB37B
Tints of Mountain Meadow #1CB37B
RGB
CMYK
RGB Variations
Color information
#1CB37B (or 0x1CB37B) is known color: Mountain Meadow. HEX triplet: 1C, B3 and 7B. RGB value is (28,179,123). Sum of RGB (Red+Green+Blue) = 28+179+123=330 (43% of max value = 765). Red value is 28 (11.33% from 255 or 8.48% from 330); Green value is 179 (70.31% from 255 or 54.24% from 330); Blue value is 123 (48.44% from 255 or 37.27% from 330); Max value from RGB is 179 - color contains mainly: green. Hex color #1CB37B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CB37B is #E34C84. Grayscale: #7F7F7F. Windows color (decimal): -14896261 or 8106780. OLE color: 8106780.
HSL color Cylindrical-coordinate representation of color #1CB37B: hue angle of 157.75º 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 #1CB37B is Cyan = 0.84, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 28 | 179 | 123 | - |
| CMYK | 0.84 | 0 | 0.31 | 0.30 |
| HSL | 157.75º | 0.73% | 0.41% | - |
| HSV(B) | 157.75º | 0.84% | 0.7% | - |
| XYZ | 20.17 | 33.92 | 24.22 | - |
| YUV | 127.47 | 125.47 | 57.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 179 | 123 | 0.84 | 0 | 0.31 | 0.30 | 157.75 | 0.73 | 0.41 |
| Hex | 1C | B3 | 7B | 54 | 0 | 1F | 1E | 9E | 49 | 29 |
| Octal | 34 | 263 | 173 | 124 | 0 | 37 | 36 | 236 | 111 | 51 |
| Binary | 11100 | 10110011 | 1111011 | 1010100 | 0 | 11111 | 11110 | 10011110 | 1001001 | 101001 |
Color Harmonies of #1CB37B
Complementary color
Monochromatic Colors of #1CB37B
Black with #1CB37B
Text Example
Text Example
White with #1CB37B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CB37B; }
p { color: rgb(28,179,123); }
H1.HeaderClassName
{
color: #1CB37B;
}
.AnyTagClassName
{
color: #1CB37B;
}
</style>
background-color css
<style>
a { background-color: #1CB37B; }
a { background-color: rgb(28,179,123); }
div.DivClassName
{
background-color: #1CB37B;
}
.BgClassName
{
background-color: #1CB37B;
}
</style>
border-color css
<style>
span { border-color: #1CB37B; }
span { border-color: rgb(28,179,123); }
td.TdClassName
{
border-color: #1CB37B;
}
.TagClassName
{
border-color: #1CB37B;
}
</style>