#287C68

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

Shades of Genoa #287C68

Tints of Genoa #287C68

Color information

#287C68 (or 0x287C68) is unknown color: approx Genoa. HEX triplet: 28, 7C and 68. RGB value is (40,124,104). Sum of RGB (Red+Green+Blue) = 40+124+104=268 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.93% from 268); Green value is 124 (48.83% from 255 or 46.27% from 268); Blue value is 104 (41.02% from 255 or 38.81% from 268); Max value from RGB is 124 - color contains mainly: green. Hex color #287C68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #287C68 is #D78397. Grayscale: #606060. Windows color (decimal): -14123928 or 6847528. OLE color: 6847528.

HSL color Cylindrical-coordinate representation of color #287C68: hue angle of 165.71º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #287C68 is Cyan = 0.68, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.51.

Color convert

RGB40124104-
CMYK0.6800.160.51
HSL165.71º51.22%32.16%-
HSV(B)165.71º67.74%48.63%-
XYZ10.5815.8715.6-
YUV96.6132.1787.63-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.93%
GREEN value IS 124 (48.83% from 255) = 46.27%
BLUE value IS 104 (41.02% from 255) = 38.81%
R=14.93%
G=46.27%
B=38.81%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal401241040.6800.160.51165.7151.2232.16
Hex287C684401033a63320
Octal50174150104020632466340
Binary10100011111001101000100010001000011001110100110110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #287C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #287C68; }

 p { color: rgb(40,124,104); }

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

<style>
 a { background-color: #287C68; }

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

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

<style>
 span { border-color: #287C68; }

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

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