#28614B

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

Shades of Evening Sea #28614B

Tints of Evening Sea #28614B

Color information

#28614B (or 0x28614B) is unknown color: approx Evening Sea. HEX triplet: 28, 61 and 4B. RGB value is (40,97,75). Sum of RGB (Red+Green+Blue) = 40+97+75=212 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.87% from 212); Green value is 97 (38.28% from 255 or 45.75% from 212); Blue value is 75 (29.69% from 255 or 35.38% from 212); Max value from RGB is 97 - color contains mainly: green. Hex color #28614B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28614B is #D79EB4. Grayscale: #4D4D4D. Windows color (decimal): -14130869 or 4940072. OLE color: 4940072.

HSL color Cylindrical-coordinate representation of color #28614B: hue angle of 156.84º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #28614B is Cyan = 0.59, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.62.

Color convert

RGB409775-
CMYK0.5900.230.62
HSL156.84º41.61%26.86%-
HSV(B)156.84º58.76%38.04%-
XYZ6.429.518.15-
YUV77.45126.62101.29-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.87%
GREEN value IS 97 (38.28% from 255) = 45.75%
BLUE value IS 75 (29.69% from 255) = 35.38%
R=18.87%
G=45.75%
B=35.38%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4097750.5900.230.62156.8441.6126.86
Hex28614B3B0173E9d2a1b
Octal5014111373027762355233
Binary101000110000110010111110110101111111101001110110101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28614B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28614B; }

 p { color: rgb(40,97,75); }

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

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

 a { background-color: rgb(40,97,75); }

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

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

 span { border-color: rgb(40,97,75); }

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