Html Css Color HEX #2E786C Genoa

📋 copy color: '#2E786C'

red 46 ◦ green 120 ◦ blue 108

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

Shades of Genoa #2E786C

Tints of Genoa #2E786C

RGB

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

 GREEN value IS 120 (47.27% from 255) = 43.8%

 BLUE value IS 108 (42.58% from 255) = 39.42%

R = 16.79%
G = 43.8%
B = 39.42%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.10

 K value IS 0.53

RGB Variations

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

Color information

#2E786C (or 0x2E786C) is known color: Genoa. HEX triplet: 2E, 78 and 6C. RGB value is (46,120,108). Sum of RGB (Red+Green+Blue) = 46+120+108=274 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.79% from 274); Green value is 120 (47.27% from 255 or 43.80% from 274); Blue value is 108 (42.58% from 255 or 39.42% from 274); Max value from RGB is 120 - color contains mainly: green. Hex color #2E786C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E786C is #D18793. Grayscale: #606060. Windows color (decimal): -13731732 or 7108654. OLE color: 7108654.

HSL color Cylindrical-coordinate representation of color #2E786C: hue angle of 170.27º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2E786C is Cyan = 0.62, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.53.

Color convert

RGB 46 120 108 -
CMYK 0.62 0 0.10 0.53
HSL 170.27º 0.45% 0.33% -
HSV(B) 170.27º 0.62% 0.47% -
XYZ 10.55 15.1 16.55 -
YUV 96.51 134.48 91.98 -
System Red Green Blue C M Y K H S L
Decimal 46 120 108 0.62 0 0.10 0.53 170.27 0.45 0.33
Hex 2E 78 6C 3E 0 A 35 AA 2D 21
Octal 56 170 154 76 0 12 65 252 55 41
Binary 101110 1111000 1101100 111110 0 1010 110101 10101010 101101 100001

Color Harmonies of #2E786C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E786C

Black with #2E786C

Text Example


Text Example

White with #2E786C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,120,108); }

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

background-color css

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

 a { background-color: rgb(46,120,108); }

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

border-color css

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

 span { border-color: rgb(46,120,108); }

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