#287A6A

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

Shades of Genoa #287A6A

Tints of Genoa #287A6A

Color information

#287A6A (or 0x287A6A) is unknown color: approx Genoa. HEX triplet: 28, 7A and 6A. RGB value is (40,122,106). Sum of RGB (Red+Green+Blue) = 40+122+106=268 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.93% from 268); Green value is 122 (48.05% from 255 or 45.52% from 268); Blue value is 106 (41.80% from 255 or 39.55% from 268); Max value from RGB is 122 - color contains mainly: green. Hex color #287A6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #287A6A is #D78595. Grayscale: #5F5F5F. Windows color (decimal): -14124438 or 6978088. OLE color: 6978088.

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

Color convert

RGB40122106-
CMYK0.6700.130.52
HSL168.29º50.62%31.76%-
HSV(B)168.29º67.21%47.84%-
XYZ10.4415.4116.06-
YUV95.66133.8388.3-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.93%
GREEN value IS 122 (48.05% from 255) = 45.52%
BLUE value IS 106 (41.80% from 255) = 39.55%
R=14.93%
G=45.52%
B=39.55%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal401221060.6700.130.52168.2950.6231.76
Hex287A6A430D34a83320
Octal50172152103015642506340
Binary1010001111010110101010000110110111010010101000110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #287A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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