Html Css Color HEX #29695A Eden

📋 copy color: '#29695A'

red 41 ◦ green 105 ◦ blue 90

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

Shades of Eden #29695A

Tints of Eden #29695A

RGB

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

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

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

R = 17.37%
G = 44.49%
B = 38.14%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.14

 K value IS 0.59

RGB Variations

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

Color information

#29695A (or 0x29695A) is known color: Eden. HEX triplet: 29, 69 and 5A. RGB value is (41,105,90). Sum of RGB (Red+Green+Blue) = 41+105+90=236 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.37% from 236); Green value is 105 (41.41% from 255 or 44.49% from 236); Blue value is 90 (35.55% from 255 or 38.14% from 236); Max value from RGB is 105 - color contains mainly: green. Hex color #29695A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29695A is #D696A5. Grayscale: #545454. Windows color (decimal): -14063270 or 5925161. OLE color: 5925161.

HSL color Cylindrical-coordinate representation of color #29695A: hue angle of 165.94º 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 #29695A is Cyan = 0.61, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.59.

Color convert

RGB 41 105 90 -
CMYK 0.61 0 0.14 0.59
HSL 165.94º 0.44% 0.29% -
HSV(B) 165.94º 0.61% 0.41% -
XYZ 7.81 11.31 11.44 -
YUV 84.15 131.3 97.22 -
System Red Green Blue C M Y K H S L
Decimal 41 105 90 0.61 0 0.14 0.59 165.94 0.44 0.29
Hex 29 69 5A 3D 0 E 3B A6 2C 1D
Octal 51 151 132 75 0 16 73 246 54 35
Binary 101001 1101001 1011010 111101 0 1110 111011 10100110 101100 11101

Color Harmonies of #29695A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29695A

Black with #29695A

Text Example


Text Example

White with #29695A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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