Html Css Color HEX #29755E Genoa

📋 copy color: '#29755E'

red 41 ◦ green 117 ◦ blue 94

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

Shades of Genoa #29755E

Tints of Genoa #29755E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 37.3%

R = 16.27%
G = 46.43%
B = 37.3%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.20

 K value IS 0.54

RGB Variations

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

Color information

#29755E (or 0x29755E) is known color: Genoa. HEX triplet: 29, 75 and 5E. RGB value is (41,117,94). Sum of RGB (Red+Green+Blue) = 41+117+94=252 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.27% from 252); Green value is 117 (46.09% from 255 or 46.43% from 252); Blue value is 94 (37.11% from 255 or 37.30% from 252); Max value from RGB is 117 - color contains mainly: green. Hex color #29755E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29755E is #D68AA1. Grayscale: #5B5B5B. Windows color (decimal): -14060194 or 6190377. OLE color: 6190377.

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

Color convert

RGB 41 117 94 -
CMYK 0.65 0 0.20 0.54
HSL 161.84º 0.48% 0.31% -
HSV(B) 161.84º 0.65% 0.46% -
XYZ 9.3 14 12.8 -
YUV 91.65 129.32 91.87 -
System Red Green Blue C M Y K H S L
Decimal 41 117 94 0.65 0 0.20 0.54 161.84 0.48 0.31
Hex 29 75 5E 41 0 14 36 A2 30 1F
Octal 51 165 136 101 0 24 66 242 60 37
Binary 101001 1110101 1011110 1000001 0 10100 110110 10100010 110000 11111

Color Harmonies of #29755E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29755E

Black with #29755E

Text Example


Text Example

White with #29755E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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