#29614D

Color #29614D Evening Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Evening Sea #29614D

Tints of Evening Sea #29614D

Color information

#29614D (or 0x29614D) is unknown color: approx Evening Sea. HEX triplet: 29, 61 and 4D. RGB value is (41,97,77). Sum of RGB (Red+Green+Blue) = 41+97+77=215 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.07% from 215); Green value is 97 (38.28% from 255 or 45.12% from 215); Blue value is 77 (30.47% from 255 or 35.81% from 215); Max value from RGB is 97 - color contains mainly: green. Hex color #29614D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29614D is #D69EB2. Grayscale: #4E4E4E. Windows color (decimal): -14065331 or 5071145. OLE color: 5071145.

HSL color Cylindrical-coordinate representation of color #29614D: hue angle of 158.57º 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 #29614D is Cyan = 0.58, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.62.

Color convert

RGB419777-
CMYK0.5800.210.62
HSL158.57º40.58%27.06%-
HSV(B)158.57º57.73%38.04%-
XYZ6.539.568.52-
YUV77.98127.45101.63-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.07%
GREEN value IS 97 (38.28% from 255) = 45.12%
BLUE value IS 77 (30.47% from 255) = 35.81%
R=19.07%
G=45.12%
B=35.81%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4197770.5800.210.62158.5740.5827.06
Hex29614D3A0153E9f291b
Octal5114111572025762375133
Binary101001110000110011011110100101011111101001111110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29614D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29614D; }

 p { color: rgb(41,97,77); }

 H1.HeaderClassName
 {
   color: #29614D;
 }
 .AnyTagClassName
 {
   color: #29614D;
 }
</style>
background-color css

<style>
 a { background-color: #29614D; }

 a { background-color: rgb(41,97,77); }

 div.DivClassName
 {
   background-color: #29614D;
 }
 .BgClassName
 {
   background-color: #29614D;
 }
</style>
border-color css

<style>
 span { border-color: #29614D; }

 span { border-color: rgb(41,97,77); }

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