#287A6D

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

Shades of Genoa #287A6D

Tints of Genoa #287A6D

Color information

#287A6D (or 0x287A6D) is unknown color: approx Genoa. HEX triplet: 28, 7A and 6D. RGB value is (40,122,109). Sum of RGB (Red+Green+Blue) = 40+122+109=271 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.76% from 271); Green value is 122 (48.05% from 255 or 45.02% from 271); Blue value is 109 (42.97% from 255 or 40.22% from 271); Max value from RGB is 122 - color contains mainly: green. Hex color #287A6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #287A6D is #D78592. Grayscale: #5F5F5F. Windows color (decimal): -14124435 or 7174696. OLE color: 7174696.

HSL color Cylindrical-coordinate representation of color #287A6D: hue angle of 170.49º 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 #287A6D is Cyan = 0.67, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.52.

Color convert

RGB40122109-
CMYK0.6700.110.52
HSL170.49º50.62%31.76%-
HSV(B)170.49º67.21%47.84%-
XYZ10.5915.4716.9-
YUV96135.3388.06-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.76%
GREEN value IS 122 (48.05% from 255) = 45.02%
BLUE value IS 109 (42.97% from 255) = 40.22%
R=14.76%
G=45.02%
B=40.22%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal401221090.6700.110.52170.4950.6231.76
Hex287A6D430B34aa3320
Octal50172155103013642526340
Binary1010001111010110110110000110101111010010101010110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #287A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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