Html Css Color HEX #297368 Genoa

📋 copy color: '#297368'

red 41 ◦ green 115 ◦ blue 104

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

Shades of Genoa #297368

Tints of Genoa #297368

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 40%

R = 15.77%
G = 44.23%
B = 40%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.10

 K value IS 0.55

RGB Variations

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

Color information

#297368 (or 0x297368) is known color: Genoa. HEX triplet: 29, 73 and 68. RGB value is (41,115,104). Sum of RGB (Red+Green+Blue) = 41+115+104=260 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.77% from 260); Green value is 115 (45.31% from 255 or 44.23% from 260); Blue value is 104 (41.02% from 255 or 40% from 260); Max value from RGB is 115 - color contains mainly: green. Hex color #297368 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297368 is #D68C97. Grayscale: #5B5B5B. Windows color (decimal): -14060696 or 6845225. OLE color: 6845225.

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

Color convert

RGB 41 115 104 -
CMYK 0.64 0 0.10 0.55
HSL 171.08º 0.47% 0.31% -
HSV(B) 171.08º 0.64% 0.45% -
XYZ 9.54 13.73 15.24 -
YUV 91.62 134.98 91.89 -
System Red Green Blue C M Y K H S L
Decimal 41 115 104 0.64 0 0.10 0.55 171.08 0.47 0.31
Hex 29 73 68 40 0 A 37 AB 2F 1F
Octal 51 163 150 100 0 12 67 253 57 37
Binary 101001 1110011 1101000 1000000 0 1010 110111 10101011 101111 11111

Color Harmonies of #297368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297368

Black with #297368

Text Example


Text Example

White with #297368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297368; }

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

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

background-color css

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

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

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

border-color css

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

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

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