Html Css Color HEX #2E9163 Eucalyptus

📋 copy color: '#2E9163'

red 46 ◦ green 145 ◦ blue 99

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

Shades of Eucalyptus #2E9163

Tints of Eucalyptus #2E9163

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 34.14%

R = 15.86%
G = 50%
B = 34.14%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.32

 K value IS 0.43

RGB Variations

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

Color information

#2E9163 (or 0x2E9163) is known color: Eucalyptus. HEX triplet: 2E, 91 and 63. RGB value is (46,145,99). Sum of RGB (Red+Green+Blue) = 46+145+99=290 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.86% from 290); Green value is 145 (57.03% from 255 or 50% from 290); Blue value is 99 (39.06% from 255 or 34.14% from 290); Max value from RGB is 145 - color contains mainly: green. Hex color #2E9163 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E9163 is #D16E9C. Grayscale: #6E6E6E. Windows color (decimal): -13725341 or 6525230. OLE color: 6525230.

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

Color convert

RGB 46 145 99 -
CMYK 0.68 0 0.32 0.43
HSL 152.12º 0.52% 0.37% -
HSV(B) 152.12º 0.68% 0.57% -
XYZ 13.5 21.73 15.29 -
YUV 110.16 121.7 82.24 -
System Red Green Blue C M Y K H S L
Decimal 46 145 99 0.68 0 0.32 0.43 152.12 0.52 0.37
Hex 2E 91 63 44 0 20 2B 98 34 25
Octal 56 221 143 104 0 40 53 230 64 45
Binary 101110 10010001 1100011 1000100 0 100000 101011 10011000 110100 100101

Color Harmonies of #2E9163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E9163

Black with #2E9163

Text Example


Text Example

White with #2E9163

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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