#1E8052

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

Shades of Salem #1E8052

Tints of Salem #1E8052

Color information

#1E8052 (or 0x1E8052) is unknown color: approx Salem. HEX triplet: 1E, 80 and 52. RGB value is (30,128,82). Sum of RGB (Red+Green+Blue) = 30+128+82=240 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.5% from 240); Green value is 128 (50.39% from 255 or 53.33% from 240); Blue value is 82 (32.42% from 255 or 34.17% from 240); Max value from RGB is 128 - color contains mainly: green. Hex color #1E8052 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E8052 is #E17FAD. Grayscale: #5D5D5D. Windows color (decimal): -14778286 or 5406750. OLE color: 5406750.

HSL color Cylindrical-coordinate representation of color #1E8052: hue angle of 151.84º 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 #1E8052 is Cyan = 0.77, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.50.

Color convert

RGB3012882-
CMYK0.7700.360.50
HSL151.84º62.03%30.98%-
HSV(B)151.84º76.56%50.2%-
XYZ9.7816.3210.62-
YUV93.45121.5382.74-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.5%
GREEN value IS 128 (50.39% from 255) = 53.33%
BLUE value IS 82 (32.42% from 255) = 34.17%
R=12.5%
G=53.33%
B=34.17%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal30128820.7700.360.50151.8462.0330.98
Hex1E80524D02432983e1f
Octal36200122115044622307637
Binary11110100000001010010100110101001001100101001100011111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E8052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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