Shades of Mountain Meadow #1CB375
Tints of Mountain Meadow #1CB375
RGB
CMYK
RGB Variations
Color information
#1CB375 (or 0x1CB375) is known color: Mountain Meadow. HEX triplet: 1C, B3 and 75. RGB value is (28,179,117). Sum of RGB (Red+Green+Blue) = 28+179+117=324 (42% of max value = 765). Red value is 28 (11.33% from 255 or 8.64% from 324); Green value is 179 (70.31% from 255 or 55.25% from 324); Blue value is 117 (46.09% from 255 or 36.11% from 324); Max value from RGB is 179 - color contains mainly: green. Hex color #1CB375 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CB375 is #E34C8A. Grayscale: #7E7E7E. Windows color (decimal): -14896267 or 7713564. OLE color: 7713564.
HSL color Cylindrical-coordinate representation of color #1CB375: hue angle of 155.36º 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 #1CB375 is Cyan = 0.84, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 28 | 179 | 117 | - |
| CMYK | 0.84 | 0 | 0.35 | 0.30 |
| HSL | 155.36º | 0.73% | 0.41% | - |
| HSV(B) | 155.36º | 0.84% | 0.7% | - |
| XYZ | 19.81 | 33.77 | 22.3 | - |
| YUV | 126.78 | 122.47 | 57.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 179 | 117 | 0.84 | 0 | 0.35 | 0.30 | 155.36 | 0.73 | 0.41 |
| Hex | 1C | B3 | 75 | 54 | 0 | 23 | 1E | 9B | 49 | 29 |
| Octal | 34 | 263 | 165 | 124 | 0 | 43 | 36 | 233 | 111 | 51 |
| Binary | 11100 | 10110011 | 1110101 | 1010100 | 0 | 100011 | 11110 | 10011011 | 1001001 | 101001 |
Color Harmonies of #1CB375
Complementary color
Monochromatic Colors of #1CB375
Black with #1CB375
Text Example
Text Example
White with #1CB375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CB375; }
p { color: rgb(28,179,117); }
H1.HeaderClassName
{
color: #1CB375;
}
.AnyTagClassName
{
color: #1CB375;
}
</style>
background-color css
<style>
a { background-color: #1CB375; }
a { background-color: rgb(28,179,117); }
div.DivClassName
{
background-color: #1CB375;
}
.BgClassName
{
background-color: #1CB375;
}
</style>
border-color css
<style>
span { border-color: #1CB375; }
span { border-color: rgb(28,179,117); }
td.TdClassName
{
border-color: #1CB375;
}
.TagClassName
{
border-color: #1CB375;
}
</style>