Html Css Color HEX #29745F Genoa

📋 copy color: '#29745F'

red 41 ◦ green 116 ◦ blue 95

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

Shades of Genoa #29745F

Tints of Genoa #29745F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 46.03%

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

R = 16.27%
G = 46.03%
B = 37.7%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.18

 K value IS 0.55

RGB Variations

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

Color information

#29745F (or 0x29745F) is known color: Genoa. HEX triplet: 29, 74 and 5F. RGB value is (41,116,95). Sum of RGB (Red+Green+Blue) = 41+116+95=252 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.27% from 252); Green value is 116 (45.70% from 255 or 46.03% from 252); Blue value is 95 (37.5% from 255 or 37.70% from 252); Max value from RGB is 116 - color contains mainly: green. Hex color #29745F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29745F is #D68BA0. Grayscale: #5B5B5B. Windows color (decimal): -14060449 or 6255657. OLE color: 6255657.

HSL color Cylindrical-coordinate representation of color #29745F: hue angle of 163.2º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #29745F is Cyan = 0.65, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB 41 116 95 -
CMYK 0.65 0 0.18 0.55
HSL 163.2º 0.48% 0.31% -
HSV(B) 163.2º 0.65% 0.45% -
XYZ 9.23 13.79 13 -
YUV 91.18 130.15 92.21 -
System Red Green Blue C M Y K H S L
Decimal 41 116 95 0.65 0 0.18 0.55 163.2 0.48 0.31
Hex 29 74 5F 41 0 12 37 A3 30 1F
Octal 51 164 137 101 0 22 67 243 60 37
Binary 101001 1110100 1011111 1000001 0 10010 110111 10100011 110000 11111

Color Harmonies of #29745F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29745F

Black with #29745F

Text Example


Text Example

White with #29745F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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