#1E8059

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

Shades of Salem #1E8059

Tints of Salem #1E8059

Color information

#1E8059 (or 0x1E8059) is unknown color: approx Salem. HEX triplet: 1E, 80 and 59. RGB value is (30,128,89). Sum of RGB (Red+Green+Blue) = 30+128+89=247 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.15% from 247); Green value is 128 (50.39% from 255 or 51.82% from 247); Blue value is 89 (35.16% from 255 or 36.03% from 247); Max value from RGB is 128 - color contains mainly: green. Hex color #1E8059 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E8059 is #E17FA6. Grayscale: #5E5E5E. Windows color (decimal): -14778279 or 5865502. OLE color: 5865502.

HSL color Cylindrical-coordinate representation of color #1E8059: hue angle of 156.12º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1E8059 is Cyan = 0.77, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.50.

Color convert

RGB3012889-
CMYK0.7700.300.50
HSL156.12º62.03%30.98%-
HSV(B)156.12º76.56%50.2%-
XYZ10.0616.4412.09-
YUV94.25125.0382.17-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.15%
GREEN value IS 128 (50.39% from 255) = 51.82%
BLUE value IS 89 (35.16% from 255) = 36.03%
R=12.15%
G=51.82%
B=36.03%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal30128890.7700.300.50156.1262.0330.98
Hex1E80594D01E329c3e1f
Octal36200131115036622347637
Binary1111010000000101100110011010111101100101001110011111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E8059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,128,89); }

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

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

 a { background-color: rgb(30,128,89); }

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

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

 span { border-color: rgb(30,128,89); }

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