Html Css Color HEX #2E936B Eucalyptus

📋 copy color: '#2E936B'

red 46 ◦ green 147 ◦ blue 107

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

Shades of Eucalyptus #2E936B

Tints of Eucalyptus #2E936B

RGB

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

 GREEN value IS 147 (57.81% from 255) = 49%

 BLUE value IS 107 (42.19% from 255) = 35.67%

R = 15.33%
G = 49%
B = 35.67%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.27

 K value IS 0.42

RGB Variations

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

Color information

#2E936B (or 0x2E936B) is known color: Eucalyptus. HEX triplet: 2E, 93 and 6B. RGB value is (46,147,107). Sum of RGB (Red+Green+Blue) = 46+147+107=300 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.33% from 300); Green value is 147 (57.81% from 255 or 49% from 300); Blue value is 107 (42.19% from 255 or 35.67% from 300); Max value from RGB is 147 - color contains mainly: green. Hex color #2E936B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E936B is #D16C94. Grayscale: #707070. Windows color (decimal): -13724821 or 7050030. OLE color: 7050030.

HSL color Cylindrical-coordinate representation of color #2E936B: hue angle of 156.24º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2E936B is Cyan = 0.69, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB 46 147 107 -
CMYK 0.69 0 0.27 0.42
HSL 156.24º 0.52% 0.38% -
HSV(B) 156.24º 0.69% 0.58% -
XYZ 14.21 22.51 17.51 -
YUV 112.24 125.04 80.75 -
System Red Green Blue C M Y K H S L
Decimal 46 147 107 0.69 0 0.27 0.42 156.24 0.52 0.38
Hex 2E 93 6B 45 0 1B 2A 9C 34 26
Octal 56 223 153 105 0 33 52 234 64 46
Binary 101110 10010011 1101011 1000101 0 11011 101010 10011100 110100 100110

Color Harmonies of #2E936B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E936B

Black with #2E936B

Text Example


Text Example

White with #2E936B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,147,107); }

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

background-color css

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

 a { background-color: rgb(46,147,107); }

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

border-color css

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

 span { border-color: rgb(46,147,107); }

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