Html Css Color HEX #1E8476 Elm

📋 copy color: '#1E8476'

red 30 ◦ green 132 ◦ blue 118

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

Shades of Elm #1E8476

Tints of Elm #1E8476

RGB

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

 GREEN value IS 132 (51.95% from 255) = 47.14%

 BLUE value IS 118 (46.48% from 255) = 42.14%

R = 10.71%
G = 47.14%
B = 42.14%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#1E8476 (or 0x1E8476) is known color: Elm. HEX triplet: 1E, 84 and 76. RGB value is (30,132,118). Sum of RGB (Red+Green+Blue) = 30+132+118=280 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.71% from 280); Green value is 132 (51.95% from 255 or 47.14% from 280); Blue value is 118 (46.48% from 255 or 42.14% from 280); Max value from RGB is 132 - color contains mainly: green. Hex color #1E8476 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E8476 is #E17B89. Grayscale: #636363. Windows color (decimal): -14777226 or 7767070. OLE color: 7767070.

HSL color Cylindrical-coordinate representation of color #1E8476: hue angle of 171.76º 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 #1E8476 is Cyan = 0.77, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB 30 132 118 -
CMYK 0.77 0 0.11 0.48
HSL 171.76º 0.63% 0.32% -
HSV(B) 171.76º 0.77% 0.52% -
XYZ 12.06 18.09 20 -
YUV 99.91 138.21 78.14 -
System Red Green Blue C M Y K H S L
Decimal 30 132 118 0.77 0 0.11 0.48 171.76 0.63 0.32
Hex 1E 84 76 4D 0 B 30 AC 3F 20
Octal 36 204 166 115 0 13 60 254 77 40
Binary 11110 10000100 1110110 1001101 0 1011 110000 10101100 111111 100000

Color Harmonies of #1E8476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E8476

Black with #1E8476

Text Example


Text Example

White with #1E8476

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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