Shades of Mountain Meadow #1BB28C
Tints of Mountain Meadow #1BB28C
RGB
CMYK
RGB Variations
Color information
#1BB28C (or 0x1BB28C) is known color: Mountain Meadow. HEX triplet: 1B, B2 and 8C. RGB value is (27,178,140). Sum of RGB (Red+Green+Blue) = 27+178+140=345 (45% of max value = 765). Red value is 27 (10.94% from 255 or 7.83% from 345); Green value is 178 (69.92% from 255 or 51.59% from 345); Blue value is 140 (55.08% from 255 or 40.58% from 345); Max value from RGB is 178 - color contains mainly: green. Hex color #1BB28C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1BB28C is #E44D73. Grayscale: #808080. Windows color (decimal): -14962036 or 9220635. OLE color: 9220635.
HSL color Cylindrical-coordinate representation of color #1BB28C: hue angle of 164.9º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1BB28C is Cyan = 0.85, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 27 | 178 | 140 | - |
| CMYK | 0.85 | 0 | 0.21 | 0.30 |
| HSL | 164.9º | 0.74% | 0.4% | - |
| HSV(B) | 164.9º | 0.85% | 0.7% | - |
| XYZ | 21.11 | 33.97 | 30.25 | - |
| YUV | 128.52 | 134.47 | 55.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 178 | 140 | 0.85 | 0 | 0.21 | 0.30 | 164.9 | 0.74 | 0.4 |
| Hex | 1B | B2 | 8C | 55 | 0 | 15 | 1E | A5 | 4A | 28 |
| Octal | 33 | 262 | 214 | 125 | 0 | 25 | 36 | 245 | 112 | 50 |
| Binary | 11011 | 10110010 | 10001100 | 1010101 | 0 | 10101 | 11110 | 10100101 | 1001010 | 101000 |
Color Harmonies of #1BB28C
Complementary color
Monochromatic Colors of #1BB28C
Black with #1BB28C
Text Example
Text Example
White with #1BB28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BB28C; }
p { color: rgb(27,178,140); }
H1.HeaderClassName
{
color: #1BB28C;
}
.AnyTagClassName
{
color: #1BB28C;
}
</style>
background-color css
<style>
a { background-color: #1BB28C; }
a { background-color: rgb(27,178,140); }
div.DivClassName
{
background-color: #1BB28C;
}
.BgClassName
{
background-color: #1BB28C;
}
</style>
border-color css
<style>
span { border-color: #1BB28C; }
span { border-color: rgb(27,178,140); }
td.TdClassName
{
border-color: #1BB28C;
}
.TagClassName
{
border-color: #1BB28C;
}
</style>