Shades of Salem #1F893D
Tints of Salem #1F893D
RGB
CMYK
RGB Variations
Color information
#1F893D (or 0x1F893D) is known color: Salem. HEX triplet: 1F, 89 and 3D. RGB value is (31,137,61). Sum of RGB (Red+Green+Blue) = 31+137+61=229 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.54% from 229); Green value is 137 (53.91% from 255 or 59.83% from 229); Blue value is 61 (24.22% from 255 or 26.64% from 229); Max value from RGB is 137 - color contains mainly: green. Hex color #1F893D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F893D is #E076C2. Grayscale: #606060. Windows color (decimal): -14710467 or 4032799. OLE color: 4032799.
HSL color Cylindrical-coordinate representation of color #1F893D: hue angle of 136.98º 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 #1F893D is Cyan = 0.77, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 31 | 137 | 61 | - |
| CMYK | 0.77 | 0 | 0.55 | 0.46 |
| HSL | 136.98º | 0.63% | 0.33% | - |
| HSV(B) | 136.98º | 0.77% | 0.54% | - |
| XYZ | 10.35 | 18.52 | 7.44 | - |
| YUV | 96.64 | 107.88 | 81.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 137 | 61 | 0.77 | 0 | 0.55 | 0.46 | 136.98 | 0.63 | 0.33 |
| Hex | 1F | 89 | 3D | 4D | 0 | 37 | 2E | 89 | 3F | 21 |
| Octal | 37 | 211 | 75 | 115 | 0 | 67 | 56 | 211 | 77 | 41 |
| Binary | 11111 | 10001001 | 111101 | 1001101 | 0 | 110111 | 101110 | 10001001 | 111111 | 100001 |
Color Harmonies of #1F893D
Complementary color
Monochromatic Colors of #1F893D
Black with #1F893D
Text Example
Text Example
White with #1F893D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F893D; }
p { color: rgb(31,137,61); }
H1.HeaderClassName
{
color: #1F893D;
}
.AnyTagClassName
{
color: #1F893D;
}
</style>
background-color css
<style>
a { background-color: #1F893D; }
a { background-color: rgb(31,137,61); }
div.DivClassName
{
background-color: #1F893D;
}
.BgClassName
{
background-color: #1F893D;
}
</style>
border-color css
<style>
span { border-color: #1F893D; }
span { border-color: rgb(31,137,61); }
td.TdClassName
{
border-color: #1F893D;
}
.TagClassName
{
border-color: #1F893D;
}
</style>