Shades of Salem #1F7F4E
Tints of Salem #1F7F4E
RGB
CMYK
RGB Variations
Color information
#1F7F4E (or 0x1F7F4E) is known color: Salem. HEX triplet: 1F, 7F and 4E. RGB value is (31,127,78). Sum of RGB (Red+Green+Blue) = 31+127+78=236 (31% of max value = 765). Red value is 31 (12.5% from 255 or 13.14% from 236); Green value is 127 (50% from 255 or 53.81% from 236); Blue value is 78 (30.86% from 255 or 33.05% from 236); Max value from RGB is 127 - color contains mainly: green. Hex color #1F7F4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F7F4E is #E080B1. Grayscale: #5C5C5C. Windows color (decimal): -14713010 or 5144351. OLE color: 5144351.
HSL color Cylindrical-coordinate representation of color #1F7F4E: hue angle of 149.38º 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 #1F7F4E is Cyan = 0.76, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 31 | 127 | 78 | - |
| CMYK | 0.76 | 0 | 0.39 | 0.50 |
| HSL | 149.38º | 0.61% | 0.31% | - |
| HSV(B) | 149.38º | 0.76% | 0.5% | - |
| XYZ | 9.53 | 16.02 | 9.8 | - |
| YUV | 92.71 | 119.7 | 83.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 127 | 78 | 0.76 | 0 | 0.39 | 0.50 | 149.38 | 0.61 | 0.31 |
| Hex | 1F | 7F | 4E | 4C | 0 | 27 | 32 | 95 | 3D | 1F |
| Octal | 37 | 177 | 116 | 114 | 0 | 47 | 62 | 225 | 75 | 37 |
| Binary | 11111 | 1111111 | 1001110 | 1001100 | 0 | 100111 | 110010 | 10010101 | 111101 | 11111 |
Color Harmonies of #1F7F4E
Complementary color
Monochromatic Colors of #1F7F4E
Black with #1F7F4E
Text Example
Text Example
White with #1F7F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7F4E; }
p { color: rgb(31,127,78); }
H1.HeaderClassName
{
color: #1F7F4E;
}
.AnyTagClassName
{
color: #1F7F4E;
}
</style>
background-color css
<style>
a { background-color: #1F7F4E; }
a { background-color: rgb(31,127,78); }
div.DivClassName
{
background-color: #1F7F4E;
}
.BgClassName
{
background-color: #1F7F4E;
}
</style>
border-color css
<style>
span { border-color: #1F7F4E; }
span { border-color: rgb(31,127,78); }
td.TdClassName
{
border-color: #1F7F4E;
}
.TagClassName
{
border-color: #1F7F4E;
}
</style>