Html Css Color HEX #2E786D Genoa

📋 copy color: '#2E786D'

red 46 ◦ green 120 ◦ blue 109

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

Shades of Genoa #2E786D

Tints of Genoa #2E786D

RGB

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

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

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

R = 16.73%
G = 43.64%
B = 39.64%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.09

 K value IS 0.53

RGB Variations

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

Color information

#2E786D (or 0x2E786D) is known color: Genoa. HEX triplet: 2E, 78 and 6D. RGB value is (46,120,109). Sum of RGB (Red+Green+Blue) = 46+120+109=275 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.73% from 275); Green value is 120 (47.27% from 255 or 43.64% from 275); Blue value is 109 (42.97% from 255 or 39.64% from 275); Max value from RGB is 120 - color contains mainly: green. Hex color #2E786D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E786D is #D18792. Grayscale: #606060. Windows color (decimal): -13731731 or 7174190. OLE color: 7174190.

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

Color convert

RGB 46 120 109 -
CMYK 0.62 0 0.09 0.53
HSL 171.08º 0.45% 0.33% -
HSV(B) 171.08º 0.62% 0.47% -
XYZ 10.6 15.12 16.83 -
YUV 96.62 134.98 91.89 -
System Red Green Blue C M Y K H S L
Decimal 46 120 109 0.62 0 0.09 0.53 171.08 0.45 0.33
Hex 2E 78 6D 3E 0 9 35 AB 2D 21
Octal 56 170 155 76 0 11 65 253 55 41
Binary 101110 1111000 1101101 111110 0 1001 110101 10101011 101101 100001

Color Harmonies of #2E786D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E786D

Black with #2E786D

Text Example


Text Example

White with #2E786D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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