#1e8853

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

Shades of Salem #1E8853

Tints of Salem #1E8853

Color information

#1E8853 (or 0x1E8853) is unknown color: approx Salem. HEX triplet: 1E, 88 and 53. RGB value is (30,136,83). Sum of RGB (Red+Green+Blue) = 30+136+83=249 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.05% from 249); Green value is 136 (53.52% from 255 or 54.62% from 249); Blue value is 83 (32.81% from 255 or 33.33% from 249); Max value from RGB is 136 - color contains mainly: green. Hex color #1E8853 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E8853 is #E177AC. Grayscale: #626262. Windows color (decimal): -14776237 or 5474334. OLE color: 5474334.

HSL color Cylindrical-coordinate representation of color #1E8853: hue angle of 150º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1E8853 is Cyan = 0.78, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.47.

Color convert

RGB3013683-
CMYK0.7800.390.47
HSL150º63.86%32.55%-
HSV(B)150º77.94%53.33%-
XYZ10.918.5111.18-
YUV98.26119.3879.31-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.05%
GREEN value IS 136 (53.52% from 255) = 54.62%
BLUE value IS 83 (32.81% from 255) = 33.33%
R=12.05%
G=54.62%
B=33.33%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal30136830.7800.390.4715063.8632.55
Hex1E88534E0272F964021
Octal362101231160475722610041
Binary1111010001000101001110011100100111101111100101101000000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1e8853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,136,83); }

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

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

 a { background-color: rgb(30,136,83); }

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

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

 span { border-color: rgb(30,136,83); }

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