#286B6C

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

Shades of Elm #286B6C

Tints of Elm #286B6C

Color information

#286B6C (or 0x286B6C) is unknown color: approx Elm. HEX triplet: 28, 6B and 6C. RGB value is (40,107,108). Sum of RGB (Red+Green+Blue) = 40+107+108=255 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.69% from 255); Green value is 107 (42.19% from 255 or 41.96% from 255); Blue value is 108 (42.58% from 255 or 42.35% from 255); Max value from RGB is 108 - color contains mainly: blue. Hex color #286B6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #286B6C is #D79493. Grayscale: #575757. Windows color (decimal): -14128276 or 7105320. OLE color: 7105320.

HSL color Cylindrical-coordinate representation of color #286B6C: hue angle of 180.88º 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 #286B6C is Cyan = 0.63, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB40107108-
CMYK0.630.0100.58
HSL180.88º45.95%29.02%-
HSV(B)180.88º62.96%42.35%-
XYZ8.8412.0516.05-
YUV87.08139.894.42-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.69%
GREEN value IS 107 (42.19% from 255) = 41.96%
BLUE value IS 108 (42.58% from 255) = 42.35%
R=15.69%
G=41.96%
B=42.35%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal401071080.630.0100.58180.8845.9529.02
Hex286B6C3F103Ab52e1d
Octal501531547710722655635
Binary10100011010111101100111111101110101011010110111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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