Html Css Color HEX #2E916C Eucalyptus

📋 copy color: '#2E916C'

red 46 ◦ green 145 ◦ blue 108

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

Shades of Eucalyptus #2E916C

Tints of Eucalyptus #2E916C

RGB

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

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

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

R = 15.38%
G = 48.49%
B = 36.12%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.26

 K value IS 0.43

RGB Variations

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

Color information

#2E916C (or 0x2E916C) is known color: Eucalyptus. HEX triplet: 2E, 91 and 6C. RGB value is (46,145,108). Sum of RGB (Red+Green+Blue) = 46+145+108=299 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.38% from 299); Green value is 145 (57.03% from 255 or 48.49% from 299); Blue value is 108 (42.58% from 255 or 36.12% from 299); Max value from RGB is 145 - color contains mainly: green. Hex color #2E916C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E916C is #D16E93. Grayscale: #6F6F6F. Windows color (decimal): -13725332 or 7115054. OLE color: 7115054.

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

Color convert

RGB 46 145 108 -
CMYK 0.68 0 0.26 0.43
HSL 157.58º 0.52% 0.37% -
HSV(B) 157.58º 0.68% 0.57% -
XYZ 13.96 21.91 17.68 -
YUV 111.18 126.2 81.51 -
System Red Green Blue C M Y K H S L
Decimal 46 145 108 0.68 0 0.26 0.43 157.58 0.52 0.37
Hex 2E 91 6C 44 0 1A 2B 9E 34 25
Octal 56 221 154 104 0 32 53 236 64 45
Binary 101110 10010001 1101100 1000100 0 11010 101011 10011110 110100 100101

Color Harmonies of #2E916C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E916C

Black with #2E916C

Text Example


Text Example

White with #2E916C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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