#286A6B

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

Shades of Elm #286A6B

Tints of Elm #286A6B

Color information

#286A6B (or 0x286A6B) is unknown color: approx Elm. HEX triplet: 28, 6A and 6B. RGB value is (40,106,107). Sum of RGB (Red+Green+Blue) = 40+106+107=253 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.81% from 253); Green value is 106 (41.80% from 255 or 41.90% from 253); Blue value is 107 (42.19% from 255 or 42.29% from 253); Max value from RGB is 107 - color contains mainly: blue. Hex color #286A6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #286A6B is #D79594. Grayscale: #565656. Windows color (decimal): -14128533 or 7039528. OLE color: 7039528.

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

Color convert

RGB40106107-
CMYK0.630.0100.58
HSL180.9º45.58%28.82%-
HSV(B)180.9º62.62%41.96%-
XYZ8.6811.8215.73-
YUV86.38139.6394.92-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.81%
GREEN value IS 106 (41.80% from 255) = 41.90%
BLUE value IS 107 (42.19% from 255) = 42.29%
R=15.81%
G=41.90%
B=42.29%

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
Decimal401061070.630.0100.58180.945.5828.82
Hex286A6B3F103Ab52e1d
Octal501521537710722655635
Binary10100011010101101011111111101110101011010110111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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