#287A66

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

Shades of Genoa #287A66

Tints of Genoa #287A66

Color information

#287A66 (or 0x287A66) is unknown color: approx Genoa. HEX triplet: 28, 7A and 66. RGB value is (40,122,102). Sum of RGB (Red+Green+Blue) = 40+122+102=264 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.15% from 264); Green value is 122 (48.05% from 255 or 46.21% from 264); Blue value is 102 (40.23% from 255 or 38.64% from 264); Max value from RGB is 122 - color contains mainly: green. Hex color #287A66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #287A66 is #D78599. Grayscale: #5F5F5F. Windows color (decimal): -14124442 or 6715944. OLE color: 6715944.

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

Color convert

RGB40122102-
CMYK0.6700.160.52
HSL165.37º50.62%31.76%-
HSV(B)165.37º67.21%47.84%-
XYZ10.2315.3314.99-
YUV95.2131.8388.63-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.15%
GREEN value IS 122 (48.05% from 255) = 46.21%
BLUE value IS 102 (40.23% from 255) = 38.64%
R=15.15%
G=46.21%
B=38.64%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal401221020.6700.160.52165.3750.6231.76
Hex287A664301034a53320
Octal50172146103020642456340
Binary10100011110101100110100001101000011010010100101110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #287A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,122,102); }

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

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

 a { background-color: rgb(40,122,102); }

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

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

 span { border-color: rgb(40,122,102); }

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