Html Css Color HEX #297467 Genoa

📋 copy color: '#297467'

red 41 ◦ green 116 ◦ blue 103

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

Shades of Genoa #297467

Tints of Genoa #297467

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 39.62%

R = 15.77%
G = 44.62%
B = 39.62%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.11

 K value IS 0.55

RGB Variations

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

Color information

#297467 (or 0x297467) is known color: Genoa. HEX triplet: 29, 74 and 67. RGB value is (41,116,103). Sum of RGB (Red+Green+Blue) = 41+116+103=260 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.77% from 260); Green value is 116 (45.70% from 255 or 44.62% from 260); Blue value is 103 (40.62% from 255 or 39.62% from 260); Max value from RGB is 116 - color contains mainly: green. Hex color #297467 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297467 is #D68B98. Grayscale: #5C5C5C. Windows color (decimal): -14060441 or 6779945. OLE color: 6779945.

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

Color convert

RGB 41 116 103 -
CMYK 0.65 0 0.11 0.55
HSL 169.6º 0.48% 0.31% -
HSV(B) 169.6º 0.65% 0.45% -
XYZ 9.61 13.94 15.02 -
YUV 92.09 134.15 91.56 -
System Red Green Blue C M Y K H S L
Decimal 41 116 103 0.65 0 0.11 0.55 169.6 0.48 0.31
Hex 29 74 67 41 0 B 37 AA 30 1F
Octal 51 164 147 101 0 13 67 252 60 37
Binary 101001 1110100 1100111 1000001 0 1011 110111 10101010 110000 11111

Color Harmonies of #297467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297467

Black with #297467

Text Example


Text Example

White with #297467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297467; }

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

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

background-color css

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

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

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

border-color css

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

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

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