Shades of Mountain Meadow #1BB274
Tints of Mountain Meadow #1BB274
RGB
CMYK
RGB Variations
Color information
#1BB274 (or 0x1BB274) is known color: Mountain Meadow. HEX triplet: 1B, B2 and 74. RGB value is (27,178,116). Sum of RGB (Red+Green+Blue) = 27+178+116=321 (42% of max value = 765). Red value is 27 (10.94% from 255 or 8.41% from 321); Green value is 178 (69.92% from 255 or 55.45% from 321); Blue value is 116 (45.70% from 255 or 36.14% from 321); Max value from RGB is 178 - color contains mainly: green. Hex color #1BB274 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1BB274 is #E44D8B. Grayscale: #7D7D7D. Windows color (decimal): -14962060 or 7647771. OLE color: 7647771.
HSL color Cylindrical-coordinate representation of color #1BB274: hue angle of 155.36º 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 #1BB274 is Cyan = 0.85, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 27 | 178 | 116 | - |
| CMYK | 0.85 | 0 | 0.35 | 0.30 |
| HSL | 155.36º | 0.74% | 0.4% | - |
| HSV(B) | 155.36º | 0.85% | 0.7% | - |
| XYZ | 19.52 | 33.33 | 21.93 | - |
| YUV | 125.78 | 122.47 | 57.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 178 | 116 | 0.85 | 0 | 0.35 | 0.30 | 155.36 | 0.74 | 0.4 |
| Hex | 1B | B2 | 74 | 55 | 0 | 23 | 1E | 9B | 4A | 28 |
| Octal | 33 | 262 | 164 | 125 | 0 | 43 | 36 | 233 | 112 | 50 |
| Binary | 11011 | 10110010 | 1110100 | 1010101 | 0 | 100011 | 11110 | 10011011 | 1001010 | 101000 |
Color Harmonies of #1BB274
Complementary color
Monochromatic Colors of #1BB274
Black with #1BB274
Text Example
Text Example
White with #1BB274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BB274; }
p { color: rgb(27,178,116); }
H1.HeaderClassName
{
color: #1BB274;
}
.AnyTagClassName
{
color: #1BB274;
}
</style>
background-color css
<style>
a { background-color: #1BB274; }
a { background-color: rgb(27,178,116); }
div.DivClassName
{
background-color: #1BB274;
}
.BgClassName
{
background-color: #1BB274;
}
</style>
border-color css
<style>
span { border-color: #1BB274; }
span { border-color: rgb(27,178,116); }
td.TdClassName
{
border-color: #1BB274;
}
.TagClassName
{
border-color: #1BB274;
}
</style>