#296954

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

Shades of Evening Sea #296954

Tints of Evening Sea #296954

Color information

#296954 (or 0x296954) is unknown color: approx Evening Sea. HEX triplet: 29, 69 and 54. RGB value is (41,105,84). Sum of RGB (Red+Green+Blue) = 41+105+84=230 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.83% from 230); Green value is 105 (41.41% from 255 or 45.65% from 230); Blue value is 84 (33.20% from 255 or 36.52% from 230); Max value from RGB is 105 - color contains mainly: green. Hex color #296954 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296954 is #D696AB. Grayscale: #535353. Windows color (decimal): -14063276 or 5531945. OLE color: 5531945.

HSL color Cylindrical-coordinate representation of color #296954: hue angle of 160.31º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #296954 is Cyan = 0.61, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.59.

Color convert

RGB4110584-
CMYK0.6100.200.59
HSL160.31º43.84%28.63%-
HSV(B)160.31º60.95%41.18%-
XYZ7.5711.2110.15-
YUV83.47128.397.71-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.83%
GREEN value IS 105 (41.41% from 255) = 45.65%
BLUE value IS 84 (33.20% from 255) = 36.52%
R=17.83%
G=45.65%
B=36.52%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal41105840.6100.200.59160.3143.8428.63
Hex2969543D0143Ba02c1d
Octal5115112475024732405435
Binary101001110100110101001111010101001110111010000010110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296954; }

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

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

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

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

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

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

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

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