Html Css Color HEX #29625C Eden

📋 copy color: '#29625C'

red 41 ◦ green 98 ◦ blue 92

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

Shades of Eden #29625C

Tints of Eden #29625C

RGB

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

 GREEN value IS 98 (38.67% from 255) = 42.42%

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

R = 17.75%
G = 42.42%
B = 39.83%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.06

 K value IS 0.62

RGB Variations

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

Color information

#29625C (or 0x29625C) is known color: Eden. HEX triplet: 29, 62 and 5C. RGB value is (41,98,92). Sum of RGB (Red+Green+Blue) = 41+98+92=231 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.75% from 231); Green value is 98 (38.67% from 255 or 42.42% from 231); Blue value is 92 (36.33% from 255 or 39.83% from 231); Max value from RGB is 98 - color contains mainly: green. Hex color #29625C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29625C is #D69DA3. Grayscale: #505050. Windows color (decimal): -14065060 or 6054441. OLE color: 6054441.

HSL color Cylindrical-coordinate representation of color #29625C: hue angle of 173.68º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #29625C is Cyan = 0.58, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.62.

Color convert

RGB 41 98 92 -
CMYK 0.58 0 0.06 0.62
HSL 173.68º 0.41% 0.27% -
HSV(B) 173.68º 0.58% 0.38% -
XYZ 7.21 9.98 11.67 -
YUV 80.27 134.62 99.99 -
System Red Green Blue C M Y K H S L
Decimal 41 98 92 0.58 0 0.06 0.62 173.68 0.41 0.27
Hex 29 62 5C 3A 0 6 3E AE 29 1B
Octal 51 142 134 72 0 6 76 256 51 33
Binary 101001 1100010 1011100 111010 0 110 111110 10101110 101001 11011

Color Harmonies of #29625C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29625C

Black with #29625C

Text Example


Text Example

White with #29625C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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