Html Css Color HEX #297966 Genoa

📋 copy color: '#297966'

red 41 ◦ green 121 ◦ blue 102

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

Shades of Genoa #297966

Tints of Genoa #297966

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 38.64%

R = 15.53%
G = 45.83%
B = 38.64%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.16

 K value IS 0.53

RGB Variations

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

Color information

#297966 (or 0x297966) is known color: Genoa. HEX triplet: 29, 79 and 66. RGB value is (41,121,102). Sum of RGB (Red+Green+Blue) = 41+121+102=264 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.53% from 264); Green value is 121 (47.66% from 255 or 45.83% from 264); Blue value is 102 (40.23% from 255 or 38.64% from 264); Max value from RGB is 121 - color contains mainly: green. Hex color #297966 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297966 is #D68699. Grayscale: #5E5E5E. Windows color (decimal): -14059162 or 6715689. OLE color: 6715689.

HSL color Cylindrical-coordinate representation of color #297966: hue angle of 165.75º 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 #297966 is Cyan = 0.66, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.53.

Color convert

RGB 41 121 102 -
CMYK 0.66 0 0.16 0.53
HSL 165.75º 0.49% 0.32% -
HSV(B) 165.75º 0.66% 0.47% -
XYZ 10.15 15.11 14.95 -
YUV 94.91 132 89.54 -
System Red Green Blue C M Y K H S L
Decimal 41 121 102 0.66 0 0.16 0.53 165.75 0.49 0.32
Hex 29 79 66 42 0 10 35 A6 31 20
Octal 51 171 146 102 0 20 65 246 61 40
Binary 101001 1111001 1100110 1000010 0 10000 110101 10100110 110001 100000

Color Harmonies of #297966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297966

Black with #297966

Text Example


Text Example

White with #297966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297966; }

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

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

background-color css

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

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

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

border-color css

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

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

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