Html Css Color HEX #2E906C Eucalyptus

📋 copy color: '#2E906C'

red 46 ◦ green 144 ◦ blue 108

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

Shades of Eucalyptus #2E906C

Tints of Eucalyptus #2E906C

RGB

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

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

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

R = 15.44%
G = 48.32%
B = 36.24%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.25

 K value IS 0.44

RGB Variations

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

Color information

#2E906C (or 0x2E906C) is known color: Eucalyptus. HEX triplet: 2E, 90 and 6C. RGB value is (46,144,108). Sum of RGB (Red+Green+Blue) = 46+144+108=298 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.44% from 298); Green value is 144 (56.64% from 255 or 48.32% from 298); Blue value is 108 (42.58% from 255 or 36.24% from 298); Max value from RGB is 144 - color contains mainly: green. Hex color #2E906C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E906C is #D16F93. Grayscale: #6E6E6E. Windows color (decimal): -13725588 or 7114798. OLE color: 7114798.

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

Color convert

RGB 46 144 108 -
CMYK 0.68 0 0.25 0.44
HSL 157.96º 0.52% 0.37% -
HSV(B) 157.96º 0.68% 0.56% -
XYZ 13.81 21.61 17.63 -
YUV 110.59 126.53 81.93 -
System Red Green Blue C M Y K H S L
Decimal 46 144 108 0.68 0 0.25 0.44 157.96 0.52 0.37
Hex 2E 90 6C 44 0 19 2C 9E 34 25
Octal 56 220 154 104 0 31 54 236 64 45
Binary 101110 10010000 1101100 1000100 0 11001 101100 10011110 110100 100101

Color Harmonies of #2E906C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E906C

Black with #2E906C

Text Example


Text Example

White with #2E906C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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