#1D874F

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

Shades of Salem #1D874F

Tints of Salem #1D874F

Color information

#1D874F (or 0x1D874F) is unknown color: approx Salem. HEX triplet: 1D, 87 and 4F. RGB value is (29,135,79). Sum of RGB (Red+Green+Blue) = 29+135+79=243 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.93% from 243); Green value is 135 (53.12% from 255 or 55.56% from 243); Blue value is 79 (31.25% from 255 or 32.51% from 243); Max value from RGB is 135 - color contains mainly: green. Hex color #1D874F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D874F is #E278B0. Grayscale: #616161. Windows color (decimal): -14842033 or 5211933. OLE color: 5211933.

HSL color Cylindrical-coordinate representation of color #1D874F: hue angle of 148.3º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1D874F is Cyan = 0.79, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.47.

Color convert

RGB2913579-
CMYK0.7900.410.47
HSL148.3º64.63%32.16%-
HSV(B)148.3º78.52%52.94%-
XYZ10.5818.1510.34-
YUV96.92117.8879.55-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 11.93%
GREEN value IS 135 (53.12% from 255) = 55.56%
BLUE value IS 79 (31.25% from 255) = 32.51%
R=11.93%
G=55.56%
B=32.51%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal29135790.7900.410.47148.364.6332.16
Hex1D874F4F0292F944120
Octal352071171170515722410140
Binary1110110000111100111110011110101001101111100101001000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D874F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,135,79); }

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

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

 a { background-color: rgb(29,135,79); }

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

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

 span { border-color: rgb(29,135,79); }

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