Html Css Color HEX #2E916E Elf Green

📋 copy color: '#2E916E'

red 46 ◦ green 145 ◦ blue 110

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

Shades of Elf Green #2E916E

Tints of Elf Green #2E916E

RGB

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

 GREEN value IS 145 (57.03% from 255) = 48.17%

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

R = 15.28%
G = 48.17%
B = 36.54%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.24

 K value IS 0.43

RGB Variations

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

Color information

#2E916E (or 0x2E916E) is known color: Elf Green. HEX triplet: 2E, 91 and 6E. RGB value is (46,145,110). Sum of RGB (Red+Green+Blue) = 46+145+110=301 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.28% from 301); Green value is 145 (57.03% from 255 or 48.17% from 301); Blue value is 110 (43.36% from 255 or 36.54% from 301); Max value from RGB is 145 - color contains mainly: green. Hex color #2E916E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E916E is #D16E91. Grayscale: #6F6F6F. Windows color (decimal): -13725330 or 7246126. OLE color: 7246126.

HSL color Cylindrical-coordinate representation of color #2E916E: hue angle of 158.79º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2E916E is Cyan = 0.68, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.43.

Color convert

RGB 46 145 110 -
CMYK 0.68 0 0.24 0.43
HSL 158.79º 0.52% 0.37% -
HSV(B) 158.79º 0.68% 0.57% -
XYZ 14.07 21.96 18.25 -
YUV 111.41 127.2 81.35 -
System Red Green Blue C M Y K H S L
Decimal 46 145 110 0.68 0 0.24 0.43 158.79 0.52 0.37
Hex 2E 91 6E 44 0 18 2B 9F 34 25
Octal 56 221 156 104 0 30 53 237 64 45
Binary 101110 10010001 1101110 1000100 0 11000 101011 10011111 110100 100101

Color Harmonies of #2E916E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E916E

Black with #2E916E

Text Example


Text Example

White with #2E916E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,145,110); }

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

background-color css

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

 a { background-color: rgb(46,145,110); }

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

border-color css

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

 span { border-color: rgb(46,145,110); }

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