#1E7850

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

Shades of Salem #1E7850

Tints of Salem #1E7850

Color information

#1E7850 (or 0x1E7850) is unknown color: approx Salem. HEX triplet: 1E, 78 and 50. RGB value is (30,120,80). Sum of RGB (Red+Green+Blue) = 30+120+80=230 (30% of max value = 765). Red value is 30 (12.11% from 255 or 13.04% from 230); Green value is 120 (47.27% from 255 or 52.17% from 230); Blue value is 80 (31.64% from 255 or 34.78% from 230); Max value from RGB is 120 - color contains mainly: green. Hex color #1E7850 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E7850 is #E187AF. Grayscale: #585858. Windows color (decimal): -14780336 or 5273630. OLE color: 5273630.

HSL color Cylindrical-coordinate representation of color #1E7850: hue angle of 153.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 #1E7850 is Cyan = 0.75, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.53.

Color convert

RGB3012080-
CMYK0.7500.330.53
HSL153.33º60%29.41%-
HSV(B)153.33º75%47.06%-
XYZ8.714.299.89-
YUV88.53123.1886.25-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 13.04%
GREEN value IS 120 (47.27% from 255) = 52.17%
BLUE value IS 80 (31.64% from 255) = 34.78%
R=13.04%
G=52.17%
B=34.78%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal30120800.7500.330.53153.336029.41
Hex1E78504B02135993c1d
Octal36170120113041652317435
Binary1111011110001010000100101101000011101011001100111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E7850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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