Html Css Color HEX #297764 Genoa

📋 copy color: '#297764'

red 41 ◦ green 119 ◦ blue 100

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

Shades of Genoa #297764

Tints of Genoa #297764

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 38.46%

R = 15.77%
G = 45.77%
B = 38.46%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.16

 K value IS 0.53

RGB Variations

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

Color information

#297764 (or 0x297764) is known color: Genoa. HEX triplet: 29, 77 and 64. RGB value is (41,119,100). Sum of RGB (Red+Green+Blue) = 41+119+100=260 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.77% from 260); Green value is 119 (46.88% from 255 or 45.77% from 260); Blue value is 100 (39.45% from 255 or 38.46% from 260); Max value from RGB is 119 - color contains mainly: green. Hex color #297764 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297764 is #D6889B. Grayscale: #5D5D5D. Windows color (decimal): -14059676 or 6584105. OLE color: 6584105.

HSL color Cylindrical-coordinate representation of color #297764: hue angle of 165.38º 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 #297764 is Cyan = 0.66, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.53.

Color convert

RGB 41 119 100 -
CMYK 0.66 0 0.16 0.53
HSL 165.38º 0.49% 0.31% -
HSV(B) 165.38º 0.66% 0.47% -
XYZ 9.81 14.59 14.35 -
YUV 93.51 131.66 90.54 -
System Red Green Blue C M Y K H S L
Decimal 41 119 100 0.66 0 0.16 0.53 165.38 0.49 0.31
Hex 29 77 64 42 0 10 35 A5 31 1F
Octal 51 167 144 102 0 20 65 245 61 37
Binary 101001 1110111 1100100 1000010 0 10000 110101 10100101 110001 11111

Color Harmonies of #297764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297764

Black with #297764

Text Example


Text Example

White with #297764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297764; }

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

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

background-color css

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

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

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

border-color css

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

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

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