Html Css Color HEX #296C66 Genoa

📋 copy color: '#296C66'

red 41 ◦ green 108 ◦ blue 102

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

Shades of Genoa #296C66

Tints of Genoa #296C66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 40.64%

R = 16.33%
G = 43.03%
B = 40.64%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.06

 K value IS 0.58

RGB Variations

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

Color information

#296C66 (or 0x296C66) is known color: Genoa. HEX triplet: 29, 6C and 66. RGB value is (41,108,102). Sum of RGB (Red+Green+Blue) = 41+108+102=251 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.33% from 251); Green value is 108 (42.58% from 255 or 43.03% from 251); Blue value is 102 (40.23% from 255 or 40.64% from 251); Max value from RGB is 108 - color contains mainly: green. Hex color #296C66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296C66 is #D69399. Grayscale: #575757. Windows color (decimal): -14062490 or 6712361. OLE color: 6712361.

HSL color Cylindrical-coordinate representation of color #296C66: hue angle of 174.63º 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 #296C66 is Cyan = 0.62, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.58.

Color convert

RGB 41 108 102 -
CMYK 0.62 0 0.06 0.58
HSL 174.63º 0.45% 0.29% -
HSV(B) 174.63º 0.62% 0.42% -
XYZ 8.68 12.16 14.46 -
YUV 87.28 136.3 94.99 -
System Red Green Blue C M Y K H S L
Decimal 41 108 102 0.62 0 0.06 0.58 174.63 0.45 0.29
Hex 29 6C 66 3E 0 6 3A AF 2D 1D
Octal 51 154 146 76 0 6 72 257 55 35
Binary 101001 1101100 1100110 111110 0 110 111010 10101111 101101 11101

Color Harmonies of #296C66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296C66

Black with #296C66

Text Example


Text Example

White with #296C66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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