#1D8A52

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

Shades of Salem #1D8A52

Tints of Salem #1D8A52

Color information

#1D8A52 (or 0x1D8A52) is unknown color: approx Salem. HEX triplet: 1D, 8A and 52. RGB value is (29,138,82). Sum of RGB (Red+Green+Blue) = 29+138+82=249 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.65% from 249); Green value is 138 (54.30% from 255 or 55.42% from 249); Blue value is 82 (32.42% from 255 or 32.93% from 249); Max value from RGB is 138 - color contains mainly: green. Hex color #1D8A52 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D8A52 is #E275AD. Grayscale: #636363. Windows color (decimal): -14841262 or 5409309. OLE color: 5409309.

HSL color Cylindrical-coordinate representation of color #1D8A52: hue angle of 149.17º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1D8A52 is Cyan = 0.79, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.46.

Color convert

RGB2913882-
CMYK0.7900.410.46
HSL149.17º65.27%32.75%-
HSV(B)149.17º78.99%54.12%-
XYZ11.1219.0511.07-
YUV99.02118.3978.05-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 11.65%
GREEN value IS 138 (54.30% from 255) = 55.42%
BLUE value IS 82 (32.42% from 255) = 32.93%
R=11.65%
G=55.42%
B=32.93%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal29138820.7900.410.46149.1765.2732.75
Hex1D8A524F0292E954121
Octal352121221170515622510141
Binary1110110001010101001010011110101001101110100101011000001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D8A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,138,82); }

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

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

 a { background-color: rgb(29,138,82); }

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

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

 span { border-color: rgb(29,138,82); }

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