Shades of Elm #1F807A
Tints of Elm #1F807A
RGB
CMYK
RGB Variations
Color information
#1F807A (or 0x1F807A) is known color: Elm. HEX triplet: 1F, 80 and 7A. RGB value is (31,128,122). Sum of RGB (Red+Green+Blue) = 31+128+122=281 (37% of max value = 765). Red value is 31 (12.5% from 255 or 11.03% from 281); Green value is 128 (50.39% from 255 or 45.55% from 281); Blue value is 122 (48.05% from 255 or 43.42% from 281); Max value from RGB is 128 - color contains mainly: green. Hex color #1F807A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F807A is #E07F85. Grayscale: #626262. Windows color (decimal): -14712710 or 8028191. OLE color: 8028191.
HSL color Cylindrical-coordinate representation of color #1F807A: hue angle of 176.29º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1F807A is Cyan = 0.76, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 31 | 128 | 122 | - |
| CMYK | 0.76 | 0 | 0.05 | 0.50 |
| HSL | 176.29º | 0.61% | 0.31% | - |
| HSV(B) | 176.29º | 0.76% | 0.5% | - |
| XYZ | 11.8 | 17.13 | 21.1 | - |
| YUV | 98.31 | 141.36 | 79.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 128 | 122 | 0.76 | 0 | 0.05 | 0.50 | 176.29 | 0.61 | 0.31 |
| Hex | 1F | 80 | 7A | 4C | 0 | 5 | 32 | B0 | 3D | 1F |
| Octal | 37 | 200 | 172 | 114 | 0 | 5 | 62 | 260 | 75 | 37 |
| Binary | 11111 | 10000000 | 1111010 | 1001100 | 0 | 101 | 110010 | 10110000 | 111101 | 11111 |
Color Harmonies of #1F807A
Complementary color
Monochromatic Colors of #1F807A
Black with #1F807A
Text Example
Text Example
White with #1F807A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F807A; }
p { color: rgb(31,128,122); }
H1.HeaderClassName
{
color: #1F807A;
}
.AnyTagClassName
{
color: #1F807A;
}
</style>
background-color css
<style>
a { background-color: #1F807A; }
a { background-color: rgb(31,128,122); }
div.DivClassName
{
background-color: #1F807A;
}
.BgClassName
{
background-color: #1F807A;
}
</style>
border-color css
<style>
span { border-color: #1F807A; }
span { border-color: rgb(31,128,122); }
td.TdClassName
{
border-color: #1F807A;
}
.TagClassName
{
border-color: #1F807A;
}
</style>