Html Css Color HEX #2E786F Genoa

📋 copy color: '#2E786F'

red 46 ◦ green 120 ◦ blue 111

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

Shades of Genoa #2E786F

Tints of Genoa #2E786F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 40.07%

R = 16.61%
G = 43.32%
B = 40.07%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.08

 K value IS 0.53

RGB Variations

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

Color information

#2E786F (or 0x2E786F) is known color: Genoa. HEX triplet: 2E, 78 and 6F. RGB value is (46,120,111). Sum of RGB (Red+Green+Blue) = 46+120+111=277 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.61% from 277); Green value is 120 (47.27% from 255 or 43.32% from 277); Blue value is 111 (43.75% from 255 or 40.07% from 277); Max value from RGB is 120 - color contains mainly: green. Hex color #2E786F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E786F is #D18790. Grayscale: #606060. Windows color (decimal): -13731729 or 7305262. OLE color: 7305262.

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

Color convert

RGB 46 120 111 -
CMYK 0.62 0 0.08 0.53
HSL 172.7º 0.45% 0.33% -
HSV(B) 172.7º 0.62% 0.47% -
XYZ 10.71 15.16 17.4 -
YUV 96.85 135.98 91.73 -
System Red Green Blue C M Y K H S L
Decimal 46 120 111 0.62 0 0.08 0.53 172.7 0.45 0.33
Hex 2E 78 6F 3E 0 8 35 AD 2D 21
Octal 56 170 157 76 0 10 65 255 55 41
Binary 101110 1111000 1101111 111110 0 1000 110101 10101101 101101 100001

Color Harmonies of #2E786F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E786F

Black with #2E786F

Text Example


Text Example

White with #2E786F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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