Html Css Color HEX #2E7767 Genoa

📋 copy color: '#2E7767'

red 46 ◦ green 119 ◦ blue 103

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

Shades of Genoa #2E7767

Tints of Genoa #2E7767

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 38.43%

R = 17.16%
G = 44.4%
B = 38.43%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#2E7767 (or 0x2E7767) is known color: Genoa. HEX triplet: 2E, 77 and 67. RGB value is (46,119,103). Sum of RGB (Red+Green+Blue) = 46+119+103=268 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.16% from 268); Green value is 119 (46.88% from 255 or 44.40% from 268); Blue value is 103 (40.62% from 255 or 38.43% from 268); Max value from RGB is 119 - color contains mainly: green. Hex color #2E7767 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E7767 is #D18898. Grayscale: #5F5F5F. Windows color (decimal): -13731993 or 6780718. OLE color: 6780718.

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

Color convert

RGB 46 119 103 -
CMYK 0.61 0 0.13 0.53
HSL 166.85º 0.44% 0.32% -
HSV(B) 166.85º 0.61% 0.47% -
XYZ 10.17 14.75 15.14 -
YUV 95.35 132.32 92.8 -
System Red Green Blue C M Y K H S L
Decimal 46 119 103 0.61 0 0.13 0.53 166.85 0.44 0.32
Hex 2E 77 67 3D 0 D 35 A7 2C 20
Octal 56 167 147 75 0 15 65 247 54 40
Binary 101110 1110111 1100111 111101 0 1101 110101 10100111 101100 100000

Color Harmonies of #2E7767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E7767

Black with #2E7767

Text Example


Text Example

White with #2E7767

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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