#286D6D

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

Shades of Elm #286D6D

Tints of Elm #286D6D

Color information

#286D6D (or 0x286D6D) is unknown color: approx Elm. HEX triplet: 28, 6D and 6D. RGB value is (40,109,109). Sum of RGB (Red+Green+Blue) = 40+109+109=258 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.50% from 258); Green value is 109 (42.97% from 255 or 42.25% from 258); Blue value is 109 (42.97% from 255 or 42.25% from 258); Max value from RGB is 109 - color contains mainly: green, blue. Hex color #286D6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #286D6D is #D79292. Grayscale: #585858. Windows color (decimal): -14127763 or 7171368. OLE color: 7171368.

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

Color convert

RGB40109109-
CMYK0.63000.57
HSL180º46.31%29.22%-
HSV(B)180º63.3%42.75%-
XYZ9.112.4916.4-
YUV88.37139.6493.5-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.50%
GREEN value IS 109 (42.97% from 255) = 42.25%
BLUE value IS 109 (42.97% from 255) = 42.25%
R=15.50%
G=42.25%
B=42.25%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal401091090.63000.5718046.3129.22
Hex286D6D3F0039b42e1d
Octal501551557700712645635
Binary10100011011011101101111111001110011011010010111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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