Shades of Mountain Meadow #1FB591
Tints of Mountain Meadow #1FB591
RGB
CMYK
RGB Variations
Color information
#1FB591 (or 0x1FB591) is known color: Mountain Meadow. HEX triplet: 1F, B5 and 91. RGB value is (31,181,145). Sum of RGB (Red+Green+Blue) = 31+181+145=357 (47% of max value = 765). Red value is 31 (12.5% from 255 or 8.68% from 357); Green value is 181 (71.09% from 255 or 50.70% from 357); Blue value is 145 (57.03% from 255 or 40.62% from 357); Max value from RGB is 181 - color contains mainly: green. Hex color #1FB591 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FB591 is #E04A6E. Grayscale: #848484. Windows color (decimal): -14699119 or 9549087. OLE color: 9549087.
HSL color Cylindrical-coordinate representation of color #1FB591: hue angle of 165.6º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1FB591 is Cyan = 0.83, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 31 | 181 | 145 | - |
| CMYK | 0.83 | 0 | 0.20 | 0.29 |
| HSL | 165.6º | 0.71% | 0.42% | - |
| HSV(B) | 165.6º | 0.83% | 0.71% | - |
| XYZ | 22.2 | 35.38 | 32.45 | - |
| YUV | 132.05 | 135.31 | 55.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 181 | 145 | 0.83 | 0 | 0.20 | 0.29 | 165.6 | 0.71 | 0.42 |
| Hex | 1F | B5 | 91 | 53 | 0 | 14 | 1D | A6 | 47 | 2A |
| Octal | 37 | 265 | 221 | 123 | 0 | 24 | 35 | 246 | 107 | 52 |
| Binary | 11111 | 10110101 | 10010001 | 1010011 | 0 | 10100 | 11101 | 10100110 | 1000111 | 101010 |
Color Harmonies of #1FB591
Complementary color
Monochromatic Colors of #1FB591
Black with #1FB591
Text Example
Text Example
White with #1FB591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FB591; }
p { color: rgb(31,181,145); }
H1.HeaderClassName
{
color: #1FB591;
}
.AnyTagClassName
{
color: #1FB591;
}
</style>
background-color css
<style>
a { background-color: #1FB591; }
a { background-color: rgb(31,181,145); }
div.DivClassName
{
background-color: #1FB591;
}
.BgClassName
{
background-color: #1FB591;
}
</style>
border-color css
<style>
span { border-color: #1FB591; }
span { border-color: rgb(31,181,145); }
td.TdClassName
{
border-color: #1FB591;
}
.TagClassName
{
border-color: #1FB591;
}
</style>