#1E7953

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

Shades of Salem #1E7953

Tints of Salem #1E7953

Color information

#1E7953 (or 0x1E7953) is unknown color: approx Salem. HEX triplet: 1E, 79 and 53. RGB value is (30,121,83). Sum of RGB (Red+Green+Blue) = 30+121+83=234 (30% of max value = 765). Red value is 30 (12.11% from 255 or 12.82% from 234); Green value is 121 (47.66% from 255 or 51.71% from 234); Blue value is 83 (32.81% from 255 or 35.47% from 234); Max value from RGB is 121 - color contains mainly: green. Hex color #1E7953 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E7953 is #E186AC. Grayscale: #595959. Windows color (decimal): -14780077 or 5470494. OLE color: 5470494.

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

Color convert

RGB3012183-
CMYK0.7500.310.53
HSL154.95º60.26%29.61%-
HSV(B)154.95º75.21%47.45%-
XYZ8.9314.5810.53-
YUV89.46124.3585.59-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.82%
GREEN value IS 121 (47.66% from 255) = 51.71%
BLUE value IS 83 (32.81% from 255) = 35.47%
R=12.82%
G=51.71%
B=35.47%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal30121830.7500.310.53154.9560.2629.61
Hex1E79534B01F359b3c1e
Octal36171123113037652337436
Binary111101111001101001110010110111111101011001101111110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E7953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,121,83); }

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

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

 a { background-color: rgb(30,121,83); }

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

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

 span { border-color: rgb(30,121,83); }

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