#286B65

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

Shades of Genoa #286B65

Tints of Genoa #286B65

Color information

#286B65 (or 0x286B65) is unknown color: approx Genoa. HEX triplet: 28, 6B and 65. RGB value is (40,107,101). Sum of RGB (Red+Green+Blue) = 40+107+101=248 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.13% from 248); Green value is 107 (42.19% from 255 or 43.15% from 248); Blue value is 101 (39.84% from 255 or 40.73% from 248); Max value from RGB is 107 - color contains mainly: green. Hex color #286B65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #286B65 is #D7949A. Grayscale: #565656. Windows color (decimal): -14128283 or 6646568. OLE color: 6646568.

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

Color convert

RGB40107101-
CMYK0.6300.060.58
HSL174.63º45.58%28.82%-
HSV(B)174.63º62.62%41.96%-
XYZ8.4811.9114.16-
YUV86.28136.394.99-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.13%
GREEN value IS 107 (42.19% from 255) = 43.15%
BLUE value IS 101 (39.84% from 255) = 40.73%
R=16.13%
G=43.15%
B=40.73%

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
Decimal401071010.6300.060.58174.6345.5828.82
Hex286B653F063Aaf2e1d
Octal501531457706722575635
Binary1010001101011110010111111101101110101010111110111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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