#1E7151

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

Shades of Salem #1E7151

Tints of Salem #1E7151

Color information

#1E7151 (or 0x1E7151) is unknown color: approx Salem. HEX triplet: 1E, 71 and 51. RGB value is (30,113,81). Sum of RGB (Red+Green+Blue) = 30+113+81=224 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.39% from 224); Green value is 113 (44.53% from 255 or 50.45% from 224); Blue value is 81 (32.03% from 255 or 36.16% from 224); Max value from RGB is 113 - color contains mainly: green. Hex color #1E7151 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E7151 is #E18EAE. Grayscale: #545454. Windows color (decimal): -14782127 or 5337374. OLE color: 5337374.

HSL color Cylindrical-coordinate representation of color #1E7151: hue angle of 156.87º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1E7151 is Cyan = 0.73, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.56.

Color convert

RGB3011381-
CMYK0.7300.280.56
HSL156.87º58.04%28.04%-
HSV(B)156.87º73.45%44.31%-
XYZ7.9312.689.81-
YUV84.5412689.1-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 13.39%
GREEN value IS 113 (44.53% from 255) = 50.45%
BLUE value IS 81 (32.03% from 255) = 36.16%
R=13.39%
G=50.45%
B=36.16%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal30113810.7300.280.56156.8758.0428.04
Hex1E71514901C389d3a1c
Octal36161121111034702357234
Binary111101110001101000110010010111001110001001110111101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E7151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,113,81); }

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

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

 a { background-color: rgb(30,113,81); }

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

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

 span { border-color: rgb(30,113,81); }

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