Shades of Mountain Meadow #1CB67F
Tints of Mountain Meadow #1CB67F
RGB
CMYK
RGB Variations
Color information
#1CB67F (or 0x1CB67F) is known color: Mountain Meadow. HEX triplet: 1C, B6 and 7F. RGB value is (28,182,127). Sum of RGB (Red+Green+Blue) = 28+182+127=337 (44% of max value = 765). Red value is 28 (11.33% from 255 or 8.31% from 337); Green value is 182 (71.48% from 255 or 54.01% from 337); Blue value is 127 (50% from 255 or 37.69% from 337); Max value from RGB is 182 - color contains mainly: green. Hex color #1CB67F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CB67F is #E34980. Grayscale: #818181. Windows color (decimal): -14895489 or 8369692. OLE color: 8369692.
HSL color Cylindrical-coordinate representation of color #1CB67F: hue angle of 158.57º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CB67F is Cyan = 0.85, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 28 | 182 | 127 | - |
| CMYK | 0.85 | 0 | 0.30 | 0.29 |
| HSL | 158.57º | 0.73% | 0.41% | - |
| HSV(B) | 158.57º | 0.85% | 0.71% | - |
| XYZ | 21.04 | 35.24 | 25.77 | - |
| YUV | 129.68 | 126.48 | 55.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 182 | 127 | 0.85 | 0 | 0.30 | 0.29 | 158.57 | 0.73 | 0.41 |
| Hex | 1C | B6 | 7F | 55 | 0 | 1E | 1D | 9F | 49 | 29 |
| Octal | 34 | 266 | 177 | 125 | 0 | 36 | 35 | 237 | 111 | 51 |
| Binary | 11100 | 10110110 | 1111111 | 1010101 | 0 | 11110 | 11101 | 10011111 | 1001001 | 101001 |
Color Harmonies of #1CB67F
Complementary color
Monochromatic Colors of #1CB67F
Black with #1CB67F
Text Example
Text Example
White with #1CB67F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CB67F; }
p { color: rgb(28,182,127); }
H1.HeaderClassName
{
color: #1CB67F;
}
.AnyTagClassName
{
color: #1CB67F;
}
</style>
background-color css
<style>
a { background-color: #1CB67F; }
a { background-color: rgb(28,182,127); }
div.DivClassName
{
background-color: #1CB67F;
}
.BgClassName
{
background-color: #1CB67F;
}
</style>
border-color css
<style>
span { border-color: #1CB67F; }
span { border-color: rgb(28,182,127); }
td.TdClassName
{
border-color: #1CB67F;
}
.TagClassName
{
border-color: #1CB67F;
}
</style>