Html Css Color HEX #297766 Genoa

📋 copy color: '#297766'

red 41 ◦ green 119 ◦ blue 102

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

Shades of Genoa #297766

Tints of Genoa #297766

RGB

 RED value IS 41 (16.41% from 255) = 15.65%

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

 BLUE value IS 102 (40.23% from 255) = 38.93%

R = 15.65%
G = 45.42%
B = 38.93%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.14

 K value IS 0.53

RGB Variations

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

Color information

#297766 (or 0x297766) is known color: Genoa. HEX triplet: 29, 77 and 66. RGB value is (41,119,102). Sum of RGB (Red+Green+Blue) = 41+119+102=262 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.65% from 262); Green value is 119 (46.88% from 255 or 45.42% from 262); Blue value is 102 (40.23% from 255 or 38.93% from 262); Max value from RGB is 119 - color contains mainly: green. Hex color #297766 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297766 is #D68899. Grayscale: #5D5D5D. Windows color (decimal): -14059674 or 6715177. OLE color: 6715177.

HSL color Cylindrical-coordinate representation of color #297766: hue angle of 166.92º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #297766 is Cyan = 0.66, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.53.

Color convert

RGB 41 119 102 -
CMYK 0.66 0 0.14 0.53
HSL 166.92º 0.49% 0.31% -
HSV(B) 166.92º 0.66% 0.47% -
XYZ 9.91 14.62 14.87 -
YUV 93.74 132.66 90.38 -
System Red Green Blue C M Y K H S L
Decimal 41 119 102 0.66 0 0.14 0.53 166.92 0.49 0.31
Hex 29 77 66 42 0 E 35 A7 31 1F
Octal 51 167 146 102 0 16 65 247 61 37
Binary 101001 1110111 1100110 1000010 0 1110 110101 10100111 110001 11111

Color Harmonies of #297766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297766

Black with #297766

Text Example


Text Example

White with #297766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297766; }

 p { color: rgb(41,119,102); }

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

background-color css

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

 a { background-color: rgb(41,119,102); }

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

border-color css

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

 span { border-color: rgb(41,119,102); }

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