Shades of Salem #1F8A3C
Tints of Salem #1F8A3C
RGB
CMYK
RGB Variations
Color information
#1F8A3C (or 0x1F8A3C) is known color: Salem. HEX triplet: 1F, 8A and 3C. RGB value is (31,138,60). Sum of RGB (Red+Green+Blue) = 31+138+60=229 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.54% from 229); Green value is 138 (54.30% from 255 or 60.26% from 229); Blue value is 60 (23.83% from 255 or 26.20% from 229); Max value from RGB is 138 - color contains mainly: green. Hex color #1F8A3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F8A3C is #E075C3. Grayscale: #616161. Windows color (decimal): -14710212 or 3967519. OLE color: 3967519.
HSL color Cylindrical-coordinate representation of color #1F8A3C: hue angle of 136.26º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1F8A3C is Cyan = 0.78, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 31 | 138 | 60 | - |
| CMYK | 0.78 | 0 | 0.57 | 0.46 |
| HSL | 136.26º | 0.63% | 0.33% | - |
| HSV(B) | 136.26º | 0.78% | 0.54% | - |
| XYZ | 10.47 | 18.79 | 7.35 | - |
| YUV | 97.12 | 107.05 | 80.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 138 | 60 | 0.78 | 0 | 0.57 | 0.46 | 136.26 | 0.63 | 0.33 |
| Hex | 1F | 8A | 3C | 4E | 0 | 39 | 2E | 88 | 3F | 21 |
| Octal | 37 | 212 | 74 | 116 | 0 | 71 | 56 | 210 | 77 | 41 |
| Binary | 11111 | 10001010 | 111100 | 1001110 | 0 | 111001 | 101110 | 10001000 | 111111 | 100001 |
Color Harmonies of #1F8A3C
Complementary color
Monochromatic Colors of #1F8A3C
Black with #1F8A3C
Text Example
Text Example
White with #1F8A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F8A3C; }
p { color: rgb(31,138,60); }
H1.HeaderClassName
{
color: #1F8A3C;
}
.AnyTagClassName
{
color: #1F8A3C;
}
</style>
background-color css
<style>
a { background-color: #1F8A3C; }
a { background-color: rgb(31,138,60); }
div.DivClassName
{
background-color: #1F8A3C;
}
.BgClassName
{
background-color: #1F8A3C;
}
</style>
border-color css
<style>
span { border-color: #1F8A3C; }
span { border-color: rgb(31,138,60); }
td.TdClassName
{
border-color: #1F8A3C;
}
.TagClassName
{
border-color: #1F8A3C;
}
</style>