Html Css Color HEX #2E905E Eucalyptus

📋 copy color: '#2E905E'

red 46 ◦ green 144 ◦ blue 94

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

Shades of Eucalyptus #2E905E

Tints of Eucalyptus #2E905E

RGB

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

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

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

R = 16.2%
G = 50.7%
B = 33.1%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.35

 K value IS 0.44

RGB Variations

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

Color information

#2E905E (or 0x2E905E) is known color: Eucalyptus. HEX triplet: 2E, 90 and 5E. RGB value is (46,144,94). Sum of RGB (Red+Green+Blue) = 46+144+94=284 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.20% from 284); Green value is 144 (56.64% from 255 or 50.70% from 284); Blue value is 94 (37.11% from 255 or 33.10% from 284); Max value from RGB is 144 - color contains mainly: green. Hex color #2E905E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E905E is #D16FA1. Grayscale: #6D6D6D. Windows color (decimal): -13725602 or 6197294. OLE color: 6197294.

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

Color convert

RGB 46 144 94 -
CMYK 0.68 0 0.35 0.44
HSL 149.39º 0.52% 0.37% -
HSV(B) 149.39º 0.68% 0.56% -
XYZ 13.12 21.34 14.02 -
YUV 109 119.53 83.07 -
System Red Green Blue C M Y K H S L
Decimal 46 144 94 0.68 0 0.35 0.44 149.39 0.52 0.37
Hex 2E 90 5E 44 0 23 2C 95 34 25
Octal 56 220 136 104 0 43 54 225 64 45
Binary 101110 10010000 1011110 1000100 0 100011 101100 10010101 110100 100101

Color Harmonies of #2E905E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E905E

Black with #2E905E

Text Example


Text Example

White with #2E905E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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