Html Css Color HEX #2E8976 Genoa

📋 copy color: '#2E8976'

red 46 ◦ green 137 ◦ blue 118

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

Shades of Genoa #2E8976

Tints of Genoa #2E8976

RGB

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

 GREEN value IS 137 (53.91% from 255) = 45.51%

 BLUE value IS 118 (46.48% from 255) = 39.2%

R = 15.28%
G = 45.51%
B = 39.2%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.14

 K value IS 0.46

RGB Variations

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

Color information

#2E8976 (or 0x2E8976) is known color: Genoa. HEX triplet: 2E, 89 and 76. RGB value is (46,137,118). Sum of RGB (Red+Green+Blue) = 46+137+118=301 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.28% from 301); Green value is 137 (53.91% from 255 or 45.51% from 301); Blue value is 118 (46.48% from 255 or 39.20% from 301); Max value from RGB is 137 - color contains mainly: green. Hex color #2E8976 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E8976 is #D17689. Grayscale: #6B6B6B. Windows color (decimal): -13727370 or 7768366. OLE color: 7768366.

HSL color Cylindrical-coordinate representation of color #2E8976: hue angle of 167.47º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2E8976 is Cyan = 0.66, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.46.

Color convert

RGB 46 137 118 -
CMYK 0.66 0 0.14 0.46
HSL 167.47º 0.5% 0.36% -
HSV(B) 167.47º 0.66% 0.54% -
XYZ 13.34 19.78 20.25 -
YUV 107.63 133.85 84.04 -
System Red Green Blue C M Y K H S L
Decimal 46 137 118 0.66 0 0.14 0.46 167.47 0.5 0.36
Hex 2E 89 76 42 0 E 2E A7 32 24
Octal 56 211 166 102 0 16 56 247 62 44
Binary 101110 10001001 1110110 1000010 0 1110 101110 10100111 110010 100100

Color Harmonies of #2E8976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E8976

Black with #2E8976

Text Example


Text Example

White with #2E8976

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,137,118); }

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

background-color css

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

 a { background-color: rgb(46,137,118); }

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

border-color css

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

 span { border-color: rgb(46,137,118); }

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