Html Css Color HEX #29705C Eden

📋 copy color: '#29705C'

red 41 ◦ green 112 ◦ blue 92

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

Shades of Eden #29705C

Tints of Eden #29705C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 45.71%

 BLUE value IS 92 (36.33% from 255) = 37.55%

R = 16.73%
G = 45.71%
B = 37.55%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.18

 K value IS 0.56

RGB Variations

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

Color information

#29705C (or 0x29705C) is known color: Eden. HEX triplet: 29, 70 and 5C. RGB value is (41,112,92). Sum of RGB (Red+Green+Blue) = 41+112+92=245 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.73% from 245); Green value is 112 (44.14% from 255 or 45.71% from 245); Blue value is 92 (36.33% from 255 or 37.55% from 245); Max value from RGB is 112 - color contains mainly: green. Hex color #29705C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29705C is #D68FA3. Grayscale: #585858. Windows color (decimal): -14061476 or 6058025. OLE color: 6058025.

HSL color Cylindrical-coordinate representation of color #29705C: hue angle of 163.1º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #29705C is Cyan = 0.63, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.56.

Color convert

RGB 41 112 92 -
CMYK 0.63 0 0.18 0.56
HSL 163.1º 0.46% 0.3% -
HSV(B) 163.1º 0.63% 0.44% -
XYZ 8.64 12.83 12.15 -
YUV 88.49 129.98 94.13 -
System Red Green Blue C M Y K H S L
Decimal 41 112 92 0.63 0 0.18 0.56 163.1 0.46 0.3
Hex 29 70 5C 3F 0 12 38 A3 2E 1E
Octal 51 160 134 77 0 22 70 243 56 36
Binary 101001 1110000 1011100 111111 0 10010 111000 10100011 101110 11110

Color Harmonies of #29705C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29705C

Black with #29705C

Text Example


Text Example

White with #29705C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29705C; }

 p { color: rgb(41,112,92); }

 H1.HeaderClassName
 {
   color: #29705C;
 }
 .AnyTagClassName
 {
   color: #29705C;
 }
</style>

background-color css

<style>
 a { background-color: #29705C; }

 a { background-color: rgb(41,112,92); }

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

border-color css

<style>
 span { border-color: #29705C; }

 span { border-color: rgb(41,112,92); }

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