Shades of Salem #1F893C
Tints of Salem #1F893C
RGB
CMYK
RGB Variations
Color information
#1F893C (or 0x1F893C) is known color: Salem. HEX triplet: 1F, 89 and 3C. RGB value is (31,137,60). Sum of RGB (Red+Green+Blue) = 31+137+60=228 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.60% from 228); Green value is 137 (53.91% from 255 or 60.09% from 228); Blue value is 60 (23.83% from 255 or 26.32% from 228); Max value from RGB is 137 - color contains mainly: green. Hex color #1F893C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F893C is #E076C3. Grayscale: #606060. Windows color (decimal): -14710468 or 3967263. OLE color: 3967263.
HSL color Cylindrical-coordinate representation of color #1F893C: hue angle of 136.42º 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 #1F893C is Cyan = 0.77, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 31 | 137 | 60 | - |
| CMYK | 0.77 | 0 | 0.56 | 0.46 |
| HSL | 136.42º | 0.63% | 0.33% | - |
| HSV(B) | 136.42º | 0.77% | 0.54% | - |
| XYZ | 10.33 | 18.51 | 7.3 | - |
| YUV | 96.53 | 107.38 | 81.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 137 | 60 | 0.77 | 0 | 0.56 | 0.46 | 136.42 | 0.63 | 0.33 |
| Hex | 1F | 89 | 3C | 4D | 0 | 38 | 2E | 88 | 3F | 21 |
| Octal | 37 | 211 | 74 | 115 | 0 | 70 | 56 | 210 | 77 | 41 |
| Binary | 11111 | 10001001 | 111100 | 1001101 | 0 | 111000 | 101110 | 10001000 | 111111 | 100001 |
Color Harmonies of #1F893C
Complementary color
Monochromatic Colors of #1F893C
Black with #1F893C
Text Example
Text Example
White with #1F893C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F893C; }
p { color: rgb(31,137,60); }
H1.HeaderClassName
{
color: #1F893C;
}
.AnyTagClassName
{
color: #1F893C;
}
</style>
background-color css
<style>
a { background-color: #1F893C; }
a { background-color: rgb(31,137,60); }
div.DivClassName
{
background-color: #1F893C;
}
.BgClassName
{
background-color: #1F893C;
}
</style>
border-color css
<style>
span { border-color: #1F893C; }
span { border-color: rgb(31,137,60); }
td.TdClassName
{
border-color: #1F893C;
}
.TagClassName
{
border-color: #1F893C;
}
</style>