Html Css Color HEX #29755F Genoa

📋 copy color: '#29755F'

red 41 ◦ green 117 ◦ blue 95

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

Shades of Genoa #29755F

Tints of Genoa #29755F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 37.55%

R = 16.21%
G = 46.25%
B = 37.55%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#29755F (or 0x29755F) is known color: Genoa. HEX triplet: 29, 75 and 5F. RGB value is (41,117,95). Sum of RGB (Red+Green+Blue) = 41+117+95=253 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.21% from 253); Green value is 117 (46.09% from 255 or 46.25% from 253); Blue value is 95 (37.5% from 255 or 37.55% from 253); Max value from RGB is 117 - color contains mainly: green. Hex color #29755F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29755F is #D68AA0. Grayscale: #5B5B5B. Windows color (decimal): -14060193 or 6255913. OLE color: 6255913.

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

Color convert

RGB 41 117 95 -
CMYK 0.65 0 0.19 0.54
HSL 162.63º 0.48% 0.31% -
HSV(B) 162.63º 0.65% 0.46% -
XYZ 9.34 14.02 13.04 -
YUV 91.77 129.82 91.79 -
System Red Green Blue C M Y K H S L
Decimal 41 117 95 0.65 0 0.19 0.54 162.63 0.48 0.31
Hex 29 75 5F 41 0 13 36 A3 30 1F
Octal 51 165 137 101 0 23 66 243 60 37
Binary 101001 1110101 1011111 1000001 0 10011 110110 10100011 110000 11111

Color Harmonies of #29755F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29755F

Black with #29755F

Text Example


Text Example

White with #29755F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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