Shades of Elm #1F877A
Tints of Elm #1F877A
RGB
CMYK
RGB Variations
Color information
#1F877A (or 0x1F877A) is known color: Elm. HEX triplet: 1F, 87 and 7A. RGB value is (31,135,122). Sum of RGB (Red+Green+Blue) = 31+135+122=288 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.76% from 288); Green value is 135 (53.12% from 255 or 46.88% from 288); Blue value is 122 (48.05% from 255 or 42.36% from 288); Max value from RGB is 135 - color contains mainly: green. Hex color #1F877A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F877A is #E07885. Grayscale: #666666. Windows color (decimal): -14710918 or 8029983. OLE color: 8029983.
HSL color Cylindrical-coordinate representation of color #1F877A: hue angle of 172.5º 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 #1F877A is Cyan = 0.77, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 31 | 135 | 122 | - |
| CMYK | 0.77 | 0 | 0.10 | 0.47 |
| HSL | 172.5º | 0.63% | 0.33% | - |
| HSV(B) | 172.5º | 0.77% | 0.53% | - |
| XYZ | 12.74 | 19.02 | 21.41 | - |
| YUV | 102.42 | 139.04 | 77.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 135 | 122 | 0.77 | 0 | 0.10 | 0.47 | 172.5 | 0.63 | 0.33 |
| Hex | 1F | 87 | 7A | 4D | 0 | A | 2F | AC | 3F | 21 |
| Octal | 37 | 207 | 172 | 115 | 0 | 12 | 57 | 254 | 77 | 41 |
| Binary | 11111 | 10000111 | 1111010 | 1001101 | 0 | 1010 | 101111 | 10101100 | 111111 | 100001 |
Color Harmonies of #1F877A
Complementary color
Monochromatic Colors of #1F877A
Black with #1F877A
Text Example
Text Example
White with #1F877A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F877A; }
p { color: rgb(31,135,122); }
H1.HeaderClassName
{
color: #1F877A;
}
.AnyTagClassName
{
color: #1F877A;
}
</style>
background-color css
<style>
a { background-color: #1F877A; }
a { background-color: rgb(31,135,122); }
div.DivClassName
{
background-color: #1F877A;
}
.BgClassName
{
background-color: #1F877A;
}
</style>
border-color css
<style>
span { border-color: #1F877A; }
span { border-color: rgb(31,135,122); }
td.TdClassName
{
border-color: #1F877A;
}
.TagClassName
{
border-color: #1F877A;
}
</style>