Shades of Mountain Meadow #1FB28C
Tints of Mountain Meadow #1FB28C
RGB
CMYK
RGB Variations
Color information
#1FB28C (or 0x1FB28C) is known color: Mountain Meadow. HEX triplet: 1F, B2 and 8C. RGB value is (31,178,140). Sum of RGB (Red+Green+Blue) = 31+178+140=349 (46% of max value = 765). Red value is 31 (12.5% from 255 or 8.88% from 349); Green value is 178 (69.92% from 255 or 51.00% from 349); Blue value is 140 (55.08% from 255 or 40.11% from 349); Max value from RGB is 178 - color contains mainly: green. Hex color #1FB28C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1FB28C is #E04D73. Grayscale: #818181. Windows color (decimal): -14699892 or 9220639. OLE color: 9220639.
HSL color Cylindrical-coordinate representation of color #1FB28C: hue angle of 164.49º 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 #1FB28C is Cyan = 0.83, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 31 | 178 | 140 | - |
| CMYK | 0.83 | 0 | 0.21 | 0.30 |
| HSL | 164.49º | 0.7% | 0.41% | - |
| HSV(B) | 164.49º | 0.83% | 0.7% | - |
| XYZ | 21.22 | 34.03 | 30.26 | - |
| YUV | 129.72 | 133.8 | 57.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 178 | 140 | 0.83 | 0 | 0.21 | 0.30 | 164.49 | 0.7 | 0.41 |
| Hex | 1F | B2 | 8C | 53 | 0 | 15 | 1E | A4 | 46 | 29 |
| Octal | 37 | 262 | 214 | 123 | 0 | 25 | 36 | 244 | 106 | 51 |
| Binary | 11111 | 10110010 | 10001100 | 1010011 | 0 | 10101 | 11110 | 10100100 | 1000110 | 101001 |
Color Harmonies of #1FB28C
Complementary color
Monochromatic Colors of #1FB28C
Black with #1FB28C
Text Example
Text Example
White with #1FB28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FB28C; }
p { color: rgb(31,178,140); }
H1.HeaderClassName
{
color: #1FB28C;
}
.AnyTagClassName
{
color: #1FB28C;
}
</style>
background-color css
<style>
a { background-color: #1FB28C; }
a { background-color: rgb(31,178,140); }
div.DivClassName
{
background-color: #1FB28C;
}
.BgClassName
{
background-color: #1FB28C;
}
</style>
border-color css
<style>
span { border-color: #1FB28C; }
span { border-color: rgb(31,178,140); }
td.TdClassName
{
border-color: #1FB28C;
}
.TagClassName
{
border-color: #1FB28C;
}
</style>