#1D8849

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

Shades of Salem #1D8849

Tints of Salem #1D8849

Color information

#1D8849 (or 0x1D8849) is unknown color: approx Salem. HEX triplet: 1D, 88 and 49. RGB value is (29,136,73). Sum of RGB (Red+Green+Blue) = 29+136+73=238 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.18% from 238); Green value is 136 (53.52% from 255 or 57.14% from 238); Blue value is 73 (28.91% from 255 or 30.67% from 238); Max value from RGB is 136 - color contains mainly: green. Hex color #1D8849 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1D8849 is #E277B6. Grayscale: #606060. Windows color (decimal): -14841783 or 4818973. OLE color: 4818973.

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

Color convert

RGB2913673-
CMYK0.7900.460.47
HSL144.67º64.85%32.35%-
HSV(B)144.67º78.68%53.33%-
XYZ10.5118.359.29-
YUV96.82114.5579.62-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 12.18%
GREEN value IS 136 (53.52% from 255) = 57.14%
BLUE value IS 73 (28.91% from 255) = 30.67%
R=12.18%
G=57.14%
B=30.67%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal29136730.7900.460.47144.6764.8532.35
Hex1D88494F02E2F914120
Octal352101111170565722110140
Binary1110110001000100100110011110101110101111100100011000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D8849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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