#1D7F45

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

Shades of Salem #1D7F45

Tints of Salem #1D7F45

Color information

#1D7F45 (or 0x1D7F45) is unknown color: approx Salem. HEX triplet: 1D, 7F and 45. RGB value is (29,127,69). Sum of RGB (Red+Green+Blue) = 29+127+69=225 (29% of max value = 765). Red value is 29 (11.72% from 255 or 12.89% from 225); Green value is 127 (50% from 255 or 56.44% from 225); Blue value is 69 (27.34% from 255 or 30.67% from 225); Max value from RGB is 127 - color contains mainly: green. Hex color #1D7F45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D7F45 is #E280BA. Grayscale: #5B5B5B. Windows color (decimal): -14844091 or 4554525. OLE color: 4554525.

HSL color Cylindrical-coordinate representation of color #1D7F45: hue angle of 144.49º 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 #1D7F45 is Cyan = 0.77, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.50.

Color convert

RGB2912769-
CMYK0.7700.460.50
HSL144.49º62.82%30.59%-
HSV(B)144.49º77.17%49.8%-
XYZ9.1715.878.21-
YUV91.09115.5383.72-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 12.89%
GREEN value IS 127 (50% from 255) = 56.44%
BLUE value IS 69 (27.34% from 255) = 30.67%
R=12.89%
G=56.44%
B=30.67%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal29127690.7700.460.50144.4962.8230.59
Hex1D7F454D02E32903f1f
Octal35177105115056622207737
Binary1110111111111000101100110101011101100101001000011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D7F45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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