Html Css Color HEX #296F65 Genoa

📋 copy color: '#296F65'

red 41 ◦ green 111 ◦ blue 101

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

Shades of Genoa #296F65

Tints of Genoa #296F65

RGB

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

 GREEN value IS 111 (43.75% from 255) = 43.87%

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

R = 16.21%
G = 43.87%
B = 39.92%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.09

 K value IS 0.56

RGB Variations

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

Color information

#296F65 (or 0x296F65) is known color: Genoa. HEX triplet: 29, 6F and 65. RGB value is (41,111,101). Sum of RGB (Red+Green+Blue) = 41+111+101=253 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.21% from 253); Green value is 111 (43.75% from 255 or 43.87% from 253); Blue value is 101 (39.84% from 255 or 39.92% from 253); Max value from RGB is 111 - color contains mainly: green. Hex color #296F65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296F65 is #D6909A. Grayscale: #585858. Windows color (decimal): -14061723 or 6647593. OLE color: 6647593.

HSL color Cylindrical-coordinate representation of color #296F65: hue angle of 171.43º 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 #296F65 is Cyan = 0.63, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.56.

Color convert

RGB 41 111 101 -
CMYK 0.63 0 0.09 0.56
HSL 171.43º 0.46% 0.3% -
HSV(B) 171.43º 0.63% 0.44% -
XYZ 8.95 12.78 14.31 -
YUV 88.93 134.81 93.81 -
System Red Green Blue C M Y K H S L
Decimal 41 111 101 0.63 0 0.09 0.56 171.43 0.46 0.3
Hex 29 6F 65 3F 0 9 38 AB 2E 1E
Octal 51 157 145 77 0 11 70 253 56 36
Binary 101001 1101111 1100101 111111 0 1001 111000 10101011 101110 11110

Color Harmonies of #296F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296F65

Black with #296F65

Text Example


Text Example

White with #296F65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296F65; }

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

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

background-color css

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

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

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

border-color css

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

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

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