Html Css Color HEX #297660 Genoa

📋 copy color: '#297660'

red 41 ◦ green 118 ◦ blue 96

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

Shades of Genoa #297660

Tints of Genoa #297660

RGB

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

 GREEN value IS 118 (46.48% from 255) = 46.27%

 BLUE value IS 96 (37.89% from 255) = 37.65%

R = 16.08%
G = 46.27%
B = 37.65%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#297660 (or 0x297660) is known color: Genoa. HEX triplet: 29, 76 and 60. RGB value is (41,118,96). Sum of RGB (Red+Green+Blue) = 41+118+96=255 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.08% from 255); Green value is 118 (46.48% from 255 or 46.27% from 255); Blue value is 96 (37.89% from 255 or 37.65% from 255); Max value from RGB is 118 - color contains mainly: green. Hex color #297660 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297660 is #D6899F. Grayscale: #5C5C5C. Windows color (decimal): -14059936 or 6321705. OLE color: 6321705.

HSL color Cylindrical-coordinate representation of color #297660: hue angle of 162.86º 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 #297660 is Cyan = 0.65, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB 41 118 96 -
CMYK 0.65 0 0.19 0.54
HSL 162.86º 0.48% 0.31% -
HSV(B) 162.86º 0.65% 0.46% -
XYZ 9.5 14.27 13.32 -
YUV 92.47 129.99 91.29 -
System Red Green Blue C M Y K H S L
Decimal 41 118 96 0.65 0 0.19 0.54 162.86 0.48 0.31
Hex 29 76 60 41 0 13 36 A3 30 1F
Octal 51 166 140 101 0 23 66 243 60 37
Binary 101001 1110110 1100000 1000001 0 10011 110110 10100011 110000 11111

Color Harmonies of #297660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297660

Black with #297660

Text Example


Text Example

White with #297660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297660; }

 p { color: rgb(41,118,96); }

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

background-color css

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

 a { background-color: rgb(41,118,96); }

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

border-color css

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

 span { border-color: rgb(41,118,96); }

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