Html Css Color HEX #297961 Genoa

📋 copy color: '#297961'

red 41 ◦ green 121 ◦ blue 97

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

Shades of Genoa #297961

Tints of Genoa #297961

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 37.45%

R = 15.83%
G = 46.72%
B = 37.45%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.20

 K value IS 0.53

RGB Variations

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

Color information

#297961 (or 0x297961) is known color: Genoa. HEX triplet: 29, 79 and 61. RGB value is (41,121,97). Sum of RGB (Red+Green+Blue) = 41+121+97=259 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.83% from 259); Green value is 121 (47.66% from 255 or 46.72% from 259); Blue value is 97 (38.28% from 255 or 37.45% from 259); Max value from RGB is 121 - color contains mainly: green. Hex color #297961 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297961 is #D6869E. Grayscale: #5E5E5E. Windows color (decimal): -14059167 or 6388009. OLE color: 6388009.

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

Color convert

RGB 41 121 97 -
CMYK 0.66 0 0.20 0.53
HSL 162º 0.49% 0.32% -
HSV(B) 162º 0.66% 0.47% -
XYZ 9.91 15.01 13.68 -
YUV 94.34 129.5 89.95 -
System Red Green Blue C M Y K H S L
Decimal 41 121 97 0.66 0 0.20 0.53 162 0.49 0.32
Hex 29 79 61 42 0 14 35 A2 31 20
Octal 51 171 141 102 0 24 65 242 61 40
Binary 101001 1111001 1100001 1000010 0 10100 110101 10100010 110001 100000

Color Harmonies of #297961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297961

Black with #297961

Text Example


Text Example

White with #297961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297961; }

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

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

background-color css

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

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

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

border-color css

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

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

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