#296754

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

Shades of Evening Sea #296754

Tints of Evening Sea #296754

Color information

#296754 (or 0x296754) is unknown color: approx Evening Sea. HEX triplet: 29, 67 and 54. RGB value is (41,103,84). Sum of RGB (Red+Green+Blue) = 41+103+84=228 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.98% from 228); Green value is 103 (40.62% from 255 or 45.18% from 228); Blue value is 84 (33.20% from 255 or 36.84% from 228); Max value from RGB is 103 - color contains mainly: green. Hex color #296754 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296754 is #D698AB. Grayscale: #525252. Windows color (decimal): -14063788 or 5531433. OLE color: 5531433.

HSL color Cylindrical-coordinate representation of color #296754: hue angle of 161.61º 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 #296754 is Cyan = 0.60, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.60.

Color convert

RGB4110384-
CMYK0.6000.180.60
HSL161.61º43.06%28.24%-
HSV(B)161.61º60.19%40.39%-
XYZ7.3610.8110.09-
YUV82.3128.9698.54-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.98%
GREEN value IS 103 (40.62% from 255) = 45.18%
BLUE value IS 84 (33.20% from 255) = 36.84%
R=17.98%
G=45.18%
B=36.84%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal41103840.6000.180.60161.6143.0628.24
Hex2967543C0123Ca22b1c
Octal5114712474022742425334
Binary101001110011110101001111000100101111001010001010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296754; }

 p { color: rgb(41,103,84); }

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

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

 a { background-color: rgb(41,103,84); }

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

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

 span { border-color: rgb(41,103,84); }

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