#287C6C

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

Shades of Genoa #287C6C

Tints of Genoa #287C6C

Color information

#287C6C (or 0x287C6C) is unknown color: approx Genoa. HEX triplet: 28, 7C and 6C. RGB value is (40,124,108). Sum of RGB (Red+Green+Blue) = 40+124+108=272 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.71% from 272); Green value is 124 (48.83% from 255 or 45.59% from 272); Blue value is 108 (42.58% from 255 or 39.71% from 272); Max value from RGB is 124 - color contains mainly: green. Hex color #287C6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #287C6C is #D78393. Grayscale: #616161. Windows color (decimal): -14123924 or 7109672. OLE color: 7109672.

HSL color Cylindrical-coordinate representation of color #287C6C: hue angle of 168.57º 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 #287C6C is Cyan = 0.68, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.51.

Color convert

RGB40124108-
CMYK0.6800.130.51
HSL168.57º51.22%32.16%-
HSV(B)168.57º67.74%48.63%-
XYZ10.7915.9516.7-
YUV97.06134.1787.3-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.71%
GREEN value IS 124 (48.83% from 255) = 45.59%
BLUE value IS 108 (42.58% from 255) = 39.71%
R=14.71%
G=45.59%
B=39.71%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal401241080.6800.130.51168.5751.2232.16
Hex287C6C440D33a93320
Octal50174154104015632516340
Binary1010001111100110110010001000110111001110101001110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #287C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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