Html Css Color HEX #29604C Evening Sea

📋 copy color: '#29604C'

red 41 ◦ green 96 ◦ blue 76

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

Shades of Evening Sea #29604C

Tints of Evening Sea #29604C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 45.07%

 BLUE value IS 76 (30.08% from 255) = 35.68%

R = 19.25%
G = 45.07%
B = 35.68%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.21

 K value IS 0.62

RGB Variations

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

Color information

#29604C (or 0x29604C) is known color: Evening Sea. HEX triplet: 29, 60 and 4C. RGB value is (41,96,76). Sum of RGB (Red+Green+Blue) = 41+96+76=213 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.25% from 213); Green value is 96 (37.89% from 255 or 45.07% from 213); Blue value is 76 (30.08% from 255 or 35.68% from 213); Max value from RGB is 96 - color contains mainly: green. Hex color #29604C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29604C is #D69FB3. Grayscale: #4D4D4D. Windows color (decimal): -14065588 or 5005353. OLE color: 5005353.

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

Color convert

RGB 41 96 76 -
CMYK 0.57 0 0.21 0.62
HSL 158.18º 0.4% 0.27% -
HSV(B) 158.18º 0.57% 0.38% -
XYZ 6.4 9.36 8.31 -
YUV 77.28 127.28 102.13 -
System Red Green Blue C M Y K H S L
Decimal 41 96 76 0.57 0 0.21 0.62 158.18 0.4 0.27
Hex 29 60 4C 39 0 15 3E 9E 28 1B
Octal 51 140 114 71 0 25 76 236 50 33
Binary 101001 1100000 1001100 111001 0 10101 111110 10011110 101000 11011

Color Harmonies of #29604C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29604C

Black with #29604C

Text Example


Text Example

White with #29604C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,96,76); }

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

background-color css

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

 a { background-color: rgb(41,96,76); }

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

border-color css

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

 span { border-color: rgb(41,96,76); }

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