Html Css Color HEX #29765D Genoa

📋 copy color: '#29765D'

red 41 ◦ green 118 ◦ blue 93

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

Shades of Genoa #29765D

Tints of Genoa #29765D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 46.83%

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

R = 16.27%
G = 46.83%
B = 36.9%

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

#29765D (or 0x29765D) is known color: Genoa. HEX triplet: 29, 76 and 5D. RGB value is (41,118,93). Sum of RGB (Red+Green+Blue) = 41+118+93=252 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.27% from 252); Green value is 118 (46.48% from 255 or 46.83% from 252); Blue value is 93 (36.72% from 255 or 36.90% from 252); Max value from RGB is 118 - color contains mainly: green. Hex color #29765D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29765D is #D689A2. Grayscale: #5C5C5C. Windows color (decimal): -14059939 or 6125097. OLE color: 6125097.

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

Color convert

RGB 41 118 93 -
CMYK 0.65 0 0.21 0.54
HSL 160.52º 0.48% 0.31% -
HSV(B) 160.52º 0.65% 0.46% -
XYZ 9.37 14.22 12.61 -
YUV 92.13 128.49 91.53 -
System Red Green Blue C M Y K H S L
Decimal 41 118 93 0.65 0 0.21 0.54 160.52 0.48 0.31
Hex 29 76 5D 41 0 15 36 A1 30 1F
Octal 51 166 135 101 0 25 66 241 60 37
Binary 101001 1110110 1011101 1000001 0 10101 110110 10100001 110000 11111

Color Harmonies of #29765D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29765D

Black with #29765D

Text Example


Text Example

White with #29765D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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