Html Css Color HEX #2E9462 Eucalyptus

📋 copy color: '#2E9462'

red 46 ◦ green 148 ◦ blue 98

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

Shades of Eucalyptus #2E9462

Tints of Eucalyptus #2E9462

RGB

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

 GREEN value IS 148 (58.2% from 255) = 50.68%

 BLUE value IS 98 (38.67% from 255) = 33.56%

R = 15.75%
G = 50.68%
B = 33.56%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.34

 K value IS 0.42

RGB Variations

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

Color information

#2E9462 (or 0x2E9462) is known color: Eucalyptus. HEX triplet: 2E, 94 and 62. RGB value is (46,148,98). Sum of RGB (Red+Green+Blue) = 46+148+98=292 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.75% from 292); Green value is 148 (58.20% from 255 or 50.68% from 292); Blue value is 98 (38.67% from 255 or 33.56% from 292); Max value from RGB is 148 - color contains mainly: green. Hex color #2E9462 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E9462 is #D16B9D. Grayscale: #6F6F6F. Windows color (decimal): -13724574 or 6460462. OLE color: 6460462.

HSL color Cylindrical-coordinate representation of color #2E9462: hue angle of 150.59º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2E9462 is Cyan = 0.69, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.42.

Color convert

RGB 46 148 98 -
CMYK 0.69 0 0.34 0.42
HSL 150.59º 0.53% 0.38% -
HSV(B) 150.59º 0.69% 0.58% -
XYZ 13.92 22.64 15.19 -
YUV 111.8 120.21 81.07 -
System Red Green Blue C M Y K H S L
Decimal 46 148 98 0.69 0 0.34 0.42 150.59 0.53 0.38
Hex 2E 94 62 45 0 22 2A 97 35 26
Octal 56 224 142 105 0 42 52 227 65 46
Binary 101110 10010100 1100010 1000101 0 100010 101010 10010111 110101 100110

Color Harmonies of #2E9462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E9462

Black with #2E9462

Text Example


Text Example

White with #2E9462

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,148,98); }

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

background-color css

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

 a { background-color: rgb(46,148,98); }

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

border-color css

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

 span { border-color: rgb(46,148,98); }

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