Html Css Color HEX #29775D Genoa

📋 copy color: '#29775D'

red 41 ◦ green 119 ◦ blue 93

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

Shades of Genoa #29775D

Tints of Genoa #29775D

RGB

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

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

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

R = 16.21%
G = 47.04%
B = 36.76%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.22

 K value IS 0.53

RGB Variations

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

Color information

#29775D (or 0x29775D) is known color: Genoa. HEX triplet: 29, 77 and 5D. RGB value is (41,119,93). Sum of RGB (Red+Green+Blue) = 41+119+93=253 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.21% from 253); Green value is 119 (46.88% from 255 or 47.04% from 253); Blue value is 93 (36.72% from 255 or 36.76% from 253); Max value from RGB is 119 - color contains mainly: green. Hex color #29775D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29775D is #D688A2. Grayscale: #5C5C5C. Windows color (decimal): -14059683 or 6125353. OLE color: 6125353.

HSL color Cylindrical-coordinate representation of color #29775D: hue angle of 160º 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 #29775D is Cyan = 0.66, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB 41 119 93 -
CMYK 0.66 0 0.22 0.53
HSL 160º 0.49% 0.31% -
HSV(B) 160º 0.66% 0.47% -
XYZ 9.49 14.46 12.65 -
YUV 92.71 128.16 91.11 -
System Red Green Blue C M Y K H S L
Decimal 41 119 93 0.66 0 0.22 0.53 160 0.49 0.31
Hex 29 77 5D 42 0 16 35 A0 31 1F
Octal 51 167 135 102 0 26 65 240 61 37
Binary 101001 1110111 1011101 1000010 0 10110 110101 10100000 110001 11111

Color Harmonies of #29775D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29775D

Black with #29775D

Text Example


Text Example

White with #29775D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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