#1d7f4f

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

Shades of Salem #1D7F4F

Tints of Salem #1D7F4F

Color information

#1D7F4F (or 0x1D7F4F) is unknown color: approx Salem. HEX triplet: 1D, 7F and 4F. RGB value is (29,127,79). Sum of RGB (Red+Green+Blue) = 29+127+79=235 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.34% from 235); Green value is 127 (50% from 255 or 54.04% from 235); Blue value is 79 (31.25% from 255 or 33.62% from 235); Max value from RGB is 127 - color contains mainly: green. Hex color #1D7F4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D7F4F is #E280B0. Grayscale: #5C5C5C. Windows color (decimal): -14844081 or 5209885. OLE color: 5209885.

HSL color Cylindrical-coordinate representation of color #1D7F4F: hue angle of 150.61º degrees, saturation: 0.63, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1D7F4F is Cyan = 0.77, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.50.

Color convert

RGB2912779-
CMYK0.7700.380.50
HSL150.61º62.82%30.59%-
HSV(B)150.61º77.17%49.8%-
XYZ9.51169.99-
YUV92.23120.5382.9-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 12.34%
GREEN value IS 127 (50% from 255) = 54.04%
BLUE value IS 79 (31.25% from 255) = 33.62%
R=12.34%
G=54.04%
B=33.62%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal29127790.7700.380.50150.6162.8230.59
Hex1D7F4F4D02632973f1f
Octal35177117115046622277737
Binary1110111111111001111100110101001101100101001011111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1d7f4f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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