#1D8247

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

Shades of Salem #1D8247

Tints of Salem #1D8247

Color information

#1D8247 (or 0x1D8247) is unknown color: approx Salem. HEX triplet: 1D, 82 and 47. RGB value is (29,130,71). Sum of RGB (Red+Green+Blue) = 29+130+71=230 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.61% from 230); Green value is 130 (51.17% from 255 or 56.52% from 230); Blue value is 71 (28.12% from 255 or 30.87% from 230); Max value from RGB is 130 - color contains mainly: green. Hex color #1D8247 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1D8247 is #E27DB8. Grayscale: #5D5D5D. Windows color (decimal): -14843321 or 4686365. OLE color: 4686365.

HSL color Cylindrical-coordinate representation of color #1D8247: hue angle of 144.95º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1D8247 is Cyan = 0.78, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.49.

Color convert

RGB2913071-
CMYK0.7800.450.49
HSL144.95º63.52%31.18%-
HSV(B)144.95º77.69%50.98%-
XYZ9.6316.688.67-
YUV93.07115.5482.3-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 12.61%
GREEN value IS 130 (51.17% from 255) = 56.52%
BLUE value IS 71 (28.12% from 255) = 30.87%
R=12.61%
G=56.52%
B=30.87%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal29130710.7800.450.49144.9563.5231.18
Hex1D82474E02D3191401f
Octal352021071160556122110037
Binary111011000001010001111001110010110111000110010001100000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D8247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,130,71); }

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

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

 a { background-color: rgb(29,130,71); }

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

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

 span { border-color: rgb(29,130,71); }

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