#286C65

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

Shades of Genoa #286C65

Tints of Genoa #286C65

Color information

#286C65 (or 0x286C65) is unknown color: approx Genoa. HEX triplet: 28, 6C and 65. RGB value is (40,108,101). Sum of RGB (Red+Green+Blue) = 40+108+101=249 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.06% from 249); Green value is 108 (42.58% from 255 or 43.37% from 249); Blue value is 101 (39.84% from 255 or 40.56% from 249); Max value from RGB is 108 - color contains mainly: green. Hex color #286C65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #286C65 is #D7939A. Grayscale: #565656. Windows color (decimal): -14128027 or 6646824. OLE color: 6646824.

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

Color convert

RGB40108101-
CMYK0.6300.060.58
HSL173.82º45.95%29.02%-
HSV(B)173.82º62.96%42.35%-
XYZ8.5912.1214.2-
YUV86.87135.9794.57-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.06%
GREEN value IS 108 (42.58% from 255) = 43.37%
BLUE value IS 101 (39.84% from 255) = 40.56%
R=16.06%
G=43.37%
B=40.56%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal401081010.6300.060.58173.8245.9529.02
Hex286C653F063Aae2e1d
Octal501541457706722565635
Binary1010001101100110010111111101101110101010111010111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286C65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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