Html Css Color HEX #29776D Genoa

📋 copy color: '#29776D'

red 41 ◦ green 119 ◦ blue 109

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

Shades of Genoa #29776D

Tints of Genoa #29776D

RGB

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

 GREEN value IS 119 (46.88% from 255) = 44.24%

 BLUE value IS 109 (42.97% from 255) = 40.52%

R = 15.24%
G = 44.24%
B = 40.52%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.08

 K value IS 0.53

RGB Variations

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

Color information

#29776D (or 0x29776D) is known color: Genoa. HEX triplet: 29, 77 and 6D. RGB value is (41,119,109). Sum of RGB (Red+Green+Blue) = 41+119+109=269 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.24% from 269); Green value is 119 (46.88% from 255 or 44.24% from 269); Blue value is 109 (42.97% from 255 or 40.52% from 269); Max value from RGB is 119 - color contains mainly: green. Hex color #29776D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29776D is #D68892. Grayscale: #5E5E5E. Windows color (decimal): -14059667 or 7173929. OLE color: 7173929.

HSL color Cylindrical-coordinate representation of color #29776D: hue angle of 172.31º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #29776D is Cyan = 0.66, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB 41 119 109 -
CMYK 0.66 0 0.08 0.53
HSL 172.31º 0.49% 0.31% -
HSV(B) 172.31º 0.66% 0.47% -
XYZ 10.27 14.77 16.78 -
YUV 94.54 136.16 89.81 -
System Red Green Blue C M Y K H S L
Decimal 41 119 109 0.66 0 0.08 0.53 172.31 0.49 0.31
Hex 29 77 6D 42 0 8 35 AC 31 1F
Octal 51 167 155 102 0 10 65 254 61 37
Binary 101001 1110111 1101101 1000010 0 1000 110101 10101100 110001 11111

Color Harmonies of #29776D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29776D

Black with #29776D

Text Example


Text Example

White with #29776D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29776D; }

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

 H1.HeaderClassName
 {
   color: #29776D;
 }
 .AnyTagClassName
 {
   color: #29776D;
 }
</style>

background-color css

<style>
 a { background-color: #29776D; }

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

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

border-color css

<style>
 span { border-color: #29776D; }

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

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