#1D8542

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

Shades of Salem #1D8542

Tints of Salem #1D8542

Color information

#1D8542 (or 0x1D8542) is unknown color: approx Salem. HEX triplet: 1D, 85 and 42. RGB value is (29,133,66). Sum of RGB (Red+Green+Blue) = 29+133+66=228 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.72% from 228); Green value is 133 (52.34% from 255 or 58.33% from 228); Blue value is 66 (26.17% from 255 or 28.95% from 228); Max value from RGB is 133 - color contains mainly: green. Hex color #1D8542 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1D8542 is #E27ABD. Grayscale: #5E5E5E. Windows color (decimal): -14842558 or 4359453. OLE color: 4359453.

HSL color Cylindrical-coordinate representation of color #1D8542: hue angle of 141.35º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1D8542 is Cyan = 0.78, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.48.

Color convert

RGB2913366-
CMYK0.7800.500.48
HSL141.35º64.2%31.76%-
HSV(B)141.35º78.2%52.16%-
XYZ9.8817.438-
YUV94.27112.0481.45-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 12.72%
GREEN value IS 133 (52.34% from 255) = 58.33%
BLUE value IS 66 (26.17% from 255) = 28.95%
R=12.72%
G=58.33%
B=28.95%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal29133660.7800.500.48141.3564.231.76
Hex1D85424E032308d4020
Octal352051021160626021510040
Binary1110110000101100001010011100110010110000100011011000000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D8542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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