Html Css Color HEX #29756A Genoa

📋 copy color: '#29756A'

red 41 ◦ green 117 ◦ blue 106

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

Shades of Genoa #29756A

Tints of Genoa #29756A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 40.15%

R = 15.53%
G = 44.32%
B = 40.15%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#29756A (or 0x29756A) is known color: Genoa. HEX triplet: 29, 75 and 6A. RGB value is (41,117,106). Sum of RGB (Red+Green+Blue) = 41+117+106=264 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.53% from 264); Green value is 117 (46.09% from 255 or 44.32% from 264); Blue value is 106 (41.80% from 255 or 40.15% from 264); Max value from RGB is 117 - color contains mainly: green. Hex color #29756A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29756A is #D68A95. Grayscale: #5C5C5C. Windows color (decimal): -14060182 or 6976809. OLE color: 6976809.

HSL color Cylindrical-coordinate representation of color #29756A: hue angle of 171.32º 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 #29756A is Cyan = 0.65, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB 41 117 106 -
CMYK 0.65 0 0.09 0.54
HSL 171.32º 0.48% 0.31% -
HSV(B) 171.32º 0.65% 0.46% -
XYZ 9.88 14.23 15.86 -
YUV 93.02 135.32 90.89 -
System Red Green Blue C M Y K H S L
Decimal 41 117 106 0.65 0 0.09 0.54 171.32 0.48 0.31
Hex 29 75 6A 41 0 9 36 AB 30 1F
Octal 51 165 152 101 0 11 66 253 60 37
Binary 101001 1110101 1101010 1000001 0 1001 110110 10101011 110000 11111

Color Harmonies of #29756A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29756A

Black with #29756A

Text Example


Text Example

White with #29756A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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