Shades of Mountain Meadow #1BB47B
Tints of Mountain Meadow #1BB47B
RGB
CMYK
RGB Variations
Color information
#1BB47B (or 0x1BB47B) is known color: Mountain Meadow. HEX triplet: 1B, B4 and 7B. RGB value is (27,180,123). Sum of RGB (Red+Green+Blue) = 27+180+123=330 (43% of max value = 765). Red value is 27 (10.94% from 255 or 8.18% from 330); Green value is 180 (70.70% from 255 or 54.55% from 330); Blue value is 123 (48.44% from 255 or 37.27% from 330); Max value from RGB is 180 - color contains mainly: green. Hex color #1BB47B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1BB47B is #E44B84. Grayscale: #7F7F7F. Windows color (decimal): -14961541 or 8107035. OLE color: 8107035.
HSL color Cylindrical-coordinate representation of color #1BB47B: hue angle of 157.65º degrees, saturation: 0.74, 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 #1BB47B is Cyan = 0.85, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 27 | 180 | 123 | - |
| CMYK | 0.85 | 0 | 0.32 | 0.29 |
| HSL | 157.65º | 0.74% | 0.41% | - |
| HSV(B) | 157.65º | 0.85% | 0.71% | - |
| XYZ | 20.35 | 34.31 | 24.29 | - |
| YUV | 127.76 | 125.31 | 56.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 180 | 123 | 0.85 | 0 | 0.32 | 0.29 | 157.65 | 0.74 | 0.41 |
| Hex | 1B | B4 | 7B | 55 | 0 | 20 | 1D | 9E | 4A | 29 |
| Octal | 33 | 264 | 173 | 125 | 0 | 40 | 35 | 236 | 112 | 51 |
| Binary | 11011 | 10110100 | 1111011 | 1010101 | 0 | 100000 | 11101 | 10011110 | 1001010 | 101001 |
Color Harmonies of #1BB47B
Complementary color
Monochromatic Colors of #1BB47B
Black with #1BB47B
Text Example
Text Example
White with #1BB47B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BB47B; }
p { color: rgb(27,180,123); }
H1.HeaderClassName
{
color: #1BB47B;
}
.AnyTagClassName
{
color: #1BB47B;
}
</style>
background-color css
<style>
a { background-color: #1BB47B; }
a { background-color: rgb(27,180,123); }
div.DivClassName
{
background-color: #1BB47B;
}
.BgClassName
{
background-color: #1BB47B;
}
</style>
border-color css
<style>
span { border-color: #1BB47B; }
span { border-color: rgb(27,180,123); }
td.TdClassName
{
border-color: #1BB47B;
}
.TagClassName
{
border-color: #1BB47B;
}
</style>