#1E7856

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

Shades of Salem #1E7856

Tints of Salem #1E7856

Color information

#1E7856 (or 0x1E7856) is unknown color: approx Salem. HEX triplet: 1E, 78 and 56. RGB value is (30,120,86). Sum of RGB (Red+Green+Blue) = 30+120+86=236 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.71% from 236); Green value is 120 (47.27% from 255 or 50.85% from 236); Blue value is 86 (33.98% from 255 or 36.44% from 236); Max value from RGB is 120 - color contains mainly: green. Hex color #1E7856 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E7856 is #E187A9. Grayscale: #595959. Windows color (decimal): -14780330 or 5666846. OLE color: 5666846.

HSL color Cylindrical-coordinate representation of color #1E7856: hue angle of 157.33º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1E7856 is Cyan = 0.75, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.53.

Color convert

RGB3012086-
CMYK0.7500.280.53
HSL157.33º60%29.41%-
HSV(B)157.33º75%47.06%-
XYZ8.9314.3811.11-
YUV89.21126.1885.76-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.71%
GREEN value IS 120 (47.27% from 255) = 50.85%
BLUE value IS 86 (33.98% from 255) = 36.44%
R=12.71%
G=50.85%
B=36.44%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal30120860.7500.280.53157.336029.41
Hex1E78564B01C359d3c1d
Octal36170126113034652357435
Binary111101111000101011010010110111001101011001110111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E7856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,120,86); }

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

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

 a { background-color: rgb(30,120,86); }

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

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

 span { border-color: rgb(30,120,86); }

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