Html Css Color HEX #29755D Genoa

📋 copy color: '#29755D'

red 41 ◦ green 117 ◦ blue 93

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

Shades of Genoa #29755D

Tints of Genoa #29755D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 37.05%

R = 16.33%
G = 46.61%
B = 37.05%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.21

 K value IS 0.54

RGB Variations

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

Color information

#29755D (or 0x29755D) is known color: Genoa. HEX triplet: 29, 75 and 5D. RGB value is (41,117,93). Sum of RGB (Red+Green+Blue) = 41+117+93=251 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.33% from 251); Green value is 117 (46.09% from 255 or 46.61% from 251); Blue value is 93 (36.72% from 255 or 37.05% from 251); Max value from RGB is 117 - color contains mainly: green. Hex color #29755D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29755D is #D68AA2. Grayscale: #5B5B5B. Windows color (decimal): -14060195 or 6124841. OLE color: 6124841.

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

Color convert

RGB 41 117 93 -
CMYK 0.65 0 0.21 0.54
HSL 161.05º 0.48% 0.31% -
HSV(B) 161.05º 0.65% 0.46% -
XYZ 9.25 13.98 12.57 -
YUV 91.54 128.82 91.95 -
System Red Green Blue C M Y K H S L
Decimal 41 117 93 0.65 0 0.21 0.54 161.05 0.48 0.31
Hex 29 75 5D 41 0 15 36 A1 30 1F
Octal 51 165 135 101 0 25 66 241 60 37
Binary 101001 1110101 1011101 1000001 0 10101 110110 10100001 110000 11111

Color Harmonies of #29755D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29755D

Black with #29755D

Text Example


Text Example

White with #29755D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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