#1E7950

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

Shades of Salem #1E7950

Tints of Salem #1E7950

Color information

#1E7950 (or 0x1E7950) is unknown color: approx Salem. HEX triplet: 1E, 79 and 50. RGB value is (30,121,80). Sum of RGB (Red+Green+Blue) = 30+121+80=231 (30% of max value = 765). Red value is 30 (12.11% from 255 or 12.99% from 231); Green value is 121 (47.66% from 255 or 52.38% from 231); Blue value is 80 (31.64% from 255 or 34.63% from 231); Max value from RGB is 121 - color contains mainly: green. Hex color #1E7950 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E7950 is #E186AF. Grayscale: #595959. Windows color (decimal): -14780080 or 5273886. OLE color: 5273886.

HSL color Cylindrical-coordinate representation of color #1E7950: hue angle of 152.97º 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 #1E7950 is Cyan = 0.75, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.53.

Color convert

RGB3012180-
CMYK0.7500.340.53
HSL152.97º60.26%29.61%-
HSV(B)152.97º75.21%47.45%-
XYZ8.8214.539.93-
YUV89.12122.8585.83-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.99%
GREEN value IS 121 (47.66% from 255) = 52.38%
BLUE value IS 80 (31.64% from 255) = 34.63%
R=12.99%
G=52.38%
B=34.63%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal30121800.7500.340.53152.9760.2629.61
Hex1E79504B02235993c1e
Octal36171120113042652317436
Binary1111011110011010000100101101000101101011001100111110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E7950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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