Html Css Color HEX #297464 Genoa

📋 copy color: '#297464'

red 41 ◦ green 116 ◦ blue 100

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

Shades of Genoa #297464

Tints of Genoa #297464

RGB

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

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

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

R = 15.95%
G = 45.14%
B = 38.91%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.14

 K value IS 0.55

RGB Variations

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

Color information

#297464 (or 0x297464) is known color: Genoa. HEX triplet: 29, 74 and 64. RGB value is (41,116,100). Sum of RGB (Red+Green+Blue) = 41+116+100=257 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.95% from 257); Green value is 116 (45.70% from 255 or 45.14% from 257); Blue value is 100 (39.45% from 255 or 38.91% from 257); Max value from RGB is 116 - color contains mainly: green. Hex color #297464 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297464 is #D68B9B. Grayscale: #5B5B5B. Windows color (decimal): -14060444 or 6583337. OLE color: 6583337.

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

Color convert

RGB 41 116 100 -
CMYK 0.65 0 0.14 0.55
HSL 167.2º 0.48% 0.31% -
HSV(B) 167.2º 0.65% 0.45% -
XYZ 9.46 13.88 14.24 -
YUV 91.75 132.65 91.8 -
System Red Green Blue C M Y K H S L
Decimal 41 116 100 0.65 0 0.14 0.55 167.2 0.48 0.31
Hex 29 74 64 41 0 E 37 A7 30 1F
Octal 51 164 144 101 0 16 67 247 60 37
Binary 101001 1110100 1100100 1000001 0 1110 110111 10100111 110000 11111

Color Harmonies of #297464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297464

Black with #297464

Text Example


Text Example

White with #297464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297464; }

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

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

background-color css

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

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

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

border-color css

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

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

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