Html Css Color HEX #2E915E Eucalyptus

📋 copy color: '#2E915E'

red 46 ◦ green 145 ◦ blue 94

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

Shades of Eucalyptus #2E915E

Tints of Eucalyptus #2E915E

RGB

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

 GREEN value IS 145 (57.03% from 255) = 50.88%

 BLUE value IS 94 (37.11% from 255) = 32.98%

R = 16.14%
G = 50.88%
B = 32.98%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.35

 K value IS 0.43

RGB Variations

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

Color information

#2E915E (or 0x2E915E) is known color: Eucalyptus. HEX triplet: 2E, 91 and 5E. RGB value is (46,145,94). Sum of RGB (Red+Green+Blue) = 46+145+94=285 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.14% from 285); Green value is 145 (57.03% from 255 or 50.88% from 285); Blue value is 94 (37.11% from 255 or 32.98% from 285); Max value from RGB is 145 - color contains mainly: green. Hex color #2E915E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E915E is #D16EA1. Grayscale: #6D6D6D. Windows color (decimal): -13725346 or 6197550. OLE color: 6197550.

HSL color Cylindrical-coordinate representation of color #2E915E: hue angle of 149.09º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2E915E is Cyan = 0.68, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.43.

Color convert

RGB 46 145 94 -
CMYK 0.68 0 0.35 0.43
HSL 149.09º 0.52% 0.37% -
HSV(B) 149.09º 0.68% 0.57% -
XYZ 13.27 21.64 14.07 -
YUV 109.59 119.2 82.65 -
System Red Green Blue C M Y K H S L
Decimal 46 145 94 0.68 0 0.35 0.43 149.09 0.52 0.37
Hex 2E 91 5E 44 0 23 2B 95 34 25
Octal 56 221 136 104 0 43 53 225 64 45
Binary 101110 10010001 1011110 1000100 0 100011 101011 10010101 110100 100101

Color Harmonies of #2E915E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E915E

Black with #2E915E

Text Example


Text Example

White with #2E915E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,145,94); }

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

background-color css

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

 a { background-color: rgb(46,145,94); }

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

border-color css

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

 span { border-color: rgb(46,145,94); }

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