#286B64

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

Shades of Genoa #286B64

Tints of Genoa #286B64

Color information

#286B64 (or 0x286B64) is unknown color: approx Genoa. HEX triplet: 28, 6B and 64. RGB value is (40,107,100). Sum of RGB (Red+Green+Blue) = 40+107+100=247 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.19% from 247); Green value is 107 (42.19% from 255 or 43.32% from 247); Blue value is 100 (39.45% from 255 or 40.49% from 247); Max value from RGB is 107 - color contains mainly: green. Hex color #286B64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #286B64 is #D7949B. Grayscale: #565656. Windows color (decimal): -14128284 or 6581032. OLE color: 6581032.

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

Color convert

RGB40107100-
CMYK0.6300.070.58
HSL173.73º45.58%28.82%-
HSV(B)173.73º62.62%41.96%-
XYZ8.4311.8913.91-
YUV86.17135.895.07-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.19%
GREEN value IS 107 (42.19% from 255) = 43.32%
BLUE value IS 100 (39.45% from 255) = 40.49%
R=16.19%
G=43.32%
B=40.49%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal401071000.6300.070.58173.7345.5828.82
Hex286B643F073Aae2e1d
Octal501531447707722565635
Binary1010001101011110010011111101111110101010111010111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286B64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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