#29614E

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

Shades of Evening Sea #29614E

Tints of Evening Sea #29614E

Color information

#29614E (or 0x29614E) is unknown color: approx Evening Sea. HEX triplet: 29, 61 and 4E. RGB value is (41,97,78). Sum of RGB (Red+Green+Blue) = 41+97+78=216 (28% of max value = 765). Red value is 41 (16.41% from 255 or 18.98% from 216); Green value is 97 (38.28% from 255 or 44.91% from 216); Blue value is 78 (30.86% from 255 or 36.11% from 216); Max value from RGB is 97 - color contains mainly: green. Hex color #29614E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29614E is #D69EB1. Grayscale: #4E4E4E. Windows color (decimal): -14065330 or 5136681. OLE color: 5136681.

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

Color convert

RGB419778-
CMYK0.5800.200.62
HSL159.64º40.58%27.06%-
HSV(B)159.64º57.73%38.04%-
XYZ6.569.578.71-
YUV78.09127.95101.54-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.98%
GREEN value IS 97 (38.28% from 255) = 44.91%
BLUE value IS 78 (30.86% from 255) = 36.11%
R=18.98%
G=44.91%
B=36.11%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4197780.5800.200.62159.6440.5827.06
Hex29614E3A0143Ea0291b
Octal5114111672024762405133
Binary101001110000110011101110100101001111101010000010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29614E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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