#1E8950

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

Shades of Salem #1E8950

Tints of Salem #1E8950

Color information

#1E8950 (or 0x1E8950) is unknown color: approx Salem. HEX triplet: 1E, 89 and 50. RGB value is (30,137,80). Sum of RGB (Red+Green+Blue) = 30+137+80=247 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.15% from 247); Green value is 137 (53.91% from 255 or 55.47% from 247); Blue value is 80 (31.64% from 255 or 32.39% from 247); Max value from RGB is 137 - color contains mainly: green. Hex color #1E8950 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E8950 is #E176AF. Grayscale: #626262. Windows color (decimal): -14775984 or 5277982. OLE color: 5277982.

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

Color convert

RGB3013780-
CMYK0.7800.420.46
HSL148.04º64.07%32.75%-
HSV(B)148.04º78.1%53.73%-
XYZ10.9318.7510.63-
YUV98.51117.5579.13-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.15%
GREEN value IS 137 (53.91% from 255) = 55.47%
BLUE value IS 80 (31.64% from 255) = 32.39%
R=12.15%
G=55.47%
B=32.39%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal30137800.7800.420.46148.0464.0732.75
Hex1E89504E02A2E944021
Octal362111201160525622410041
Binary1111010001001101000010011100101010101110100101001000000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E8950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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