Html Css Color HEX #2EA256 Eucalyptus

📋 copy color: '#2EA256'

red 46 ◦ green 162 ◦ blue 86

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

Shades of Eucalyptus #2EA256

Tints of Eucalyptus #2EA256

RGB

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

 GREEN value IS 162 (63.67% from 255) = 55.1%

 BLUE value IS 86 (33.98% from 255) = 29.25%

R = 15.65%
G = 55.1%
B = 29.25%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.47

 K value IS 0.36

RGB Variations

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

Color information

#2EA256 (or 0x2EA256) is known color: Eucalyptus. HEX triplet: 2E, A2 and 56. RGB value is (46,162,86). Sum of RGB (Red+Green+Blue) = 46+162+86=294 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.65% from 294); Green value is 162 (63.67% from 255 or 55.10% from 294); Blue value is 86 (33.98% from 255 or 29.25% from 294); Max value from RGB is 162 - color contains mainly: green. Hex color #2EA256 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EA256 is #D15DA9. Grayscale: #767676. Windows color (decimal): -13721002 or 5677614. OLE color: 5677614.

HSL color Cylindrical-coordinate representation of color #2EA256: hue angle of 140.69º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2EA256 is Cyan = 0.72, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.36.

Color convert

RGB 46 162 86 -
CMYK 0.72 0 0.47 0.36
HSL 140.69º 0.56% 0.41% -
HSV(B) 140.69º 0.72% 0.64% -
XYZ 15.73 27.09 13.2 -
YUV 118.65 109.57 76.18 -
System Red Green Blue C M Y K H S L
Decimal 46 162 86 0.72 0 0.47 0.36 140.69 0.56 0.41
Hex 2E A2 56 48 0 2F 24 8D 38 29
Octal 56 242 126 110 0 57 44 215 70 51
Binary 101110 10100010 1010110 1001000 0 101111 100100 10001101 111000 101001

Color Harmonies of #2EA256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EA256

Black with #2EA256

Text Example


Text Example

White with #2EA256

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,162,86); }

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

background-color css

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

 a { background-color: rgb(46,162,86); }

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

border-color css

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

 span { border-color: rgb(46,162,86); }

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