#1E7052

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

Shades of Salem #1E7052

Tints of Salem #1E7052

Color information

#1E7052 (or 0x1E7052) is unknown color: approx Salem. HEX triplet: 1E, 70 and 52. RGB value is (30,112,82). Sum of RGB (Red+Green+Blue) = 30+112+82=224 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.39% from 224); Green value is 112 (44.14% from 255 or 50% from 224); Blue value is 82 (32.42% from 255 or 36.61% from 224); Max value from RGB is 112 - color contains mainly: green. Hex color #1E7052 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E7052 is #E18FAD. Grayscale: #545454. Windows color (decimal): -14782382 or 5402654. OLE color: 5402654.

HSL color Cylindrical-coordinate representation of color #1E7052: hue angle of 158.05º 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 #1E7052 is Cyan = 0.73, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.56.

Color convert

RGB3011282-
CMYK0.7300.270.56
HSL158.05º57.75%27.84%-
HSV(B)158.05º73.21%43.92%-
XYZ7.8512.479.98-
YUV84.06126.8389.44-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 13.39%
GREEN value IS 112 (44.14% from 255) = 50%
BLUE value IS 82 (32.42% from 255) = 36.61%
R=13.39%
G=50%
B=36.61%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal30112820.7300.270.56158.0557.7527.84
Hex1E70524901B389e3a1c
Octal36160122111033702367234
Binary111101110000101001010010010110111110001001111011101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E7052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,112,82); }

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

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

 a { background-color: rgb(30,112,82); }

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

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

 span { border-color: rgb(30,112,82); }

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