#286B4F

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

Shades of Evening Sea #286B4F

Tints of Evening Sea #286B4F

Color information

#286B4F (or 0x286B4F) is unknown color: approx Evening Sea. HEX triplet: 28, 6B and 4F. RGB value is (40,107,79). Sum of RGB (Red+Green+Blue) = 40+107+79=226 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.70% from 226); Green value is 107 (42.19% from 255 or 47.35% from 226); Blue value is 79 (31.25% from 255 or 34.96% from 226); Max value from RGB is 107 - color contains mainly: green. Hex color #286B4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #286B4F is #D794B0. Grayscale: #535353. Windows color (decimal): -14128305 or 5204776. OLE color: 5204776.

HSL color Cylindrical-coordinate representation of color #286B4F: hue angle of 154.93º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #286B4F is Cyan = 0.63, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.58.

Color convert

RGB4010779-
CMYK0.6300.260.58
HSL154.93º45.58%28.82%-
HSV(B)154.93º62.62%41.96%-
XYZ7.5411.539.23-
YUV83.78125.396.78-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.70%
GREEN value IS 107 (42.19% from 255) = 47.35%
BLUE value IS 79 (31.25% from 255) = 34.96%
R=17.70%
G=47.35%
B=34.96%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal40107790.6300.260.58154.9345.5828.82
Hex286B4F3F01A3A9b2e1d
Octal5015311777032722335635
Binary101000110101110011111111110110101110101001101110111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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