Html Css Color HEX #29705A Eden

📋 copy color: '#29705A'

red 41 ◦ green 112 ◦ blue 90

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

Shades of Eden #29705A

Tints of Eden #29705A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 37.04%

R = 16.87%
G = 46.09%
B = 37.04%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.20

 K value IS 0.56

RGB Variations

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

Color information

#29705A (or 0x29705A) is known color: Eden. HEX triplet: 29, 70 and 5A. RGB value is (41,112,90). Sum of RGB (Red+Green+Blue) = 41+112+90=243 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.87% from 243); Green value is 112 (44.14% from 255 or 46.09% from 243); Blue value is 90 (35.55% from 255 or 37.04% from 243); Max value from RGB is 112 - color contains mainly: green. Hex color #29705A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29705A is #D68FA5. Grayscale: #585858. Windows color (decimal): -14061478 or 5926953. OLE color: 5926953.

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

Color convert

RGB 41 112 90 -
CMYK 0.63 0 0.20 0.56
HSL 161.41º 0.46% 0.3% -
HSV(B) 161.41º 0.63% 0.44% -
XYZ 8.55 12.8 11.69 -
YUV 88.26 128.98 94.29 -
System Red Green Blue C M Y K H S L
Decimal 41 112 90 0.63 0 0.20 0.56 161.41 0.46 0.3
Hex 29 70 5A 3F 0 14 38 A1 2E 1E
Octal 51 160 132 77 0 24 70 241 56 36
Binary 101001 1110000 1011010 111111 0 10100 111000 10100001 101110 11110

Color Harmonies of #29705A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29705A

Black with #29705A

Text Example


Text Example

White with #29705A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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