Shades of Salem #1F894B
Tints of Salem #1F894B
RGB
CMYK
RGB Variations
Color information
#1F894B (or 0x1F894B) is known color: Salem. HEX triplet: 1F, 89 and 4B. RGB value is (31,137,75). Sum of RGB (Red+Green+Blue) = 31+137+75=243 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.76% from 243); Green value is 137 (53.91% from 255 or 56.38% from 243); Blue value is 75 (29.69% from 255 or 30.86% from 243); Max value from RGB is 137 - color contains mainly: green. Hex color #1F894B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F894B is #E076B4. Grayscale: #626262. Windows color (decimal): -14710453 or 4950303. OLE color: 4950303.
HSL color Cylindrical-coordinate representation of color #1F894B: hue angle of 144.91º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1F894B is Cyan = 0.77, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 31 | 137 | 75 | - |
| CMYK | 0.77 | 0 | 0.45 | 0.46 |
| HSL | 144.91º | 0.63% | 0.33% | - |
| HSV(B) | 144.91º | 0.77% | 0.54% | - |
| XYZ | 10.78 | 18.69 | 9.7 | - |
| YUV | 98.24 | 114.88 | 80.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 137 | 75 | 0.77 | 0 | 0.45 | 0.46 | 144.91 | 0.63 | 0.33 |
| Hex | 1F | 89 | 4B | 4D | 0 | 2D | 2E | 91 | 3F | 21 |
| Octal | 37 | 211 | 113 | 115 | 0 | 55 | 56 | 221 | 77 | 41 |
| Binary | 11111 | 10001001 | 1001011 | 1001101 | 0 | 101101 | 101110 | 10010001 | 111111 | 100001 |
Color Harmonies of #1F894B
Complementary color
Monochromatic Colors of #1F894B
Black with #1F894B
Text Example
Text Example
White with #1F894B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F894B; }
p { color: rgb(31,137,75); }
H1.HeaderClassName
{
color: #1F894B;
}
.AnyTagClassName
{
color: #1F894B;
}
</style>
background-color css
<style>
a { background-color: #1F894B; }
a { background-color: rgb(31,137,75); }
div.DivClassName
{
background-color: #1F894B;
}
.BgClassName
{
background-color: #1F894B;
}
</style>
border-color css
<style>
span { border-color: #1F894B; }
span { border-color: rgb(31,137,75); }
td.TdClassName
{
border-color: #1F894B;
}
.TagClassName
{
border-color: #1F894B;
}
</style>