Html Css Color HEX #29695C Eden

📋 copy color: '#29695C'

red 41 ◦ green 105 ◦ blue 92

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

Shades of Eden #29695C

Tints of Eden #29695C

RGB

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

 GREEN value IS 105 (41.41% from 255) = 44.12%

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

R = 17.23%
G = 44.12%
B = 38.66%

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

#29695C (or 0x29695C) is known color: Eden. HEX triplet: 29, 69 and 5C. RGB value is (41,105,92). Sum of RGB (Red+Green+Blue) = 41+105+92=238 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.23% from 238); Green value is 105 (41.41% from 255 or 44.12% from 238); Blue value is 92 (36.33% from 255 or 38.66% from 238); Max value from RGB is 105 - color contains mainly: green. Hex color #29695C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29695C is #D696A3. Grayscale: #545454. Windows color (decimal): -14063268 or 6056233. OLE color: 6056233.

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

Color convert

RGB 41 105 92 -
CMYK 0.61 0 0.12 0.59
HSL 167.81º 0.44% 0.29% -
HSV(B) 167.81º 0.61% 0.41% -
XYZ 7.9 11.35 11.9 -
YUV 84.38 132.3 97.06 -
System Red Green Blue C M Y K H S L
Decimal 41 105 92 0.61 0 0.12 0.59 167.81 0.44 0.29
Hex 29 69 5C 3D 0 C 3B A8 2C 1D
Octal 51 151 134 75 0 14 73 250 54 35
Binary 101001 1101001 1011100 111101 0 1100 111011 10101000 101100 11101

Color Harmonies of #29695C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29695C

Black with #29695C

Text Example


Text Example

White with #29695C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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