#1D8A50

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

Shades of Salem #1D8A50

Tints of Salem #1D8A50

Color information

#1D8A50 (or 0x1D8A50) is unknown color: approx Salem. HEX triplet: 1D, 8A and 50. RGB value is (29,138,80). Sum of RGB (Red+Green+Blue) = 29+138+80=247 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.74% from 247); Green value is 138 (54.30% from 255 or 55.87% from 247); Blue value is 80 (31.64% from 255 or 32.39% from 247); Max value from RGB is 138 - color contains mainly: green. Hex color #1D8A50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D8A50 is #E275AF. Grayscale: #626262. Windows color (decimal): -14841264 or 5278237. OLE color: 5278237.

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

Color convert

RGB2913880-
CMYK0.7900.420.46
HSL148.07º65.27%32.75%-
HSV(B)148.07º78.99%54.12%-
XYZ11.0419.0210.68-
YUV98.8117.3978.22-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 11.74%
GREEN value IS 138 (54.30% from 255) = 55.87%
BLUE value IS 80 (31.64% from 255) = 32.39%
R=11.74%
G=55.87%
B=32.39%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal29138800.7900.420.46148.0765.2732.75
Hex1D8A504F02A2E944121
Octal352121201170525622410141
Binary1110110001010101000010011110101010101110100101001000001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D8A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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