Html Css Color HEX #1E8C64 Elf Green

📋 copy color: '#1E8C64'

red 30 ◦ green 140 ◦ blue 100

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

Shades of Elf Green #1E8C64

Tints of Elf Green #1E8C64

RGB

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

 GREEN value IS 140 (55.08% from 255) = 51.85%

 BLUE value IS 100 (39.45% from 255) = 37.04%

R = 11.11%
G = 51.85%
B = 37.04%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.29

 K value IS 0.45

RGB Variations

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

Color information

#1E8C64 (or 0x1E8C64) is known color: Elf Green. HEX triplet: 1E, 8C and 64. RGB value is (30,140,100). Sum of RGB (Red+Green+Blue) = 30+140+100=270 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.11% from 270); Green value is 140 (55.08% from 255 or 51.85% from 270); Blue value is 100 (39.45% from 255 or 37.04% from 270); Max value from RGB is 140 - color contains mainly: green. Hex color #1E8C64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E8C64 is #E1739B. Grayscale: #666666. Windows color (decimal): -14775196 or 6589470. OLE color: 6589470.

HSL color Cylindrical-coordinate representation of color #1E8C64: hue angle of 158.18º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1E8C64 is Cyan = 0.79, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.45.

Color convert

RGB 30 140 100 -
CMYK 0.79 0 0.29 0.45
HSL 158.18º 0.65% 0.33% -
HSV(B) 158.18º 0.79% 0.55% -
XYZ 12.21 19.95 15.26 -
YUV 102.55 126.56 76.25 -
System Red Green Blue C M Y K H S L
Decimal 30 140 100 0.79 0 0.29 0.45 158.18 0.65 0.33
Hex 1E 8C 64 4F 0 1D 2D 9E 41 21
Octal 36 214 144 117 0 35 55 236 101 41
Binary 11110 10001100 1100100 1001111 0 11101 101101 10011110 1000001 100001

Color Harmonies of #1E8C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E8C64

Black with #1E8C64

Text Example


Text Example

White with #1E8C64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,140,100); }

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

background-color css

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

 a { background-color: rgb(30,140,100); }

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

border-color css

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

 span { border-color: rgb(30,140,100); }

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