#1F7D47

Color #1F7D47 Salem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salem #1F7D47

Tints of Salem #1F7D47

Color information

#1F7D47 (or 0x1F7D47) is unknown color: approx Salem. HEX triplet: 1F, 7D and 47. RGB value is (31,125,71). Sum of RGB (Red+Green+Blue) = 31+125+71=227 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.66% from 227); Green value is 125 (49.22% from 255 or 55.07% from 227); Blue value is 71 (28.12% from 255 or 31.28% from 227); Max value from RGB is 125 - color contains mainly: green. Hex color #1F7D47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F7D47 is #E082B8. Grayscale: #5A5A5A. Windows color (decimal): -14713529 or 4685087. OLE color: 4685087.

HSL color Cylindrical-coordinate representation of color #1F7D47: hue angle of 145.53º 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 #1F7D47 is Cyan = 0.75, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.51.

Color convert

RGB3112571-
CMYK0.7500.430.51
HSL145.53º60.26%30.59%-
HSV(B)145.53º75.2%49.02%-
XYZ9.0415.418.46-
YUV90.74116.8685.39-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 31 (12.5% from 255) = 13.66%
GREEN value IS 125 (49.22% from 255) = 55.07%
BLUE value IS 71 (28.12% from 255) = 31.28%
R=13.66%
G=55.07%
B=31.28%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal31125710.7500.430.51145.5360.2630.59
Hex1F7D474B02B33923c1f
Octal37175107113053632227437
Binary1111111111011000111100101101010111100111001001011110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F7D47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1F7D47; }

 p { color: rgb(31,125,71); }

 H1.HeaderClassName
 {
   color: #1F7D47;
 }
 .AnyTagClassName
 {
   color: #1F7D47;
 }
</style>
background-color css

<style>
 a { background-color: #1F7D47; }

 a { background-color: rgb(31,125,71); }

 div.DivClassName
 {
   background-color: #1F7D47;
 }
 .BgClassName
 {
   background-color: #1F7D47;
 }
</style>
border-color css

<style>
 span { border-color: #1F7D47; }

 span { border-color: rgb(31,125,71); }

 td.TdClassName
 {
   border-color: #1F7D47;
 }
 .TagClassName
 {
   border-color: #1F7D47;
 }
</style>