Html Css Color HEX #2E9063 Eucalyptus

📋 copy color: '#2E9063'

red 46 ◦ green 144 ◦ blue 99

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

Shades of Eucalyptus #2E9063

Tints of Eucalyptus #2E9063

RGB

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

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

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

R = 15.92%
G = 49.83%
B = 34.26%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.31

 K value IS 0.44

RGB Variations

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

Color information

#2E9063 (or 0x2E9063) is known color: Eucalyptus. HEX triplet: 2E, 90 and 63. RGB value is (46,144,99). Sum of RGB (Red+Green+Blue) = 46+144+99=289 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.92% from 289); Green value is 144 (56.64% from 255 or 49.83% from 289); Blue value is 99 (39.06% from 255 or 34.26% from 289); Max value from RGB is 144 - color contains mainly: green. Hex color #2E9063 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E9063 is #D16F9C. Grayscale: #6D6D6D. Windows color (decimal): -13725597 or 6524974. OLE color: 6524974.

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

Color convert

RGB 46 144 99 -
CMYK 0.68 0 0.31 0.44
HSL 152.45º 0.52% 0.37% -
HSV(B) 152.45º 0.68% 0.56% -
XYZ 13.35 21.43 15.24 -
YUV 109.57 122.03 82.66 -
System Red Green Blue C M Y K H S L
Decimal 46 144 99 0.68 0 0.31 0.44 152.45 0.52 0.37
Hex 2E 90 63 44 0 1F 2C 98 34 25
Octal 56 220 143 104 0 37 54 230 64 45
Binary 101110 10010000 1100011 1000100 0 11111 101100 10011000 110100 100101

Color Harmonies of #2E9063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E9063

Black with #2E9063

Text Example


Text Example

White with #2E9063

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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