Html Css Color HEX #297065 Genoa

📋 copy color: '#297065'

red 41 ◦ green 112 ◦ blue 101

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

Shades of Genoa #297065

Tints of Genoa #297065

RGB

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

 GREEN value IS 112 (44.14% from 255) = 44.09%

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

R = 16.14%
G = 44.09%
B = 39.76%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#297065 (or 0x297065) is known color: Genoa. HEX triplet: 29, 70 and 65. RGB value is (41,112,101). Sum of RGB (Red+Green+Blue) = 41+112+101=254 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.14% from 254); Green value is 112 (44.14% from 255 or 44.09% from 254); Blue value is 101 (39.84% from 255 or 39.76% from 254); Max value from RGB is 112 - color contains mainly: green. Hex color #297065 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297065 is #D68F9A. Grayscale: #595959. Windows color (decimal): -14061467 or 6647849. OLE color: 6647849.

HSL color Cylindrical-coordinate representation of color #297065: hue angle of 170.7º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #297065 is Cyan = 0.63, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.56.

Color convert

RGB 41 112 101 -
CMYK 0.63 0 0.10 0.56
HSL 170.7º 0.46% 0.3% -
HSV(B) 170.7º 0.63% 0.44% -
XYZ 9.06 13 14.34 -
YUV 89.52 134.48 93.39 -
System Red Green Blue C M Y K H S L
Decimal 41 112 101 0.63 0 0.10 0.56 170.7 0.46 0.3
Hex 29 70 65 3F 0 A 38 AB 2E 1E
Octal 51 160 145 77 0 12 70 253 56 36
Binary 101001 1110000 1100101 111111 0 1010 111000 10101011 101110 11110

Color Harmonies of #297065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297065

Black with #297065

Text Example


Text Example

White with #297065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297065; }

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

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

background-color css

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

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

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

border-color css

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

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

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