Html Css Color HEX #296D69 Genoa

📋 copy color: '#296D69'

red 41 ◦ green 109 ◦ blue 105

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

Shades of Genoa #296D69

Tints of Genoa #296D69

RGB

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

 GREEN value IS 109 (42.97% from 255) = 42.75%

 BLUE value IS 105 (41.41% from 255) = 41.18%

R = 16.08%
G = 42.75%
B = 41.18%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.04

 K value IS 0.57

RGB Variations

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

Color information

#296D69 (or 0x296D69) is known color: Genoa. HEX triplet: 29, 6D and 69. RGB value is (41,109,105). Sum of RGB (Red+Green+Blue) = 41+109+105=255 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.08% from 255); Green value is 109 (42.97% from 255 or 42.75% from 255); Blue value is 105 (41.41% from 255 or 41.18% from 255); Max value from RGB is 109 - color contains mainly: green. Hex color #296D69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296D69 is #D69296. Grayscale: #585858. Windows color (decimal): -14062231 or 6909225. OLE color: 6909225.

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

Color convert

RGB 41 109 105 -
CMYK 0.62 0 0.04 0.57
HSL 176.47º 0.45% 0.29% -
HSV(B) 176.47º 0.62% 0.43% -
XYZ 8.93 12.43 15.29 -
YUV 88.21 137.47 94.33 -
System Red Green Blue C M Y K H S L
Decimal 41 109 105 0.62 0 0.04 0.57 176.47 0.45 0.29
Hex 29 6D 69 3E 0 4 39 B0 2D 1D
Octal 51 155 151 76 0 4 71 260 55 35
Binary 101001 1101101 1101001 111110 0 100 111001 10110000 101101 11101

Color Harmonies of #296D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296D69

Black with #296D69

Text Example


Text Example

White with #296D69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,109,105); }

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

background-color css

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

 a { background-color: rgb(41,109,105); }

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

border-color css

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

 span { border-color: rgb(41,109,105); }

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