Html Css Color HEX #29685B Eden

📋 copy color: '#29685B'

red 41 ◦ green 104 ◦ blue 91

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

Shades of Eden #29685B

Tints of Eden #29685B

RGB

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

 GREEN value IS 104 (41.02% from 255) = 44.07%

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

R = 17.37%
G = 44.07%
B = 38.56%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.12

 K value IS 0.59

RGB Variations

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

Color information

#29685B (or 0x29685B) is known color: Eden. HEX triplet: 29, 68 and 5B. RGB value is (41,104,91). Sum of RGB (Red+Green+Blue) = 41+104+91=236 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.37% from 236); Green value is 104 (41.02% from 255 or 44.07% from 236); Blue value is 91 (35.94% from 255 or 38.56% from 236); Max value from RGB is 104 - color contains mainly: green. Hex color #29685B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29685B is #D697A4. Grayscale: #535353. Windows color (decimal): -14063525 or 5990441. OLE color: 5990441.

HSL color Cylindrical-coordinate representation of color #29685B: hue angle of 167.62º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #29685B is Cyan = 0.61, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.59.

Color convert

RGB 41 104 91 -
CMYK 0.61 0 0.12 0.59
HSL 167.62º 0.43% 0.28% -
HSV(B) 167.62º 0.61% 0.41% -
XYZ 7.75 11.13 11.64 -
YUV 83.68 132.13 97.56 -
System Red Green Blue C M Y K H S L
Decimal 41 104 91 0.61 0 0.12 0.59 167.62 0.43 0.28
Hex 29 68 5B 3D 0 C 3B A8 2B 1C
Octal 51 150 133 75 0 14 73 250 53 34
Binary 101001 1101000 1011011 111101 0 1100 111011 10101000 101011 11100

Color Harmonies of #29685B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29685B

Black with #29685B

Text Example


Text Example

White with #29685B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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