#1E8855

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

Shades of Salem #1E8855

Tints of Salem #1E8855

Color information

#1E8855 (or 0x1E8855) is unknown color: approx Salem. HEX triplet: 1E, 88 and 55. RGB value is (30,136,85). Sum of RGB (Red+Green+Blue) = 30+136+85=251 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.95% from 251); Green value is 136 (53.52% from 255 or 54.18% from 251); Blue value is 85 (33.59% from 255 or 33.86% from 251); Max value from RGB is 136 - color contains mainly: green. Hex color #1E8855 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E8855 is #E177AA. Grayscale: #626262. Windows color (decimal): -14776235 or 5605406. OLE color: 5605406.

HSL color Cylindrical-coordinate representation of color #1E8855: hue angle of 151.13º 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 #1E8855 is Cyan = 0.78, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.47.

Color convert

RGB3013685-
CMYK0.7800.380.47
HSL151.13º63.86%32.55%-
HSV(B)151.13º77.94%53.33%-
XYZ10.9818.5411.59-
YUV98.49120.3879.15-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 11.95%
GREEN value IS 136 (53.52% from 255) = 54.18%
BLUE value IS 85 (33.59% from 255) = 33.86%
R=11.95%
G=54.18%
B=33.86%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal30136850.7800.380.47151.1363.8632.55
Hex1E88554E0262F974021
Octal362101251160465722710041
Binary1111010001000101010110011100100110101111100101111000000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E8855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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