Html Css Color HEX #297968 Genoa

📋 copy color: '#297968'

red 41 ◦ green 121 ◦ blue 104

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

Shades of Genoa #297968

Tints of Genoa #297968

RGB

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

 GREEN value IS 121 (47.66% from 255) = 45.49%

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

R = 15.41%
G = 45.49%
B = 39.1%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.14

 K value IS 0.53

RGB Variations

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

Color information

#297968 (or 0x297968) is known color: Genoa. HEX triplet: 29, 79 and 68. RGB value is (41,121,104). Sum of RGB (Red+Green+Blue) = 41+121+104=266 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.41% from 266); Green value is 121 (47.66% from 255 or 45.49% from 266); Blue value is 104 (41.02% from 255 or 39.10% from 266); Max value from RGB is 121 - color contains mainly: green. Hex color #297968 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297968 is #D68697. Grayscale: #5F5F5F. Windows color (decimal): -14059160 or 6846761. OLE color: 6846761.

HSL color Cylindrical-coordinate representation of color #297968: hue angle of 167.25º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #297968 is Cyan = 0.66, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.53.

Color convert

RGB 41 121 104 -
CMYK 0.66 0 0.14 0.53
HSL 167.25º 0.49% 0.32% -
HSV(B) 167.25º 0.66% 0.47% -
XYZ 10.25 15.15 15.48 -
YUV 95.14 133 89.38 -
System Red Green Blue C M Y K H S L
Decimal 41 121 104 0.66 0 0.14 0.53 167.25 0.49 0.32
Hex 29 79 68 42 0 E 35 A7 31 20
Octal 51 171 150 102 0 16 65 247 61 40
Binary 101001 1111001 1101000 1000010 0 1110 110101 10100111 110001 100000

Color Harmonies of #297968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297968

Black with #297968

Text Example


Text Example

White with #297968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297968; }

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

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

background-color css

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

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

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

border-color css

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

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

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