Html Css Color HEX #297461 Genoa

📋 copy color: '#297461'

red 41 ◦ green 116 ◦ blue 97

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

Shades of Genoa #297461

Tints of Genoa #297461

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 38.19%

R = 16.14%
G = 45.67%
B = 38.19%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#297461 (or 0x297461) is known color: Genoa. HEX triplet: 29, 74 and 61. RGB value is (41,116,97). Sum of RGB (Red+Green+Blue) = 41+116+97=254 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.14% from 254); Green value is 116 (45.70% from 255 or 45.67% from 254); Blue value is 97 (38.28% from 255 or 38.19% from 254); Max value from RGB is 116 - color contains mainly: green. Hex color #297461 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297461 is #D68B9E. Grayscale: #5B5B5B. Windows color (decimal): -14060447 or 6386729. OLE color: 6386729.

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

Color convert

RGB 41 116 97 -
CMYK 0.65 0 0.16 0.55
HSL 164.8º 0.48% 0.31% -
HSV(B) 164.8º 0.65% 0.45% -
XYZ 9.32 13.83 13.49 -
YUV 91.41 131.15 92.04 -
System Red Green Blue C M Y K H S L
Decimal 41 116 97 0.65 0 0.16 0.55 164.8 0.48 0.31
Hex 29 74 61 41 0 10 37 A5 30 1F
Octal 51 164 141 101 0 20 67 245 60 37
Binary 101001 1110100 1100001 1000001 0 10000 110111 10100101 110000 11111

Color Harmonies of #297461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297461

Black with #297461

Text Example


Text Example

White with #297461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297461; }

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

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

background-color css

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

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

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

border-color css

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

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

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