Html Css Color HEX #296A65 Genoa

📋 copy color: '#296A65'

red 41 ◦ green 106 ◦ blue 101

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

Shades of Genoa #296A65

Tints of Genoa #296A65

RGB

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

 GREEN value IS 106 (41.8% from 255) = 42.74%

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

R = 16.53%
G = 42.74%
B = 40.73%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.05

 K value IS 0.58

RGB Variations

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

Color information

#296A65 (or 0x296A65) is known color: Genoa. HEX triplet: 29, 6A and 65. RGB value is (41,106,101). Sum of RGB (Red+Green+Blue) = 41+106+101=248 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.53% from 248); Green value is 106 (41.80% from 255 or 42.74% from 248); Blue value is 101 (39.84% from 255 or 40.73% from 248); Max value from RGB is 106 - color contains mainly: green. Hex color #296A65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296A65 is #D6959A. Grayscale: #555555. Windows color (decimal): -14063003 or 6646313. OLE color: 6646313.

HSL color Cylindrical-coordinate representation of color #296A65: hue angle of 175.38º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #296A65 is Cyan = 0.61, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.58.

Color convert

RGB 41 106 101 -
CMYK 0.61 0 0.05 0.58
HSL 175.38º 0.44% 0.29% -
HSV(B) 175.38º 0.61% 0.42% -
XYZ 8.42 11.72 14.13 -
YUV 86 136.47 95.91 -
System Red Green Blue C M Y K H S L
Decimal 41 106 101 0.61 0 0.05 0.58 175.38 0.44 0.29
Hex 29 6A 65 3D 0 5 3A AF 2C 1D
Octal 51 152 145 75 0 5 72 257 54 35
Binary 101001 1101010 1100101 111101 0 101 111010 10101111 101100 11101

Color Harmonies of #296A65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296A65

Black with #296A65

Text Example


Text Example

White with #296A65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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