Html Css Color HEX #2E915F Eucalyptus

📋 copy color: '#2E915F'

red 46 ◦ green 145 ◦ blue 95

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

Shades of Eucalyptus #2E915F

Tints of Eucalyptus #2E915F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 33.22%

R = 16.08%
G = 50.7%
B = 33.22%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.34

 K value IS 0.43

RGB Variations

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

Color information

#2E915F (or 0x2E915F) is known color: Eucalyptus. HEX triplet: 2E, 91 and 5F. RGB value is (46,145,95). Sum of RGB (Red+Green+Blue) = 46+145+95=286 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.08% from 286); Green value is 145 (57.03% from 255 or 50.70% from 286); Blue value is 95 (37.5% from 255 or 33.22% from 286); Max value from RGB is 145 - color contains mainly: green. Hex color #2E915F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E915F is #D16EA0. Grayscale: #6D6D6D. Windows color (decimal): -13725345 or 6263086. OLE color: 6263086.

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

Color convert

RGB 46 145 95 -
CMYK 0.68 0 0.34 0.43
HSL 149.7º 0.52% 0.37% -
HSV(B) 149.7º 0.68% 0.57% -
XYZ 13.32 21.66 14.3 -
YUV 109.7 119.7 82.57 -
System Red Green Blue C M Y K H S L
Decimal 46 145 95 0.68 0 0.34 0.43 149.7 0.52 0.37
Hex 2E 91 5F 44 0 22 2B 96 34 25
Octal 56 221 137 104 0 42 53 226 64 45
Binary 101110 10010001 1011111 1000100 0 100010 101011 10010110 110100 100101

Color Harmonies of #2E915F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E915F

Black with #2E915F

Text Example


Text Example

White with #2E915F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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