Html Css Color HEX #1E8480 Elm

📋 copy color: '#1E8480'

red 30 ◦ green 132 ◦ blue 128

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

Shades of Elm #1E8480

Tints of Elm #1E8480

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 44.14%

R = 10.34%
G = 45.52%
B = 44.14%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.03

 K value IS 0.48

RGB Variations

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

Color information

#1E8480 (or 0x1E8480) is known color: Elm. HEX triplet: 1E, 84 and 80. RGB value is (30,132,128). Sum of RGB (Red+Green+Blue) = 30+132+128=290 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.34% from 290); Green value is 132 (51.95% from 255 or 45.52% from 290); Blue value is 128 (50.39% from 255 or 44.14% from 290); Max value from RGB is 132 - color contains mainly: green. Hex color #1E8480 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E8480 is #E17B7F. Grayscale: #646464. Windows color (decimal): -14777216 or 8422430. OLE color: 8422430.

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

Color convert

RGB 30 132 128 -
CMYK 0.77 0 0.03 0.48
HSL 177.65º 0.63% 0.32% -
HSV(B) 177.65º 0.77% 0.52% -
XYZ 12.68 18.34 23.29 -
YUV 101.05 143.21 77.33 -
System Red Green Blue C M Y K H S L
Decimal 30 132 128 0.77 0 0.03 0.48 177.65 0.63 0.32
Hex 1E 84 80 4D 0 3 30 B2 3F 20
Octal 36 204 200 115 0 3 60 262 77 40
Binary 11110 10000100 10000000 1001101 0 11 110000 10110010 111111 100000

Color Harmonies of #1E8480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E8480

Black with #1E8480

Text Example


Text Example

White with #1E8480

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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