Shades of Elm #1F8780
Tints of Elm #1F8780
RGB
CMYK
RGB Variations
Color information
#1F8780 (or 0x1F8780) is known color: Elm. HEX triplet: 1F, 87 and 80. RGB value is (31,135,128). Sum of RGB (Red+Green+Blue) = 31+135+128=294 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.54% from 294); Green value is 135 (53.12% from 255 or 45.92% from 294); Blue value is 128 (50.39% from 255 or 43.54% from 294); Max value from RGB is 135 - color contains mainly: green. Hex color #1F8780 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F8780 is #E0787F. Grayscale: #676767. Windows color (decimal): -14710912 or 8423199. OLE color: 8423199.
HSL color Cylindrical-coordinate representation of color #1F8780: hue angle of 175.96º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1F8780 is Cyan = 0.77, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 31 | 135 | 128 | - |
| CMYK | 0.77 | 0 | 0.05 | 0.47 |
| HSL | 175.96º | 0.63% | 0.33% | - |
| HSV(B) | 175.96º | 0.77% | 0.53% | - |
| XYZ | 13.13 | 19.18 | 23.43 | - |
| YUV | 103.11 | 142.04 | 76.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 135 | 128 | 0.77 | 0 | 0.05 | 0.47 | 175.96 | 0.63 | 0.33 |
| Hex | 1F | 87 | 80 | 4D | 0 | 5 | 2F | B0 | 3F | 21 |
| Octal | 37 | 207 | 200 | 115 | 0 | 5 | 57 | 260 | 77 | 41 |
| Binary | 11111 | 10000111 | 10000000 | 1001101 | 0 | 101 | 101111 | 10110000 | 111111 | 100001 |
Color Harmonies of #1F8780
Complementary color
Monochromatic Colors of #1F8780
Black with #1F8780
Text Example
Text Example
White with #1F8780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F8780; }
p { color: rgb(31,135,128); }
H1.HeaderClassName
{
color: #1F8780;
}
.AnyTagClassName
{
color: #1F8780;
}
</style>
background-color css
<style>
a { background-color: #1F8780; }
a { background-color: rgb(31,135,128); }
div.DivClassName
{
background-color: #1F8780;
}
.BgClassName
{
background-color: #1F8780;
}
</style>
border-color css
<style>
span { border-color: #1F8780; }
span { border-color: rgb(31,135,128); }
td.TdClassName
{
border-color: #1F8780;
}
.TagClassName
{
border-color: #1F8780;
}
</style>