#28614A

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

Shades of Evening Sea #28614A

Tints of Evening Sea #28614A

Color information

#28614A (or 0x28614A) is unknown color: approx Evening Sea. HEX triplet: 28, 61 and 4A. RGB value is (40,97,74). Sum of RGB (Red+Green+Blue) = 40+97+74=211 (27% of max value = 765). Red value is 40 (16.02% from 255 or 18.96% from 211); Green value is 97 (38.28% from 255 or 45.97% from 211); Blue value is 74 (29.30% from 255 or 35.07% from 211); Max value from RGB is 97 - color contains mainly: green. Hex color #28614A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28614A is #D79EB5. Grayscale: #4D4D4D. Windows color (decimal): -14130870 or 4874536. OLE color: 4874536.

HSL color Cylindrical-coordinate representation of color #28614A: hue angle of 155.79º 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 #28614A is Cyan = 0.59, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.62.

Color convert

RGB409774-
CMYK0.5900.240.62
HSL155.79º41.61%26.86%-
HSV(B)155.79º58.76%38.04%-
XYZ6.399.497.97-
YUV77.34126.12101.37-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.96%
GREEN value IS 97 (38.28% from 255) = 45.97%
BLUE value IS 74 (29.30% from 255) = 35.07%
R=18.96%
G=45.97%
B=35.07%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4097740.5900.240.62155.7941.6126.86
Hex28614A3B0183E9c2a1b
Octal5014111273030762345233
Binary101000110000110010101110110110001111101001110010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28614A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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