Html Css Color HEX #2E8C6C Elf Green

📋 copy color: '#2E8C6C'

red 46 ◦ green 140 ◦ blue 108

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

Shades of Elf Green #2E8C6C

Tints of Elf Green #2E8C6C

RGB

 RED value IS 46 (18.36% from 255) = 15.65%

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

 BLUE value IS 108 (42.58% from 255) = 36.73%

R = 15.65%
G = 47.62%
B = 36.73%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.23

 K value IS 0.45

RGB Variations

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

Color information

#2E8C6C (or 0x2E8C6C) is known color: Elf Green. HEX triplet: 2E, 8C and 6C. RGB value is (46,140,108). Sum of RGB (Red+Green+Blue) = 46+140+108=294 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.65% from 294); Green value is 140 (55.08% from 255 or 47.62% from 294); Blue value is 108 (42.58% from 255 or 36.73% from 294); Max value from RGB is 140 - color contains mainly: green. Hex color #2E8C6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E8C6C is #D17393. Grayscale: #6C6C6C. Windows color (decimal): -13726612 or 7113774. OLE color: 7113774.

HSL color Cylindrical-coordinate representation of color #2E8C6C: hue angle of 159.57º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2E8C6C is Cyan = 0.67, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.45.

Color convert

RGB 46 140 108 -
CMYK 0.67 0 0.23 0.45
HSL 159.57º 0.51% 0.36% -
HSV(B) 159.57º 0.67% 0.55% -
XYZ 13.21 20.42 17.43 -
YUV 108.25 127.86 83.6 -
System Red Green Blue C M Y K H S L
Decimal 46 140 108 0.67 0 0.23 0.45 159.57 0.51 0.36
Hex 2E 8C 6C 43 0 17 2D A0 33 24
Octal 56 214 154 103 0 27 55 240 63 44
Binary 101110 10001100 1101100 1000011 0 10111 101101 10100000 110011 100100

Color Harmonies of #2E8C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E8C6C

Black with #2E8C6C

Text Example


Text Example

White with #2E8C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2E8C6C; }

 p { color: rgb(46,140,108); }

 H1.HeaderClassName
 {
   color: #2E8C6C;
 }
 .AnyTagClassName
 {
   color: #2E8C6C;
 }
</style>

background-color css

<style>
 a { background-color: #2E8C6C; }

 a { background-color: rgb(46,140,108); }

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

border-color css

<style>
 span { border-color: #2E8C6C; }

 span { border-color: rgb(46,140,108); }

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