Html Css Color HEX #2E766D Genoa

📋 copy color: '#2E766D'

red 46 ◦ green 118 ◦ blue 109

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

Shades of Genoa #2E766D

Tints of Genoa #2E766D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 43.22%

 BLUE value IS 109 (42.97% from 255) = 39.93%

R = 16.85%
G = 43.22%
B = 39.93%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.08

 K value IS 0.54

RGB Variations

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

Color information

#2E766D (or 0x2E766D) is known color: Genoa. HEX triplet: 2E, 76 and 6D. RGB value is (46,118,109). Sum of RGB (Red+Green+Blue) = 46+118+109=273 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.85% from 273); Green value is 118 (46.48% from 255 or 43.22% from 273); Blue value is 109 (42.97% from 255 or 39.93% from 273); Max value from RGB is 118 - color contains mainly: green. Hex color #2E766D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E766D is #D18992. Grayscale: #5F5F5F. Windows color (decimal): -13732243 or 7173678. OLE color: 7173678.

HSL color Cylindrical-coordinate representation of color #2E766D: hue angle of 172.5º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2E766D is Cyan = 0.61, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB 46 118 109 -
CMYK 0.61 0 0.08 0.54
HSL 172.5º 0.44% 0.32% -
HSV(B) 172.5º 0.61% 0.46% -
XYZ 10.37 14.64 16.75 -
YUV 95.45 135.65 92.73 -
System Red Green Blue C M Y K H S L
Decimal 46 118 109 0.61 0 0.08 0.54 172.5 0.44 0.32
Hex 2E 76 6D 3D 0 8 36 AC 2C 20
Octal 56 166 155 75 0 10 66 254 54 40
Binary 101110 1110110 1101101 111101 0 1000 110110 10101100 101100 100000

Color Harmonies of #2E766D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E766D

Black with #2E766D

Text Example


Text Example

White with #2E766D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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