Html Css Color HEX #2E786B Genoa

📋 copy color: '#2E786B'

red 46 ◦ green 120 ◦ blue 107

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

Shades of Genoa #2E786B

Tints of Genoa #2E786B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 39.19%

R = 16.85%
G = 43.96%
B = 39.19%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.11

 K value IS 0.53

RGB Variations

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

Color information

#2E786B (or 0x2E786B) is known color: Genoa. HEX triplet: 2E, 78 and 6B. RGB value is (46,120,107). Sum of RGB (Red+Green+Blue) = 46+120+107=273 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.85% from 273); Green value is 120 (47.27% from 255 or 43.96% from 273); Blue value is 107 (42.19% from 255 or 39.19% from 273); Max value from RGB is 120 - color contains mainly: green. Hex color #2E786B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E786B is #D18794. Grayscale: #606060. Windows color (decimal): -13731733 or 7043118. OLE color: 7043118.

HSL color Cylindrical-coordinate representation of color #2E786B: hue angle of 169.46º 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 #2E786B is Cyan = 0.62, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.53.

Color convert

RGB 46 120 107 -
CMYK 0.62 0 0.11 0.53
HSL 169.46º 0.45% 0.33% -
HSV(B) 169.46º 0.62% 0.47% -
XYZ 10.5 15.08 16.27 -
YUV 96.39 133.98 92.06 -
System Red Green Blue C M Y K H S L
Decimal 46 120 107 0.62 0 0.11 0.53 169.46 0.45 0.33
Hex 2E 78 6B 3E 0 B 35 A9 2D 21
Octal 56 170 153 76 0 13 65 251 55 41
Binary 101110 1111000 1101011 111110 0 1011 110101 10101001 101101 100001

Color Harmonies of #2E786B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E786B

Black with #2E786B

Text Example


Text Example

White with #2E786B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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