Html Css Color HEX #2E906F Elf Green

📋 copy color: '#2E906F'

red 46 ◦ green 144 ◦ blue 111

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

Shades of Elf Green #2E906F

Tints of Elf Green #2E906F

RGB

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

 GREEN value IS 144 (56.64% from 255) = 47.84%

 BLUE value IS 111 (43.75% from 255) = 36.88%

R = 15.28%
G = 47.84%
B = 36.88%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.23

 K value IS 0.44

RGB Variations

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

Color information

#2E906F (or 0x2E906F) is known color: Elf Green. HEX triplet: 2E, 90 and 6F. RGB value is (46,144,111). Sum of RGB (Red+Green+Blue) = 46+144+111=301 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.28% from 301); Green value is 144 (56.64% from 255 or 47.84% from 301); Blue value is 111 (43.75% from 255 or 36.88% from 301); Max value from RGB is 144 - color contains mainly: green. Hex color #2E906F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E906F is #D16F90. Grayscale: #6E6E6E. Windows color (decimal): -13725585 or 7311406. OLE color: 7311406.

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

Color convert

RGB 46 144 111 -
CMYK 0.68 0 0.23 0.44
HSL 159.8º 0.52% 0.37% -
HSV(B) 159.8º 0.68% 0.56% -
XYZ 13.97 21.68 18.49 -
YUV 110.94 128.03 81.68 -
System Red Green Blue C M Y K H S L
Decimal 46 144 111 0.68 0 0.23 0.44 159.8 0.52 0.37
Hex 2E 90 6F 44 0 17 2C A0 34 25
Octal 56 220 157 104 0 27 54 240 64 45
Binary 101110 10010000 1101111 1000100 0 10111 101100 10100000 110100 100101

Color Harmonies of #2E906F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E906F

Black with #2E906F

Text Example


Text Example

White with #2E906F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,144,111); }

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

background-color css

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

 a { background-color: rgb(46,144,111); }

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

border-color css

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

 span { border-color: rgb(46,144,111); }

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