Shades of Mountain Meadow #1CBB70
Tints of Mountain Meadow #1CBB70
RGB
CMYK
RGB Variations
Color information
#1CBB70 (or 0x1CBB70) is known color: Mountain Meadow. HEX triplet: 1C, BB and 70. RGB value is (28,187,112). Sum of RGB (Red+Green+Blue) = 28+187+112=327 (43% of max value = 765). Red value is 28 (11.33% from 255 or 8.56% from 327); Green value is 187 (73.44% from 255 or 57.19% from 327); Blue value is 112 (44.14% from 255 or 34.25% from 327); Max value from RGB is 187 - color contains mainly: green. Hex color #1CBB70 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CBB70 is #E3448F. Grayscale: #838383. Windows color (decimal): -14894224 or 7387932. OLE color: 7387932.
HSL color Cylindrical-coordinate representation of color #1CBB70: hue angle of 151.7º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CBB70 is Cyan = 0.85, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 28 | 187 | 112 | - |
| CMYK | 0.85 | 0 | 0.40 | 0.27 |
| HSL | 151.7º | 0.74% | 0.42% | - |
| HSV(B) | 151.7º | 0.85% | 0.73% | - |
| XYZ | 21.17 | 36.96 | 21.35 | - |
| YUV | 130.91 | 117.32 | 54.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 187 | 112 | 0.85 | 0 | 0.40 | 0.27 | 151.7 | 0.74 | 0.42 |
| Hex | 1C | BB | 70 | 55 | 0 | 28 | 1B | 98 | 4A | 2A |
| Octal | 34 | 273 | 160 | 125 | 0 | 50 | 33 | 230 | 112 | 52 |
| Binary | 11100 | 10111011 | 1110000 | 1010101 | 0 | 101000 | 11011 | 10011000 | 1001010 | 101010 |
Color Harmonies of #1CBB70
Complementary color
Monochromatic Colors of #1CBB70
Black with #1CBB70
Text Example
Text Example
White with #1CBB70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CBB70; }
p { color: rgb(28,187,112); }
H1.HeaderClassName
{
color: #1CBB70;
}
.AnyTagClassName
{
color: #1CBB70;
}
</style>
background-color css
<style>
a { background-color: #1CBB70; }
a { background-color: rgb(28,187,112); }
div.DivClassName
{
background-color: #1CBB70;
}
.BgClassName
{
background-color: #1CBB70;
}
</style>
border-color css
<style>
span { border-color: #1CBB70; }
span { border-color: rgb(28,187,112); }
td.TdClassName
{
border-color: #1CBB70;
}
.TagClassName
{
border-color: #1CBB70;
}
</style>