Html Css Color HEX #29665C Eden

📋 copy color: '#29665C'

red 41 ◦ green 102 ◦ blue 92

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

Shades of Eden #29665C

Tints of Eden #29665C

RGB

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

 GREEN value IS 102 (40.23% from 255) = 43.4%

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

R = 17.45%
G = 43.4%
B = 39.15%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.10

 K value IS 0.6

RGB Variations

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

Color information

#29665C (or 0x29665C) is known color: Eden. HEX triplet: 29, 66 and 5C. RGB value is (41,102,92). Sum of RGB (Red+Green+Blue) = 41+102+92=235 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.45% from 235); Green value is 102 (40.23% from 255 or 43.40% from 235); Blue value is 92 (36.33% from 255 or 39.15% from 235); Max value from RGB is 102 - color contains mainly: green. Hex color #29665C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29665C is #D699A3. Grayscale: #525252. Windows color (decimal): -14064036 or 6055465. OLE color: 6055465.

HSL color Cylindrical-coordinate representation of color #29665C: hue angle of 170.16º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #29665C is Cyan = 0.60, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.6.

Color convert

RGB 41 102 92 -
CMYK 0.60 0 0.10 0.6
HSL 170.16º 0.43% 0.28% -
HSV(B) 170.16º 0.6% 0.4% -
XYZ 7.6 10.75 11.8 -
YUV 82.62 133.29 98.31 -
System Red Green Blue C M Y K H S L
Decimal 41 102 92 0.60 0 0.10 0.6 170.16 0.43 0.28
Hex 29 66 5C 3C 0 A 3C AA 2B 1C
Octal 51 146 134 74 0 12 74 252 53 34
Binary 101001 1100110 1011100 111100 0 1010 111100 10101010 101011 11100

Color Harmonies of #29665C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29665C

Black with #29665C

Text Example


Text Example

White with #29665C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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