Html Css Color HEX #296C64 Genoa

📋 copy color: '#296C64'

red 41 ◦ green 108 ◦ blue 100

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

Shades of Genoa #296C64

Tints of Genoa #296C64

RGB

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

 GREEN value IS 108 (42.58% from 255) = 43.37%

 BLUE value IS 100 (39.45% from 255) = 40.16%

R = 16.47%
G = 43.37%
B = 40.16%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.07

 K value IS 0.58

RGB Variations

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

Color information

#296C64 (or 0x296C64) is known color: Genoa. HEX triplet: 29, 6C and 64. RGB value is (41,108,100). Sum of RGB (Red+Green+Blue) = 41+108+100=249 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.47% from 249); Green value is 108 (42.58% from 255 or 43.37% from 249); Blue value is 100 (39.45% from 255 or 40.16% from 249); Max value from RGB is 108 - color contains mainly: green. Hex color #296C64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296C64 is #D6939B. Grayscale: #575757. Windows color (decimal): -14062492 or 6581289. OLE color: 6581289.

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

Color convert

RGB 41 108 100 -
CMYK 0.62 0 0.07 0.58
HSL 172.84º 0.45% 0.29% -
HSV(B) 172.84º 0.62% 0.42% -
XYZ 8.58 12.12 13.94 -
YUV 87.06 135.3 95.15 -
System Red Green Blue C M Y K H S L
Decimal 41 108 100 0.62 0 0.07 0.58 172.84 0.45 0.29
Hex 29 6C 64 3E 0 7 3A AD 2D 1D
Octal 51 154 144 76 0 7 72 255 55 35
Binary 101001 1101100 1100100 111110 0 111 111010 10101101 101101 11101

Color Harmonies of #296C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296C64

Black with #296C64

Text Example


Text Example

White with #296C64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,108,100); }

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

background-color css

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

 a { background-color: rgb(41,108,100); }

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

border-color css

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

 span { border-color: rgb(41,108,100); }

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