Html Css Color HEX #2E8C76 Genoa

📋 copy color: '#2E8C76'

red 46 ◦ green 140 ◦ blue 118

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

Shades of Genoa #2E8C76

Tints of Genoa #2E8C76

RGB

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

 GREEN value IS 140 (55.08% from 255) = 46.05%

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

R = 15.13%
G = 46.05%
B = 38.82%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.16

 K value IS 0.45

RGB Variations

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

Color information

#2E8C76 (or 0x2E8C76) is known color: Genoa. HEX triplet: 2E, 8C and 76. RGB value is (46,140,118). Sum of RGB (Red+Green+Blue) = 46+140+118=304 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.13% from 304); Green value is 140 (55.08% from 255 or 46.05% from 304); Blue value is 118 (46.48% from 255 or 38.82% from 304); Max value from RGB is 140 - color contains mainly: green. Hex color #2E8C76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E8C76 is #D17389. Grayscale: #6D6D6D. Windows color (decimal): -13726602 or 7769134. OLE color: 7769134.

HSL color Cylindrical-coordinate representation of color #2E8C76: hue angle of 165.96º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2E8C76 is Cyan = 0.67, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.45.

Color convert

RGB 46 140 118 -
CMYK 0.67 0 0.16 0.45
HSL 165.96º 0.51% 0.36% -
HSV(B) 165.96º 0.67% 0.55% -
XYZ 13.77 20.65 20.4 -
YUV 109.39 132.86 82.79 -
System Red Green Blue C M Y K H S L
Decimal 46 140 118 0.67 0 0.16 0.45 165.96 0.51 0.36
Hex 2E 8C 76 43 0 10 2D A6 33 24
Octal 56 214 166 103 0 20 55 246 63 44
Binary 101110 10001100 1110110 1000011 0 10000 101101 10100110 110011 100100

Color Harmonies of #2E8C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E8C76

Black with #2E8C76

Text Example


Text Example

White with #2E8C76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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