Html Css Color HEX #2E936C Eucalyptus

📋 copy color: '#2E936C'

red 46 ◦ green 147 ◦ blue 108

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

Shades of Eucalyptus #2E936C

Tints of Eucalyptus #2E936C

RGB

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

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

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

R = 15.28%
G = 48.84%
B = 35.88%

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

#2E936C (or 0x2E936C) is known color: Eucalyptus. HEX triplet: 2E, 93 and 6C. RGB value is (46,147,108). Sum of RGB (Red+Green+Blue) = 46+147+108=301 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.28% from 301); Green value is 147 (57.81% from 255 or 48.84% from 301); Blue value is 108 (42.58% from 255 or 35.88% from 301); Max value from RGB is 147 - color contains mainly: green. Hex color #2E936C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E936C is #D16C93. Grayscale: #707070. Windows color (decimal): -13724820 or 7115566. OLE color: 7115566.

HSL color Cylindrical-coordinate representation of color #2E936C: hue angle of 156.83º 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 #2E936C is Cyan = 0.69, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB 46 147 108 -
CMYK 0.69 0 0.27 0.42
HSL 156.83º 0.52% 0.38% -
HSV(B) 156.83º 0.69% 0.58% -
XYZ 14.27 22.53 17.78 -
YUV 112.36 125.54 80.67 -
System Red Green Blue C M Y K H S L
Decimal 46 147 108 0.69 0 0.27 0.42 156.83 0.52 0.38
Hex 2E 93 6C 45 0 1B 2A 9D 34 26
Octal 56 223 154 105 0 33 52 235 64 46
Binary 101110 10010011 1101100 1000101 0 11011 101010 10011101 110100 100110

Color Harmonies of #2E936C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E936C

Black with #2E936C

Text Example


Text Example

White with #2E936C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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