Html Css Color HEX #297566 Genoa

📋 copy color: '#297566'

red 41 ◦ green 117 ◦ blue 102

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

Shades of Genoa #297566

Tints of Genoa #297566

RGB

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

 GREEN value IS 117 (46.09% from 255) = 45%

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

R = 15.77%
G = 45%
B = 39.23%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.13

 K value IS 0.54

RGB Variations

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

Color information

#297566 (or 0x297566) is known color: Genoa. HEX triplet: 29, 75 and 66. RGB value is (41,117,102). Sum of RGB (Red+Green+Blue) = 41+117+102=260 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.77% from 260); Green value is 117 (46.09% from 255 or 45% from 260); Blue value is 102 (40.23% from 255 or 39.23% from 260); Max value from RGB is 117 - color contains mainly: green. Hex color #297566 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297566 is #D68A99. Grayscale: #5C5C5C. Windows color (decimal): -14060186 or 6714665. OLE color: 6714665.

HSL color Cylindrical-coordinate representation of color #297566: hue angle of 168.16º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #297566 is Cyan = 0.65, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.54.

Color convert

RGB 41 117 102 -
CMYK 0.65 0 0.13 0.54
HSL 168.16º 0.48% 0.31% -
HSV(B) 168.16º 0.65% 0.46% -
XYZ 9.67 14.15 14.79 -
YUV 92.57 133.32 91.22 -
System Red Green Blue C M Y K H S L
Decimal 41 117 102 0.65 0 0.13 0.54 168.16 0.48 0.31
Hex 29 75 66 41 0 D 36 A8 30 1F
Octal 51 165 146 101 0 15 66 250 60 37
Binary 101001 1110101 1100110 1000001 0 1101 110110 10101000 110000 11111

Color Harmonies of #297566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297566

Black with #297566

Text Example


Text Example

White with #297566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297566; }

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

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

background-color css

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

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

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

border-color css

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

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

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