#28664F

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

Shades of Evening Sea #28664F

Tints of Evening Sea #28664F

Color information

#28664F (or 0x28664F) is unknown color: approx Evening Sea. HEX triplet: 28, 66 and 4F. RGB value is (40,102,79). Sum of RGB (Red+Green+Blue) = 40+102+79=221 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.10% from 221); Green value is 102 (40.23% from 255 or 46.15% from 221); Blue value is 79 (31.25% from 255 or 35.75% from 221); Max value from RGB is 102 - color contains mainly: green. Hex color #28664F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28664F is #D799B0. Grayscale: #505050. Windows color (decimal): -14129585 or 5203496. OLE color: 5203496.

HSL color Cylindrical-coordinate representation of color #28664F: hue angle of 157.74º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #28664F is Cyan = 0.61, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.6.

Color convert

RGB4010279-
CMYK0.6100.230.6
HSL157.74º43.66%27.84%-
HSV(B)157.74º60.78%40%-
XYZ7.0410.529.06-
YUV80.84126.9698.87-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.10%
GREEN value IS 102 (40.23% from 255) = 46.15%
BLUE value IS 79 (31.25% from 255) = 35.75%
R=18.10%
G=46.15%
B=35.75%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal40102790.6100.230.6157.7443.6627.84
Hex28664F3D0173C9e2c1c
Octal5014611775027742365434
Binary101000110011010011111111010101111111001001111010110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28664F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28664F; }

 p { color: rgb(40,102,79); }

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

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

 a { background-color: rgb(40,102,79); }

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

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

 span { border-color: rgb(40,102,79); }

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