#1E7D7A

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

Shades of Elm #1E7D7A

Tints of Elm #1E7D7A

Color information

#1E7D7A (or 0x1E7D7A) is unknown color: approx Elm. HEX triplet: 1E, 7D and 7A. RGB value is (30,125,122). Sum of RGB (Red+Green+Blue) = 30+125+122=277 (36% of max value = 765). Red value is 30 (12.11% from 255 or 10.83% from 277); Green value is 125 (49.22% from 255 or 45.13% from 277); Blue value is 122 (48.05% from 255 or 44.04% from 277); Max value from RGB is 125 - color contains mainly: green. Hex color #1E7D7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E7D7A is #E18285. Grayscale: #606060. Windows color (decimal): -14779014 or 8027422. OLE color: 8027422.

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

Color convert

RGB30125122-
CMYK0.7600.020.51
HSL178.11º61.29%30.39%-
HSV(B)178.11º76%49.02%-
XYZ11.3816.3520.97-
YUV96.25142.5380.74-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.83%
GREEN value IS 125 (49.22% from 255) = 45.13%
BLUE value IS 122 (48.05% from 255) = 44.04%
R=10.83%
G=45.13%
B=44.04%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal301251220.7600.020.51178.1161.2930.39
Hex1E7D7A4C0233b23d1e
Octal3617517211402632627536
Binary111101111101111101010011000101100111011001011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E7D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,125,122); }

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

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

 a { background-color: rgb(30,125,122); }

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

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

 span { border-color: rgb(30,125,122); }

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