#1E7B48

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

Shades of Salem #1E7B48

Tints of Salem #1E7B48

Color information

#1E7B48 (or 0x1E7B48) is unknown color: approx Salem. HEX triplet: 1E, 7B and 48. RGB value is (30,123,72). Sum of RGB (Red+Green+Blue) = 30+123+72=225 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.33% from 225); Green value is 123 (48.44% from 255 or 54.67% from 225); Blue value is 72 (28.52% from 255 or 32% from 225); Max value from RGB is 123 - color contains mainly: green. Hex color #1E7B48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E7B48 is #E184B7. Grayscale: #595959. Windows color (decimal): -14779576 or 4750110. OLE color: 4750110.

HSL color Cylindrical-coordinate representation of color #1E7B48: hue angle of 147.1º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1E7B48 is Cyan = 0.76, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.52.

Color convert

RGB3012372-
CMYK0.7600.410.52
HSL147.1º60.78%30%-
HSV(B)147.1º75.61%48.24%-
XYZ8.7914.918.55-
YUV89.38118.1985.65-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 13.33%
GREEN value IS 123 (48.44% from 255) = 54.67%
BLUE value IS 72 (28.52% from 255) = 32%
R=13.33%
G=54.67%
B=32%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal30123720.7600.410.52147.160.7830
Hex1E7B484C02934933d1e
Octal36173110114051642237536
Binary1111011110111001000100110001010011101001001001111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E7B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,123,72); }

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

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

 a { background-color: rgb(30,123,72); }

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

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

 span { border-color: rgb(30,123,72); }

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