Html Css Color HEX #297369 Genoa

📋 copy color: '#297369'

red 41 ◦ green 115 ◦ blue 105

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

Shades of Genoa #297369

Tints of Genoa #297369

RGB

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

 GREEN value IS 115 (45.31% from 255) = 44.06%

 BLUE value IS 105 (41.41% from 255) = 40.23%

R = 15.71%
G = 44.06%
B = 40.23%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#297369 (or 0x297369) is known color: Genoa. HEX triplet: 29, 73 and 69. RGB value is (41,115,105). Sum of RGB (Red+Green+Blue) = 41+115+105=261 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.71% from 261); Green value is 115 (45.31% from 255 or 44.06% from 261); Blue value is 105 (41.41% from 255 or 40.23% from 261); Max value from RGB is 115 - color contains mainly: green. Hex color #297369 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297369 is #D68C96. Grayscale: #5B5B5B. Windows color (decimal): -14060695 or 6910761. OLE color: 6910761.

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

Color convert

RGB 41 115 105 -
CMYK 0.64 0 0.09 0.55
HSL 171.89º 0.47% 0.31% -
HSV(B) 171.89º 0.64% 0.45% -
XYZ 9.59 13.75 15.51 -
YUV 91.73 135.48 91.81 -
System Red Green Blue C M Y K H S L
Decimal 41 115 105 0.64 0 0.09 0.55 171.89 0.47 0.31
Hex 29 73 69 40 0 9 37 AC 2F 1F
Octal 51 163 151 100 0 11 67 254 57 37
Binary 101001 1110011 1101001 1000000 0 1001 110111 10101100 101111 11111

Color Harmonies of #297369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297369

Black with #297369

Text Example


Text Example

White with #297369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297369; }

 p { color: rgb(41,115,105); }

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

background-color css

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

 a { background-color: rgb(41,115,105); }

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

border-color css

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

 span { border-color: rgb(41,115,105); }

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