#1E8542

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

Shades of Salem #1E8542

Tints of Salem #1E8542

Color information

#1E8542 (or 0x1E8542) is unknown color: approx Salem. HEX triplet: 1E, 85 and 42. RGB value is (30,133,66). Sum of RGB (Red+Green+Blue) = 30+133+66=229 (30% of max value = 765). Red value is 30 (12.11% from 255 or 13.10% from 229); Green value is 133 (52.34% from 255 or 58.08% from 229); Blue value is 66 (26.17% from 255 or 28.82% from 229); Max value from RGB is 133 - color contains mainly: green. Hex color #1E8542 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1E8542 is #E17ABD. Grayscale: #5E5E5E. Windows color (decimal): -14777022 or 4359454. OLE color: 4359454.

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

Color convert

RGB3013366-
CMYK0.7700.500.48
HSL140.97º63.19%31.96%-
HSV(B)140.97º77.44%52.16%-
XYZ9.9117.448-
YUV94.56111.8881.95-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 13.10%
GREEN value IS 133 (52.34% from 255) = 58.08%
BLUE value IS 66 (26.17% from 255) = 28.82%
R=13.10%
G=58.08%
B=28.82%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal30133660.7700.500.48140.9763.1931.96
Hex1E85424D032308d3f20
Octal36205102115062602157740
Binary111101000010110000101001101011001011000010001101111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E8542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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