#1E7E46

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

Shades of Salem #1E7E46

Tints of Salem #1E7E46

Color information

#1E7E46 (or 0x1E7E46) is unknown color: approx Salem. HEX triplet: 1E, 7E and 46. RGB value is (30,126,70). Sum of RGB (Red+Green+Blue) = 30+126+70=226 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.27% from 226); Green value is 126 (49.61% from 255 or 55.75% from 226); Blue value is 70 (27.73% from 255 or 30.97% from 226); Max value from RGB is 126 - color contains mainly: green. Hex color #1E7E46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E7E46 is #E181B9. Grayscale: #5B5B5B. Windows color (decimal): -14778810 or 4619806. OLE color: 4619806.

HSL color Cylindrical-coordinate representation of color #1E7E46: hue angle of 145º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1E7E46 is Cyan = 0.76, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.51.

Color convert

RGB3012670-
CMYK0.7600.440.51
HSL145º61.54%30.59%-
HSV(B)145º76.19%49.41%-
XYZ9.115.648.33-
YUV90.91116.284.55-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 13.27%
GREEN value IS 126 (49.61% from 255) = 55.75%
BLUE value IS 70 (27.73% from 255) = 30.97%
R=13.27%
G=55.75%
B=30.97%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal30126700.7600.440.5114561.5430.59
Hex1E7E464C02C33913e1f
Octal36176106114054632217637
Binary1111011111101000110100110001011001100111001000111111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E7E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,126,70); }

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

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

 a { background-color: rgb(30,126,70); }

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

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

 span { border-color: rgb(30,126,70); }

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