#296350

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

Shades of Evening Sea #296350

Tints of Evening Sea #296350

Color information

#296350 (or 0x296350) is unknown color: approx Evening Sea. HEX triplet: 29, 63 and 50. RGB value is (41,99,80). Sum of RGB (Red+Green+Blue) = 41+99+80=220 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.64% from 220); Green value is 99 (39.06% from 255 or 45% from 220); Blue value is 80 (31.64% from 255 or 36.36% from 220); Max value from RGB is 99 - color contains mainly: green. Hex color #296350 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296350 is #D69CAF. Grayscale: #4F4F4F. Windows color (decimal): -14064816 or 5268265. OLE color: 5268265.

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

Color convert

RGB419980-
CMYK0.5900.190.61
HSL160.34º41.43%27.45%-
HSV(B)160.34º58.59%38.82%-
XYZ6.829.979.15-
YUV79.49128.28100.54-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.64%
GREEN value IS 99 (39.06% from 255) = 45%
BLUE value IS 80 (31.64% from 255) = 36.36%
R=18.64%
G=45%
B=36.36%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4199800.5900.190.61160.3441.4327.45
Hex2963503B0133Da0291b
Octal5114312073023752405133
Binary101001110001110100001110110100111111011010000010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296350; }

 p { color: rgb(41,99,80); }

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

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

 a { background-color: rgb(41,99,80); }

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

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

 span { border-color: rgb(41,99,80); }

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