#1E7951

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

Shades of Salem #1E7951

Tints of Salem #1E7951

Color information

#1E7951 (or 0x1E7951) is unknown color: approx Salem. HEX triplet: 1E, 79 and 51. RGB value is (30,121,81). Sum of RGB (Red+Green+Blue) = 30+121+81=232 (30% of max value = 765). Red value is 30 (12.11% from 255 or 12.93% from 232); Green value is 121 (47.66% from 255 or 52.16% from 232); Blue value is 81 (32.03% from 255 or 34.91% from 232); Max value from RGB is 121 - color contains mainly: green. Hex color #1E7951 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E7951 is #E186AE. Grayscale: #595959. Windows color (decimal): -14780079 or 5339422. OLE color: 5339422.

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

Color convert

RGB3012181-
CMYK0.7500.330.53
HSL153.63º60.26%29.61%-
HSV(B)153.63º75.21%47.45%-
XYZ8.8614.5410.13-
YUV89.23123.3585.75-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.93%
GREEN value IS 121 (47.66% from 255) = 52.16%
BLUE value IS 81 (32.03% from 255) = 34.91%
R=12.93%
G=52.16%
B=34.91%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal30121810.7500.330.53153.6360.2629.61
Hex1E79514B021359a3c1e
Octal36171121113041652327436
Binary1111011110011010001100101101000011101011001101011110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E7951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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