Html Css Color HEX #29705B Eden

📋 copy color: '#29705B'

red 41 ◦ green 112 ◦ blue 91

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

Shades of Eden #29705B

Tints of Eden #29705B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 37.3%

R = 16.8%
G = 45.9%
B = 37.3%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.19

 K value IS 0.56

RGB Variations

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

Color information

#29705B (or 0x29705B) is known color: Eden. HEX triplet: 29, 70 and 5B. RGB value is (41,112,91). Sum of RGB (Red+Green+Blue) = 41+112+91=244 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.80% from 244); Green value is 112 (44.14% from 255 or 45.90% from 244); Blue value is 91 (35.94% from 255 or 37.30% from 244); Max value from RGB is 112 - color contains mainly: green. Hex color #29705B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29705B is #D68FA4. Grayscale: #585858. Windows color (decimal): -14061477 or 5992489. OLE color: 5992489.

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

Color convert

RGB 41 112 91 -
CMYK 0.63 0 0.19 0.56
HSL 162.25º 0.46% 0.3% -
HSV(B) 162.25º 0.63% 0.44% -
XYZ 8.6 12.82 11.92 -
YUV 88.38 129.48 94.21 -
System Red Green Blue C M Y K H S L
Decimal 41 112 91 0.63 0 0.19 0.56 162.25 0.46 0.3
Hex 29 70 5B 3F 0 13 38 A2 2E 1E
Octal 51 160 133 77 0 23 70 242 56 36
Binary 101001 1110000 1011011 111111 0 10011 111000 10100010 101110 11110

Color Harmonies of #29705B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29705B

Black with #29705B

Text Example


Text Example

White with #29705B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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