Html Css Color HEX #2E9765 Eucalyptus

📋 copy color: '#2E9765'

red 46 ◦ green 151 ◦ blue 101

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

Shades of Eucalyptus #2E9765

Tints of Eucalyptus #2E9765

RGB

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

 GREEN value IS 151 (59.38% from 255) = 50.67%

 BLUE value IS 101 (39.84% from 255) = 33.89%

R = 15.44%
G = 50.67%
B = 33.89%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.33

 K value IS 0.41

RGB Variations

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

Color information

#2E9765 (or 0x2E9765) is known color: Eucalyptus. HEX triplet: 2E, 97 and 65. RGB value is (46,151,101). Sum of RGB (Red+Green+Blue) = 46+151+101=298 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.44% from 298); Green value is 151 (59.38% from 255 or 50.67% from 298); Blue value is 101 (39.84% from 255 or 33.89% from 298); Max value from RGB is 151 - color contains mainly: green. Hex color #2E9765 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E9765 is #D1689A. Grayscale: #717171. Windows color (decimal): -13723803 or 6657838. OLE color: 6657838.

HSL color Cylindrical-coordinate representation of color #2E9765: hue angle of 151.43º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2E9765 is Cyan = 0.70, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.41.

Color convert

RGB 46 151 101 -
CMYK 0.70 0 0.33 0.41
HSL 151.43º 0.53% 0.39% -
HSV(B) 151.43º 0.7% 0.59% -
XYZ 14.54 23.65 16.11 -
YUV 113.91 120.71 79.57 -
System Red Green Blue C M Y K H S L
Decimal 46 151 101 0.70 0 0.33 0.41 151.43 0.53 0.39
Hex 2E 97 65 46 0 21 29 97 35 27
Octal 56 227 145 106 0 41 51 227 65 47
Binary 101110 10010111 1100101 1000110 0 100001 101001 10010111 110101 100111

Color Harmonies of #2E9765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E9765

Black with #2E9765

Text Example


Text Example

White with #2E9765

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,151,101); }

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

background-color css

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

 a { background-color: rgb(46,151,101); }

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

border-color css

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

 span { border-color: rgb(46,151,101); }

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