Html Css Color HEX #2E9375 Elf Green

📋 copy color: '#2E9375'

red 46 ◦ green 147 ◦ blue 117

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

Shades of Elf Green #2E9375

Tints of Elf Green #2E9375

RGB

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

 GREEN value IS 147 (57.81% from 255) = 47.42%

 BLUE value IS 117 (46.09% from 255) = 37.74%

R = 14.84%
G = 47.42%
B = 37.74%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#2E9375 (or 0x2E9375) is known color: Elf Green. HEX triplet: 2E, 93 and 75. RGB value is (46,147,117). Sum of RGB (Red+Green+Blue) = 46+147+117=310 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.84% from 310); Green value is 147 (57.81% from 255 or 47.42% from 310); Blue value is 117 (46.09% from 255 or 37.74% from 310); Max value from RGB is 147 - color contains mainly: green. Hex color #2E9375 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E9375 is #D16C8A. Grayscale: #717171. Windows color (decimal): -13724811 or 7705390. OLE color: 7705390.

HSL color Cylindrical-coordinate representation of color #2E9375: hue angle of 162.18º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2E9375 is Cyan = 0.69, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB 46 147 117 -
CMYK 0.69 0 0.20 0.42
HSL 162.18º 0.52% 0.38% -
HSV(B) 162.18º 0.69% 0.58% -
XYZ 14.77 22.73 20.44 -
YUV 113.38 130.04 79.94 -
System Red Green Blue C M Y K H S L
Decimal 46 147 117 0.69 0 0.20 0.42 162.18 0.52 0.38
Hex 2E 93 75 45 0 14 2A A2 34 26
Octal 56 223 165 105 0 24 52 242 64 46
Binary 101110 10010011 1110101 1000101 0 10100 101010 10100010 110100 100110

Color Harmonies of #2E9375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E9375

Black with #2E9375

Text Example


Text Example

White with #2E9375

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,147,117); }

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

background-color css

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

 a { background-color: rgb(46,147,117); }

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

border-color css

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

 span { border-color: rgb(46,147,117); }

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