Html Css Color HEX #297560 Genoa

📋 copy color: '#297560'

red 41 ◦ green 117 ◦ blue 96

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

Shades of Genoa #297560

Tints of Genoa #297560

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 37.8%

R = 16.14%
G = 46.06%
B = 37.8%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.18

 K value IS 0.54

RGB Variations

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

Color information

#297560 (or 0x297560) is known color: Genoa. HEX triplet: 29, 75 and 60. RGB value is (41,117,96). Sum of RGB (Red+Green+Blue) = 41+117+96=254 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.14% from 254); Green value is 117 (46.09% from 255 or 46.06% from 254); Blue value is 96 (37.89% from 255 or 37.80% from 254); Max value from RGB is 117 - color contains mainly: green. Hex color #297560 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297560 is #D68A9F. Grayscale: #5B5B5B. Windows color (decimal): -14060192 or 6321449. OLE color: 6321449.

HSL color Cylindrical-coordinate representation of color #297560: hue angle of 163.42º 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 #297560 is Cyan = 0.65, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.54.

Color convert

RGB 41 117 96 -
CMYK 0.65 0 0.18 0.54
HSL 163.42º 0.48% 0.31% -
HSV(B) 163.42º 0.65% 0.46% -
XYZ 9.39 14.04 13.28 -
YUV 91.88 130.32 91.71 -
System Red Green Blue C M Y K H S L
Decimal 41 117 96 0.65 0 0.18 0.54 163.42 0.48 0.31
Hex 29 75 60 41 0 12 36 A3 30 1F
Octal 51 165 140 101 0 22 66 243 60 37
Binary 101001 1110101 1100000 1000001 0 10010 110110 10100011 110000 11111

Color Harmonies of #297560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297560

Black with #297560

Text Example


Text Example

White with #297560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297560; }

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

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

background-color css

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

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

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

border-color css

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

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

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