#286E50

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

Shades of Evening Sea #286E50

Tints of Evening Sea #286E50

Color information

#286E50 (or 0x286E50) is unknown color: approx Evening Sea. HEX triplet: 28, 6E and 50. RGB value is (40,110,80). Sum of RGB (Red+Green+Blue) = 40+110+80=230 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.39% from 230); Green value is 110 (43.36% from 255 or 47.83% from 230); Blue value is 80 (31.64% from 255 or 34.78% from 230); Max value from RGB is 110 - color contains mainly: green. Hex color #286E50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #286E50 is #D791AF. Grayscale: #555555. Windows color (decimal): -14127536 or 5271080. OLE color: 5271080.

HSL color Cylindrical-coordinate representation of color #286E50: hue angle of 154.29º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #286E50 is Cyan = 0.64, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.57.

Color convert

RGB4011080-
CMYK0.6400.270.57
HSL154.29º46.67%29.41%-
HSV(B)154.29º63.64%43.14%-
XYZ7.912.189.52-
YUV85.65124.8195.44-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.39%
GREEN value IS 110 (43.36% from 255) = 47.83%
BLUE value IS 80 (31.64% from 255) = 34.78%
R=17.39%
G=47.83%
B=34.78%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal40110800.6400.270.57154.2946.6729.41
Hex286E504001B399a2f1d
Octal50156120100033712325735
Binary1010001101110101000010000000110111110011001101010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #286E50; }

 p { color: rgb(40,110,80); }

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

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

 a { background-color: rgb(40,110,80); }

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

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

 span { border-color: rgb(40,110,80); }

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