Html Css Color HEX #1E8277 Elm

📋 copy color: '#1E8277'

red 30 ◦ green 130 ◦ blue 119

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

Shades of Elm #1E8277

Tints of Elm #1E8277

RGB

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

 GREEN value IS 130 (51.17% from 255) = 46.59%

 BLUE value IS 119 (46.88% from 255) = 42.65%

R = 10.75%
G = 46.59%
B = 42.65%

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

#1E8277 (or 0x1E8277) is known color: Elm. HEX triplet: 1E, 82 and 77. RGB value is (30,130,119). Sum of RGB (Red+Green+Blue) = 30+130+119=279 (36% of max value = 765). Red value is 30 (12.11% from 255 or 10.75% from 279); Green value is 130 (51.17% from 255 or 46.59% from 279); Blue value is 119 (46.88% from 255 or 42.65% from 279); Max value from RGB is 130 - color contains mainly: green. Hex color #1E8277 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E8277 is #E17D88. Grayscale: #626262. Windows color (decimal): -14777737 or 7832094. OLE color: 7832094.

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

Color convert

RGB 30 130 119 -
CMYK 0.77 0 0.08 0.49
HSL 173.4º 0.63% 0.31% -
HSV(B) 173.4º 0.77% 0.51% -
XYZ 11.85 17.57 20.22 -
YUV 98.85 139.37 78.89 -
System Red Green Blue C M Y K H S L
Decimal 30 130 119 0.77 0 0.08 0.49 173.4 0.63 0.31
Hex 1E 82 77 4D 0 8 31 AD 3E 1F
Octal 36 202 167 115 0 10 61 255 76 37
Binary 11110 10000010 1110111 1001101 0 1000 110001 10101101 111110 11111

Color Harmonies of #1E8277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E8277

Black with #1E8277

Text Example


Text Example

White with #1E8277

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,130,119); }

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

background-color css

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

 a { background-color: rgb(30,130,119); }

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

border-color css

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

 span { border-color: rgb(30,130,119); }

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