Html Css Color HEX #297469 Genoa

📋 copy color: '#297469'

red 41 ◦ green 116 ◦ blue 105

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

Shades of Genoa #297469

Tints of Genoa #297469

RGB

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

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

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

R = 15.65%
G = 44.27%
B = 40.08%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#297469 (or 0x297469) is known color: Genoa. HEX triplet: 29, 74 and 69. RGB value is (41,116,105). Sum of RGB (Red+Green+Blue) = 41+116+105=262 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.65% from 262); Green value is 116 (45.70% from 255 or 44.27% from 262); Blue value is 105 (41.41% from 255 or 40.08% from 262); Max value from RGB is 116 - color contains mainly: green. Hex color #297469 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297469 is #D68B96. Grayscale: #5C5C5C. Windows color (decimal): -14060439 or 6911017. OLE color: 6911017.

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

Color convert

RGB 41 116 105 -
CMYK 0.65 0 0.09 0.55
HSL 171.2º 0.48% 0.31% -
HSV(B) 171.2º 0.65% 0.45% -
XYZ 9.71 13.98 15.55 -
YUV 92.32 135.15 91.39 -
System Red Green Blue C M Y K H S L
Decimal 41 116 105 0.65 0 0.09 0.55 171.2 0.48 0.31
Hex 29 74 69 41 0 9 37 AB 30 1F
Octal 51 164 151 101 0 11 67 253 60 37
Binary 101001 1110100 1101001 1000001 0 1001 110111 10101011 110000 11111

Color Harmonies of #297469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297469

Black with #297469

Text Example


Text Example

White with #297469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297469; }

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

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

background-color css

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

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

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

border-color css

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

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

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