Html Css Color HEX #297164 Genoa

📋 copy color: '#297164'

red 41 ◦ green 113 ◦ blue 100

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

Shades of Genoa #297164

Tints of Genoa #297164

RGB

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

 GREEN value IS 113 (44.53% from 255) = 44.49%

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

R = 16.14%
G = 44.49%
B = 39.37%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#297164 (or 0x297164) is known color: Genoa. HEX triplet: 29, 71 and 64. RGB value is (41,113,100). Sum of RGB (Red+Green+Blue) = 41+113+100=254 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.14% from 254); Green value is 113 (44.53% from 255 or 44.49% from 254); Blue value is 100 (39.45% from 255 or 39.37% from 254); Max value from RGB is 113 - color contains mainly: green. Hex color #297164 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297164 is #D68E9B. Grayscale: #595959. Windows color (decimal): -14061212 or 6582569. OLE color: 6582569.

HSL color Cylindrical-coordinate representation of color #297164: hue angle of 169.17º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #297164 is Cyan = 0.64, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.56.

Color convert

RGB 41 113 100 -
CMYK 0.64 0 0.12 0.56
HSL 169.17º 0.47% 0.3% -
HSV(B) 169.17º 0.64% 0.44% -
XYZ 9.12 13.2 14.12 -
YUV 89.99 133.65 93.06 -
System Red Green Blue C M Y K H S L
Decimal 41 113 100 0.64 0 0.12 0.56 169.17 0.47 0.3
Hex 29 71 64 40 0 C 38 A9 2F 1E
Octal 51 161 144 100 0 14 70 251 57 36
Binary 101001 1110001 1100100 1000000 0 1100 111000 10101001 101111 11110

Color Harmonies of #297164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297164

Black with #297164

Text Example


Text Example

White with #297164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297164; }

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

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

background-color css

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

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

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

border-color css

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

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

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