Shades of Mountain Meadow #1BA381
Tints of Mountain Meadow #1BA381
RGB
CMYK
RGB Variations
Color information
#1BA381 (or 0x1BA381) is known color: Mountain Meadow. HEX triplet: 1B, A3 and 81. RGB value is (27,163,129). Sum of RGB (Red+Green+Blue) = 27+163+129=319 (42% of max value = 765). Red value is 27 (10.94% from 255 or 8.46% from 319); Green value is 163 (64.06% from 255 or 51.10% from 319); Blue value is 129 (50.78% from 255 or 40.44% from 319); Max value from RGB is 163 - color contains mainly: green. Hex color #1BA381 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1BA381 is #E45C7E. Grayscale: #767676. Windows color (decimal): -14965887 or 8495899. OLE color: 8495899.
HSL color Cylindrical-coordinate representation of color #1BA381: hue angle of 165º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1BA381 is Cyan = 0.83, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 27 | 163 | 129 | - |
| CMYK | 0.83 | 0 | 0.21 | 0.36 |
| HSL | 165º | 0.72% | 0.37% | - |
| HSV(B) | 165º | 0.83% | 0.64% | - |
| XYZ | 17.51 | 28.01 | 25.25 | - |
| YUV | 118.46 | 133.94 | 62.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 163 | 129 | 0.83 | 0 | 0.21 | 0.36 | 165 | 0.72 | 0.37 |
| Hex | 1B | A3 | 81 | 53 | 0 | 15 | 24 | A5 | 48 | 25 |
| Octal | 33 | 243 | 201 | 123 | 0 | 25 | 44 | 245 | 110 | 45 |
| Binary | 11011 | 10100011 | 10000001 | 1010011 | 0 | 10101 | 100100 | 10100101 | 1001000 | 100101 |
Color Harmonies of #1BA381
Complementary color
Monochromatic Colors of #1BA381
Black with #1BA381
Text Example
Text Example
White with #1BA381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BA381; }
p { color: rgb(27,163,129); }
H1.HeaderClassName
{
color: #1BA381;
}
.AnyTagClassName
{
color: #1BA381;
}
</style>
background-color css
<style>
a { background-color: #1BA381; }
a { background-color: rgb(27,163,129); }
div.DivClassName
{
background-color: #1BA381;
}
.BgClassName
{
background-color: #1BA381;
}
</style>
border-color css
<style>
span { border-color: #1BA381; }
span { border-color: rgb(27,163,129); }
td.TdClassName
{
border-color: #1BA381;
}
.TagClassName
{
border-color: #1BA381;
}
</style>