Html Css Color HEX #2E7769 Genoa

📋 copy color: '#2E7769'

red 46 ◦ green 119 ◦ blue 105

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

Shades of Genoa #2E7769

Tints of Genoa #2E7769

RGB

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

 GREEN value IS 119 (46.88% from 255) = 44.07%

 BLUE value IS 105 (41.41% from 255) = 38.89%

R = 17.04%
G = 44.07%
B = 38.89%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.12

 K value IS 0.53

RGB Variations

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

Color information

#2E7769 (or 0x2E7769) is known color: Genoa. HEX triplet: 2E, 77 and 69. RGB value is (46,119,105). Sum of RGB (Red+Green+Blue) = 46+119+105=270 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.04% from 270); Green value is 119 (46.88% from 255 or 44.07% from 270); Blue value is 105 (41.41% from 255 or 38.89% from 270); Max value from RGB is 119 - color contains mainly: green. Hex color #2E7769 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E7769 is #D18896. Grayscale: #5F5F5F. Windows color (decimal): -13731991 or 6911790. OLE color: 6911790.

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

Color convert

RGB 46 119 105 -
CMYK 0.61 0 0.12 0.53
HSL 168.49º 0.44% 0.32% -
HSV(B) 168.49º 0.61% 0.47% -
XYZ 10.27 14.79 15.68 -
YUV 95.58 133.32 92.64 -
System Red Green Blue C M Y K H S L
Decimal 46 119 105 0.61 0 0.12 0.53 168.49 0.44 0.32
Hex 2E 77 69 3D 0 C 35 A8 2C 20
Octal 56 167 151 75 0 14 65 250 54 40
Binary 101110 1110111 1101001 111101 0 1100 110101 10101000 101100 100000

Color Harmonies of #2E7769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E7769

Black with #2E7769

Text Example


Text Example

White with #2E7769

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,119,105); }

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

background-color css

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

 a { background-color: rgb(46,119,105); }

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

border-color css

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

 span { border-color: rgb(46,119,105); }

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