Html Css Color HEX #2E8C64 Eucalyptus

📋 copy color: '#2E8C64'

red 46 ◦ green 140 ◦ blue 100

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

Shades of Eucalyptus #2E8C64

Tints of Eucalyptus #2E8C64

RGB

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

 GREEN value IS 140 (55.08% from 255) = 48.95%

 BLUE value IS 100 (39.45% from 255) = 34.97%

R = 16.08%
G = 48.95%
B = 34.97%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.29

 K value IS 0.45

RGB Variations

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

Color information

#2E8C64 (or 0x2E8C64) is known color: Eucalyptus. HEX triplet: 2E, 8C and 64. RGB value is (46,140,100). Sum of RGB (Red+Green+Blue) = 46+140+100=286 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.08% from 286); Green value is 140 (55.08% from 255 or 48.95% from 286); Blue value is 100 (39.45% from 255 or 34.97% from 286); Max value from RGB is 140 - color contains mainly: green. Hex color #2E8C64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E8C64 is #D1739B. Grayscale: #6B6B6B. Windows color (decimal): -13726620 or 6589486. OLE color: 6589486.

HSL color Cylindrical-coordinate representation of color #2E8C64: hue angle of 154.47º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2E8C64 is Cyan = 0.67, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.45.

Color convert

RGB 46 140 100 -
CMYK 0.67 0 0.29 0.45
HSL 154.47º 0.51% 0.36% -
HSV(B) 154.47º 0.67% 0.55% -
XYZ 12.81 20.26 15.29 -
YUV 107.33 123.86 84.25 -
System Red Green Blue C M Y K H S L
Decimal 46 140 100 0.67 0 0.29 0.45 154.47 0.51 0.36
Hex 2E 8C 64 43 0 1D 2D 9A 33 24
Octal 56 214 144 103 0 35 55 232 63 44
Binary 101110 10001100 1100100 1000011 0 11101 101101 10011010 110011 100100

Color Harmonies of #2E8C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E8C64

Black with #2E8C64

Text Example


Text Example

White with #2E8C64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,140,100); }

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

background-color css

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

 a { background-color: rgb(46,140,100); }

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

border-color css

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

 span { border-color: rgb(46,140,100); }

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