Html Css Color HEX #29756C Genoa

📋 copy color: '#29756C'

red 41 ◦ green 117 ◦ blue 108

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

Shades of Genoa #29756C

Tints of Genoa #29756C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 43.98%

 BLUE value IS 108 (42.58% from 255) = 40.6%

R = 15.41%
G = 43.98%
B = 40.6%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.08

 K value IS 0.54

RGB Variations

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

Color information

#29756C (or 0x29756C) is known color: Genoa. HEX triplet: 29, 75 and 6C. RGB value is (41,117,108). Sum of RGB (Red+Green+Blue) = 41+117+108=266 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.41% from 266); Green value is 117 (46.09% from 255 or 43.98% from 266); Blue value is 108 (42.58% from 255 or 40.60% from 266); Max value from RGB is 117 - color contains mainly: green. Hex color #29756C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29756C is #D68A93. Grayscale: #5D5D5D. Windows color (decimal): -14060180 or 7107881. OLE color: 7107881.

HSL color Cylindrical-coordinate representation of color #29756C: hue angle of 172.89º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #29756C is Cyan = 0.65, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB 41 117 108 -
CMYK 0.65 0 0.08 0.54
HSL 172.89º 0.48% 0.31% -
HSV(B) 172.89º 0.65% 0.46% -
XYZ 9.98 14.28 16.42 -
YUV 93.25 136.32 90.73 -
System Red Green Blue C M Y K H S L
Decimal 41 117 108 0.65 0 0.08 0.54 172.89 0.48 0.31
Hex 29 75 6C 41 0 8 36 AD 30 1F
Octal 51 165 154 101 0 10 66 255 60 37
Binary 101001 1110101 1101100 1000001 0 1000 110110 10101101 110000 11111

Color Harmonies of #29756C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29756C

Black with #29756C

Text Example


Text Example

White with #29756C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29756C; }

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

 H1.HeaderClassName
 {
   color: #29756C;
 }
 .AnyTagClassName
 {
   color: #29756C;
 }
</style>

background-color css

<style>
 a { background-color: #29756C; }

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

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

border-color css

<style>
 span { border-color: #29756C; }

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

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