#296150

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

Shades of Evening Sea #296150

Tints of Evening Sea #296150

Color information

#296150 (or 0x296150) is unknown color: approx Evening Sea. HEX triplet: 29, 61 and 50. RGB value is (41,97,80). Sum of RGB (Red+Green+Blue) = 41+97+80=218 (28% of max value = 765). Red value is 41 (16.41% from 255 or 18.81% from 218); Green value is 97 (38.28% from 255 or 44.50% from 218); Blue value is 80 (31.64% from 255 or 36.70% from 218); Max value from RGB is 97 - color contains mainly: green. Hex color #296150 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296150 is #D69EAF. Grayscale: #4E4E4E. Windows color (decimal): -14065328 or 5267753. OLE color: 5267753.

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

Color convert

RGB419780-
CMYK0.5800.180.62
HSL161.79º40.58%27.06%-
HSV(B)161.79º57.73%38.04%-
XYZ6.649.69.09-
YUV78.32128.95101.38-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.81%
GREEN value IS 97 (38.28% from 255) = 44.50%
BLUE value IS 80 (31.64% from 255) = 36.70%
R=18.81%
G=44.50%
B=36.70%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4197800.5800.180.62161.7940.5827.06
Hex2961503A0123Ea2291b
Octal5114112072022762425133
Binary101001110000110100001110100100101111101010001010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296150; }

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

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

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

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

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

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

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

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