#1E8576

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

Shades of Elm #1E8576

Tints of Elm #1E8576

Color information

#1E8576 (or 0x1E8576) is unknown color: approx Elm. HEX triplet: 1E, 85 and 76. RGB value is (30,133,118). Sum of RGB (Red+Green+Blue) = 30+133+118=281 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.68% from 281); Green value is 133 (52.34% from 255 or 47.33% from 281); Blue value is 118 (46.48% from 255 or 41.99% from 281); Max value from RGB is 133 - color contains mainly: green. Hex color #1E8576 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E8576 is #E17A89. Grayscale: #646464. Windows color (decimal): -14776970 or 7767326. OLE color: 7767326.

HSL color Cylindrical-coordinate representation of color #1E8576: hue angle of 171.26º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1E8576 is Cyan = 0.77, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB30133118-
CMYK0.7700.110.48
HSL171.26º63.19%31.96%-
HSV(B)171.26º77.44%52.16%-
XYZ12.1918.3620.04-
YUV100.49137.8877.72-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.68%
GREEN value IS 133 (52.34% from 255) = 47.33%
BLUE value IS 118 (46.48% from 255) = 41.99%
R=10.68%
G=47.33%
B=41.99%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal301331180.7700.110.48171.2663.1931.96
Hex1E85764D0B30ab3f20
Octal36205166115013602537740
Binary1111010000101111011010011010101111000010101011111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E8576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,133,118); }

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

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

 a { background-color: rgb(30,133,118); }

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

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

 span { border-color: rgb(30,133,118); }

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