Html Css Color HEX #29785F Genoa

📋 copy color: '#29785F'

red 41 ◦ green 120 ◦ blue 95

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

Shades of Genoa #29785F

Tints of Genoa #29785F

RGB

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

 GREEN value IS 120 (47.27% from 255) = 46.88%

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

R = 16.02%
G = 46.88%
B = 37.11%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.21

 K value IS 0.53

RGB Variations

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

Color information

#29785F (or 0x29785F) is known color: Genoa. HEX triplet: 29, 78 and 5F. RGB value is (41,120,95). Sum of RGB (Red+Green+Blue) = 41+120+95=256 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.02% from 256); Green value is 120 (47.27% from 255 or 46.88% from 256); Blue value is 95 (37.5% from 255 or 37.11% from 256); Max value from RGB is 120 - color contains mainly: green. Hex color #29785F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29785F is #D687A0. Grayscale: #5D5D5D. Windows color (decimal): -14059425 or 6256681. OLE color: 6256681.

HSL color Cylindrical-coordinate representation of color #29785F: hue angle of 161.01º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #29785F is Cyan = 0.66, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB 41 120 95 -
CMYK 0.66 0 0.21 0.53
HSL 161.01º 0.49% 0.32% -
HSV(B) 161.01º 0.66% 0.47% -
XYZ 9.7 14.73 13.16 -
YUV 93.53 128.83 90.53 -
System Red Green Blue C M Y K H S L
Decimal 41 120 95 0.66 0 0.21 0.53 161.01 0.49 0.32
Hex 29 78 5F 42 0 15 35 A1 31 20
Octal 51 170 137 102 0 25 65 241 61 40
Binary 101001 1111000 1011111 1000010 0 10101 110101 10100001 110001 100000

Color Harmonies of #29785F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29785F

Black with #29785F

Text Example


Text Example

White with #29785F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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