Html Css Color HEX #297465 Genoa

📋 copy color: '#297465'

red 41 ◦ green 116 ◦ blue 101

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

Shades of Genoa #297465

Tints of Genoa #297465

RGB

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

 GREEN value IS 116 (45.7% from 255) = 44.96%

 BLUE value IS 101 (39.84% from 255) = 39.15%

R = 15.89%
G = 44.96%
B = 39.15%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.13

 K value IS 0.55

RGB Variations

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

Color information

#297465 (or 0x297465) is known color: Genoa. HEX triplet: 29, 74 and 65. RGB value is (41,116,101). Sum of RGB (Red+Green+Blue) = 41+116+101=258 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.89% from 258); Green value is 116 (45.70% from 255 or 44.96% from 258); Blue value is 101 (39.84% from 255 or 39.15% from 258); Max value from RGB is 116 - color contains mainly: green. Hex color #297465 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297465 is #D68B9A. Grayscale: #5B5B5B. Windows color (decimal): -14060443 or 6648873. OLE color: 6648873.

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

Color convert

RGB 41 116 101 -
CMYK 0.65 0 0.13 0.55
HSL 168º 0.48% 0.31% -
HSV(B) 168º 0.65% 0.45% -
XYZ 9.51 13.9 14.49 -
YUV 91.87 133.15 91.72 -
System Red Green Blue C M Y K H S L
Decimal 41 116 101 0.65 0 0.13 0.55 168 0.48 0.31
Hex 29 74 65 41 0 D 37 A8 30 1F
Octal 51 164 145 101 0 15 67 250 60 37
Binary 101001 1110100 1100101 1000001 0 1101 110111 10101000 110000 11111

Color Harmonies of #297465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297465

Black with #297465

Text Example


Text Example

White with #297465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297465; }

 p { color: rgb(41,116,101); }

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

background-color css

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

 a { background-color: rgb(41,116,101); }

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

border-color css

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

 span { border-color: rgb(41,116,101); }

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