Html Css Color HEX #29705F Eden

📋 copy color: '#29705F'

red 41 ◦ green 112 ◦ blue 95

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

Shades of Eden #29705F

Tints of Eden #29705F

RGB

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

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

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

R = 16.53%
G = 45.16%
B = 38.31%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.15

 K value IS 0.56

RGB Variations

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

Color information

#29705F (or 0x29705F) is known color: Eden. HEX triplet: 29, 70 and 5F. RGB value is (41,112,95). Sum of RGB (Red+Green+Blue) = 41+112+95=248 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.53% from 248); Green value is 112 (44.14% from 255 or 45.16% from 248); Blue value is 95 (37.5% from 255 or 38.31% from 248); Max value from RGB is 112 - color contains mainly: green. Hex color #29705F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29705F is #D68FA0. Grayscale: #585858. Windows color (decimal): -14061473 or 6254633. OLE color: 6254633.

HSL color Cylindrical-coordinate representation of color #29705F: hue angle of 165.63º 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 #29705F is Cyan = 0.63, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.56.

Color convert

RGB 41 112 95 -
CMYK 0.63 0 0.15 0.56
HSL 165.63º 0.46% 0.3% -
HSV(B) 165.63º 0.63% 0.44% -
XYZ 8.77 12.89 12.85 -
YUV 88.83 131.48 93.88 -
System Red Green Blue C M Y K H S L
Decimal 41 112 95 0.63 0 0.15 0.56 165.63 0.46 0.3
Hex 29 70 5F 3F 0 F 38 A6 2E 1E
Octal 51 160 137 77 0 17 70 246 56 36
Binary 101001 1110000 1011111 111111 0 1111 111000 10100110 101110 11110

Color Harmonies of #29705F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29705F

Black with #29705F

Text Example


Text Example

White with #29705F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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