Shades of Mountain Meadow #1FB271
Tints of Mountain Meadow #1FB271
RGB
CMYK
RGB Variations
Color information
#1FB271 (or 0x1FB271) is known color: Mountain Meadow. HEX triplet: 1F, B2 and 71. RGB value is (31,178,113). Sum of RGB (Red+Green+Blue) = 31+178+113=322 (42% of max value = 765). Red value is 31 (12.5% from 255 or 9.63% from 322); Green value is 178 (69.92% from 255 or 55.28% from 322); Blue value is 113 (44.53% from 255 or 35.09% from 322); Max value from RGB is 178 - color contains mainly: green. Hex color #1FB271 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1FB271 is #E04D8E. Grayscale: #7E7E7E. Windows color (decimal): -14699919 or 7451167. OLE color: 7451167.
HSL color Cylindrical-coordinate representation of color #1FB271: hue angle of 153.47º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1FB271 is Cyan = 0.83, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 31 | 178 | 113 | - |
| CMYK | 0.83 | 0 | 0.37 | 0.30 |
| HSL | 153.47º | 0.7% | 0.41% | - |
| HSV(B) | 153.47º | 0.83% | 0.7% | - |
| XYZ | 19.47 | 33.32 | 21.03 | - |
| YUV | 126.64 | 120.3 | 59.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 178 | 113 | 0.83 | 0 | 0.37 | 0.30 | 153.47 | 0.7 | 0.41 |
| Hex | 1F | B2 | 71 | 53 | 0 | 25 | 1E | 99 | 46 | 29 |
| Octal | 37 | 262 | 161 | 123 | 0 | 45 | 36 | 231 | 106 | 51 |
| Binary | 11111 | 10110010 | 1110001 | 1010011 | 0 | 100101 | 11110 | 10011001 | 1000110 | 101001 |
Color Harmonies of #1FB271
Complementary color
Monochromatic Colors of #1FB271
Black with #1FB271
Text Example
Text Example
White with #1FB271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FB271; }
p { color: rgb(31,178,113); }
H1.HeaderClassName
{
color: #1FB271;
}
.AnyTagClassName
{
color: #1FB271;
}
</style>
background-color css
<style>
a { background-color: #1FB271; }
a { background-color: rgb(31,178,113); }
div.DivClassName
{
background-color: #1FB271;
}
.BgClassName
{
background-color: #1FB271;
}
</style>
border-color css
<style>
span { border-color: #1FB271; }
span { border-color: rgb(31,178,113); }
td.TdClassName
{
border-color: #1FB271;
}
.TagClassName
{
border-color: #1FB271;
}
</style>