Html Css Color HEX #1E8070 Elf Green

📋 copy color: '#1E8070'

red 30 ◦ green 128 ◦ blue 112

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

Shades of Elf Green #1E8070

Tints of Elf Green #1E8070

RGB

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

 GREEN value IS 128 (50.39% from 255) = 47.41%

 BLUE value IS 112 (44.14% from 255) = 41.48%

R = 11.11%
G = 47.41%
B = 41.48%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.12

 K value IS 0.50

RGB Variations

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

Color information

#1E8070 (or 0x1E8070) is known color: Elf Green. HEX triplet: 1E, 80 and 70. RGB value is (30,128,112). Sum of RGB (Red+Green+Blue) = 30+128+112=270 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.11% from 270); Green value is 128 (50.39% from 255 or 47.41% from 270); Blue value is 112 (44.14% from 255 or 41.48% from 270); Max value from RGB is 128 - color contains mainly: green. Hex color #1E8070 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E8070 is #E17F8F. Grayscale: #606060. Windows color (decimal): -14778256 or 7372830. OLE color: 7372830.

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

Color convert

RGB 30 128 112 -
CMYK 0.77 0 0.12 0.50
HSL 170.2º 0.62% 0.31% -
HSV(B) 170.2º 0.77% 0.5% -
XYZ 11.18 16.88 18 -
YUV 96.87 136.53 80.3 -
System Red Green Blue C M Y K H S L
Decimal 30 128 112 0.77 0 0.12 0.50 170.2 0.62 0.31
Hex 1E 80 70 4D 0 C 32 AA 3E 1F
Octal 36 200 160 115 0 14 62 252 76 37
Binary 11110 10000000 1110000 1001101 0 1100 110010 10101010 111110 11111

Color Harmonies of #1E8070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E8070

Black with #1E8070

Text Example


Text Example

White with #1E8070

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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