Html Css Color HEX #297565 Genoa

📋 copy color: '#297565'

red 41 ◦ green 117 ◦ blue 101

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

Shades of Genoa #297565

Tints of Genoa #297565

RGB

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

 GREEN value IS 117 (46.09% from 255) = 45.17%

 BLUE value IS 101 (39.84% from 255) = 39%

R = 15.83%
G = 45.17%
B = 39%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#297565 (or 0x297565) is known color: Genoa. HEX triplet: 29, 75 and 65. RGB value is (41,117,101). Sum of RGB (Red+Green+Blue) = 41+117+101=259 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.83% from 259); Green value is 117 (46.09% from 255 or 45.17% from 259); Blue value is 101 (39.84% from 255 or 39.00% from 259); Max value from RGB is 117 - color contains mainly: green. Hex color #297565 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297565 is #D68A9A. Grayscale: #5C5C5C. Windows color (decimal): -14060187 or 6649129. OLE color: 6649129.

HSL color Cylindrical-coordinate representation of color #297565: hue angle of 167.37º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #297565 is Cyan = 0.65, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.54.

Color convert

RGB 41 117 101 -
CMYK 0.65 0 0.14 0.54
HSL 167.37º 0.48% 0.31% -
HSV(B) 167.37º 0.65% 0.46% -
XYZ 9.62 14.13 14.53 -
YUV 92.45 132.82 91.3 -
System Red Green Blue C M Y K H S L
Decimal 41 117 101 0.65 0 0.14 0.54 167.37 0.48 0.31
Hex 29 75 65 41 0 E 36 A7 30 1F
Octal 51 165 145 101 0 16 66 247 60 37
Binary 101001 1110101 1100101 1000001 0 1110 110110 10100111 110000 11111

Color Harmonies of #297565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297565

Black with #297565

Text Example


Text Example

White with #297565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297565; }

 p { color: rgb(41,117,101); }

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

background-color css

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

 a { background-color: rgb(41,117,101); }

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

border-color css

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

 span { border-color: rgb(41,117,101); }

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