Html Css Color HEX #1E8C6E Elf Green

📋 copy color: '#1E8C6E'

red 30 ◦ green 140 ◦ blue 110

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

Shades of Elf Green #1E8C6E

Tints of Elf Green #1E8C6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 39.29%

R = 10.71%
G = 50%
B = 39.29%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.21

 K value IS 0.45

RGB Variations

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

Color information

#1E8C6E (or 0x1E8C6E) is known color: Elf Green. HEX triplet: 1E, 8C and 6E. RGB value is (30,140,110). Sum of RGB (Red+Green+Blue) = 30+140+110=280 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.71% from 280); Green value is 140 (55.08% from 255 or 50% from 280); Blue value is 110 (43.36% from 255 or 39.29% from 280); Max value from RGB is 140 - color contains mainly: green. Hex color #1E8C6E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E8C6E is #E17391. Grayscale: #676767. Windows color (decimal): -14775186 or 7244830. OLE color: 7244830.

HSL color Cylindrical-coordinate representation of color #1E8C6E: hue angle of 163.64º 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 #1E8C6E is Cyan = 0.79, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.45.

Color convert

RGB 30 140 110 -
CMYK 0.79 0 0.21 0.45
HSL 163.64º 0.65% 0.33% -
HSV(B) 163.64º 0.79% 0.55% -
XYZ 12.73 20.16 17.97 -
YUV 103.69 131.56 75.44 -
System Red Green Blue C M Y K H S L
Decimal 30 140 110 0.79 0 0.21 0.45 163.64 0.65 0.33
Hex 1E 8C 6E 4F 0 15 2D A4 41 21
Octal 36 214 156 117 0 25 55 244 101 41
Binary 11110 10001100 1101110 1001111 0 10101 101101 10100100 1000001 100001

Color Harmonies of #1E8C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E8C6E

Black with #1E8C6E

Text Example


Text Example

White with #1E8C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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