Shades of Elm #1F8380
Tints of Elm #1F8380
RGB
CMYK
RGB Variations
Color information
#1F8380 (or 0x1F8380) is known color: Elm. HEX triplet: 1F, 83 and 80. RGB value is (31,131,128). Sum of RGB (Red+Green+Blue) = 31+131+128=290 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.69% from 290); Green value is 131 (51.56% from 255 or 45.17% from 290); Blue value is 128 (50.39% from 255 or 44.14% from 290); Max value from RGB is 131 - color contains mainly: green. Hex color #1F8380 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F8380 is #E07C7F. Grayscale: #646464. Windows color (decimal): -14711936 or 8422175. OLE color: 8422175.
HSL color Cylindrical-coordinate representation of color #1F8380: hue angle of 178.2º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1F8380 is Cyan = 0.76, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 31 | 131 | 128 | - |
| CMYK | 0.76 | 0 | 0.02 | 0.49 |
| HSL | 178.2º | 0.62% | 0.32% | - |
| HSV(B) | 178.2º | 0.76% | 0.51% | - |
| XYZ | 12.58 | 18.08 | 23.25 | - |
| YUV | 100.76 | 143.37 | 78.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 131 | 128 | 0.76 | 0 | 0.02 | 0.49 | 178.2 | 0.62 | 0.32 |
| Hex | 1F | 83 | 80 | 4C | 0 | 2 | 31 | B2 | 3E | 20 |
| Octal | 37 | 203 | 200 | 114 | 0 | 2 | 61 | 262 | 76 | 40 |
| Binary | 11111 | 10000011 | 10000000 | 1001100 | 0 | 10 | 110001 | 10110010 | 111110 | 100000 |
Color Harmonies of #1F8380
Complementary color
Monochromatic Colors of #1F8380
Black with #1F8380
Text Example
Text Example
White with #1F8380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F8380; }
p { color: rgb(31,131,128); }
H1.HeaderClassName
{
color: #1F8380;
}
.AnyTagClassName
{
color: #1F8380;
}
</style>
background-color css
<style>
a { background-color: #1F8380; }
a { background-color: rgb(31,131,128); }
div.DivClassName
{
background-color: #1F8380;
}
.BgClassName
{
background-color: #1F8380;
}
</style>
border-color css
<style>
span { border-color: #1F8380; }
span { border-color: rgb(31,131,128); }
td.TdClassName
{
border-color: #1F8380;
}
.TagClassName
{
border-color: #1F8380;
}
</style>