Shades of Salem #1F7D4B
Tints of Salem #1F7D4B
RGB
CMYK
RGB Variations
Color information
#1F7D4B (or 0x1F7D4B) is known color: Salem. HEX triplet: 1F, 7D and 4B. RGB value is (31,125,75). Sum of RGB (Red+Green+Blue) = 31+125+75=231 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.42% from 231); Green value is 125 (49.22% from 255 or 54.11% from 231); Blue value is 75 (29.69% from 255 or 32.47% from 231); Max value from RGB is 125 - color contains mainly: green. Hex color #1F7D4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F7D4B is #E082B4. Grayscale: #5B5B5B. Windows color (decimal): -14713525 or 4947231. OLE color: 4947231.
HSL color Cylindrical-coordinate representation of color #1F7D4B: hue angle of 148.09º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1F7D4B is Cyan = 0.75, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 31 | 125 | 75 | - |
| CMYK | 0.75 | 0 | 0.40 | 0.51 |
| HSL | 148.09º | 0.6% | 0.31% | - |
| HSV(B) | 148.09º | 0.75% | 0.49% | - |
| XYZ | 9.17 | 15.47 | 9.16 | - |
| YUV | 91.19 | 118.86 | 85.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 125 | 75 | 0.75 | 0 | 0.40 | 0.51 | 148.09 | 0.6 | 0.31 |
| Hex | 1F | 7D | 4B | 4B | 0 | 28 | 33 | 94 | 3C | 1F |
| Octal | 37 | 175 | 113 | 113 | 0 | 50 | 63 | 224 | 74 | 37 |
| Binary | 11111 | 1111101 | 1001011 | 1001011 | 0 | 101000 | 110011 | 10010100 | 111100 | 11111 |
Color Harmonies of #1F7D4B
Complementary color
Monochromatic Colors of #1F7D4B
Black with #1F7D4B
Text Example
Text Example
White with #1F7D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7D4B; }
p { color: rgb(31,125,75); }
H1.HeaderClassName
{
color: #1F7D4B;
}
.AnyTagClassName
{
color: #1F7D4B;
}
</style>
background-color css
<style>
a { background-color: #1F7D4B; }
a { background-color: rgb(31,125,75); }
div.DivClassName
{
background-color: #1F7D4B;
}
.BgClassName
{
background-color: #1F7D4B;
}
</style>
border-color css
<style>
span { border-color: #1F7D4B; }
span { border-color: rgb(31,125,75); }
td.TdClassName
{
border-color: #1F7D4B;
}
.TagClassName
{
border-color: #1F7D4B;
}
</style>