#286D6C

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

Shades of Elm #286D6C

Tints of Elm #286D6C

Color information

#286D6C (or 0x286D6C) is unknown color: approx Elm. HEX triplet: 28, 6D and 6C. RGB value is (40,109,108). Sum of RGB (Red+Green+Blue) = 40+109+108=257 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.56% from 257); Green value is 109 (42.97% from 255 or 42.41% from 257); Blue value is 108 (42.58% from 255 or 42.02% from 257); Max value from RGB is 109 - color contains mainly: green. Hex color #286D6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #286D6C is #D79293. Grayscale: #585858. Windows color (decimal): -14127764 or 7105832. OLE color: 7105832.

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

Color convert

RGB40109108-
CMYK0.6300.010.57
HSL179.13º46.31%29.22%-
HSV(B)179.13º63.3%42.75%-
XYZ9.0512.4716.12-
YUV88.26139.1493.58-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.56%
GREEN value IS 109 (42.97% from 255) = 42.41%
BLUE value IS 108 (42.58% from 255) = 42.02%
R=15.56%
G=42.41%
B=42.02%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal401091080.6300.010.57179.1346.3129.22
Hex286D6C3F0139b32e1d
Octal501551547701712635635
Binary10100011011011101100111111011110011011001110111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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