Html Css Color HEX #1E8379 Elm

📋 copy color: '#1E8379'

red 30 ◦ green 131 ◦ blue 121

#1E8379
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Elm #1E8379

Tints of Elm #1E8379

RGB

 RED value IS 30 (12.11% from 255) = 10.64%

 GREEN value IS 131 (51.56% from 255) = 46.45%

 BLUE value IS 121 (47.66% from 255) = 42.91%

R = 10.64%
G = 46.45%
B = 42.91%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.08

 K value IS 0.49

RGB Variations

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

Color information

#1E8379 (or 0x1E8379) is known color: Elm. HEX triplet: 1E, 83 and 79. RGB value is (30,131,121). Sum of RGB (Red+Green+Blue) = 30+131+121=282 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.64% from 282); Green value is 131 (51.56% from 255 or 46.45% from 282); Blue value is 121 (47.66% from 255 or 42.91% from 282); Max value from RGB is 131 - color contains mainly: green. Hex color #1E8379 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E8379 is #E17C86. Grayscale: #636363. Windows color (decimal): -14777479 or 7963422. OLE color: 7963422.

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

Color convert

RGB 30 131 121 -
CMYK 0.77 0 0.08 0.49
HSL 174.06º 0.63% 0.32% -
HSV(B) 174.06º 0.77% 0.51% -
XYZ 12.1 17.89 20.9 -
YUV 99.66 140.04 78.31 -
System Red Green Blue C M Y K H S L
Decimal 30 131 121 0.77 0 0.08 0.49 174.06 0.63 0.32
Hex 1E 83 79 4D 0 8 31 AE 3F 20
Octal 36 203 171 115 0 10 61 256 77 40
Binary 11110 10000011 1111001 1001101 0 1000 110001 10101110 111111 100000

Color Harmonies of #1E8379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E8379

Black with #1E8379

Text Example


Text Example

White with #1E8379

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1E8379;
 }
 .AnyTagClassName
 {
   color: #1E8379;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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