#1D8B42

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

Shades of Salem #1D8B42

Tints of Salem #1D8B42

Color information

#1D8B42 (or 0x1D8B42) is unknown color: approx Salem. HEX triplet: 1D, 8B and 42. RGB value is (29,139,66). Sum of RGB (Red+Green+Blue) = 29+139+66=234 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.39% from 234); Green value is 139 (54.69% from 255 or 59.40% from 234); Blue value is 66 (26.17% from 255 or 28.21% from 234); Max value from RGB is 139 - color contains mainly: green. Hex color #1D8B42 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1D8B42 is #E274BD. Grayscale: #616161. Windows color (decimal): -14841022 or 4360989. OLE color: 4360989.

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

Color convert

RGB2913966-
CMYK0.7900.530.45
HSL140.18º65.48%32.94%-
HSV(B)140.18º79.14%54.51%-
XYZ10.7219.128.28-
YUV97.79110.0678.94-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 12.39%
GREEN value IS 139 (54.69% from 255) = 59.40%
BLUE value IS 66 (26.17% from 255) = 28.21%
R=12.39%
G=59.40%
B=28.21%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal29139660.7900.530.45140.1865.4832.94
Hex1D8B424F0352D8c4121
Octal352131021170655521410141
Binary1110110001011100001010011110110101101101100011001000001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D8B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,139,66); }

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

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

 a { background-color: rgb(29,139,66); }

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

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

 span { border-color: rgb(29,139,66); }

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