Html Css Color HEX #2E916A Eucalyptus

📋 copy color: '#2E916A'

red 46 ◦ green 145 ◦ blue 106

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

Shades of Eucalyptus #2E916A

Tints of Eucalyptus #2E916A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 35.69%

R = 15.49%
G = 48.82%
B = 35.69%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.27

 K value IS 0.43

RGB Variations

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

Color information

#2E916A (or 0x2E916A) is known color: Eucalyptus. HEX triplet: 2E, 91 and 6A. RGB value is (46,145,106). Sum of RGB (Red+Green+Blue) = 46+145+106=297 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.49% from 297); Green value is 145 (57.03% from 255 or 48.82% from 297); Blue value is 106 (41.80% from 255 or 35.69% from 297); Max value from RGB is 145 - color contains mainly: green. Hex color #2E916A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E916A is #D16E95. Grayscale: #6F6F6F. Windows color (decimal): -13725334 or 6983982. OLE color: 6983982.

HSL color Cylindrical-coordinate representation of color #2E916A: hue angle of 156.36º 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 #2E916A is Cyan = 0.68, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.43.

Color convert

RGB 46 145 106 -
CMYK 0.68 0 0.27 0.43
HSL 156.36º 0.52% 0.37% -
HSV(B) 156.36º 0.68% 0.57% -
XYZ 13.85 21.87 17.13 -
YUV 110.95 125.2 81.67 -
System Red Green Blue C M Y K H S L
Decimal 46 145 106 0.68 0 0.27 0.43 156.36 0.52 0.37
Hex 2E 91 6A 44 0 1B 2B 9C 34 25
Octal 56 221 152 104 0 33 53 234 64 45
Binary 101110 10010001 1101010 1000100 0 11011 101011 10011100 110100 100101

Color Harmonies of #2E916A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E916A

Black with #2E916A

Text Example


Text Example

White with #2E916A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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