#1D7949

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

Shades of Salem #1D7949

Tints of Salem #1D7949

Color information

#1D7949 (or 0x1D7949) is unknown color: approx Salem. HEX triplet: 1D, 79 and 49. RGB value is (29,121,73). Sum of RGB (Red+Green+Blue) = 29+121+73=223 (29% of max value = 765). Red value is 29 (11.72% from 255 or 13.00% from 223); Green value is 121 (47.66% from 255 or 54.26% from 223); Blue value is 73 (28.91% from 255 or 32.74% from 223); Max value from RGB is 121 - color contains mainly: green. Hex color #1D7949 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D7949 is #E286B6. Grayscale: #585858. Windows color (decimal): -14845623 or 4815133. OLE color: 4815133.

HSL color Cylindrical-coordinate representation of color #1D7949: hue angle of 148.7º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1D7949 is Cyan = 0.76, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.53.

Color convert

RGB2912173-
CMYK0.7600.400.53
HSL148.7º61.33%29.41%-
HSV(B)148.7º76.03%47.45%-
XYZ8.5514.428.64-
YUV88.02119.5285.9-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 13.00%
GREEN value IS 121 (47.66% from 255) = 54.26%
BLUE value IS 73 (28.91% from 255) = 32.74%
R=13.00%
G=54.26%
B=32.74%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal29121730.7600.400.53148.761.3329.41
Hex1D79494C02835953d1d
Octal35171111114050652257535
Binary1110111110011001001100110001010001101011001010111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D7949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,121,73); }

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

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

 a { background-color: rgb(29,121,73); }

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

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

 span { border-color: rgb(29,121,73); }

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