Html Css Color HEX #296F68 Genoa

📋 copy color: '#296F68'

red 41 ◦ green 111 ◦ blue 104

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

Shades of Genoa #296F68

Tints of Genoa #296F68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 40.63%

R = 16.02%
G = 43.36%
B = 40.63%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#296F68 (or 0x296F68) is known color: Genoa. HEX triplet: 29, 6F and 68. RGB value is (41,111,104). Sum of RGB (Red+Green+Blue) = 41+111+104=256 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.02% from 256); Green value is 111 (43.75% from 255 or 43.36% from 256); Blue value is 104 (41.02% from 255 or 40.62% from 256); Max value from RGB is 111 - color contains mainly: green. Hex color #296F68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296F68 is #D69097. Grayscale: #595959. Windows color (decimal): -14061720 or 6844201. OLE color: 6844201.

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

Color convert

RGB 41 111 104 -
CMYK 0.63 0 0.06 0.56
HSL 174º 0.46% 0.3% -
HSV(B) 174º 0.63% 0.44% -
XYZ 9.1 12.84 15.1 -
YUV 89.27 136.31 93.57 -
System Red Green Blue C M Y K H S L
Decimal 41 111 104 0.63 0 0.06 0.56 174 0.46 0.3
Hex 29 6F 68 3F 0 6 38 AE 2E 1E
Octal 51 157 150 77 0 6 70 256 56 36
Binary 101001 1101111 1101000 111111 0 110 111000 10101110 101110 11110

Color Harmonies of #296F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296F68

Black with #296F68

Text Example


Text Example

White with #296F68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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