#287E6A

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

Shades of Genoa #287E6A

Tints of Genoa #287E6A

Color information

#287E6A (or 0x287E6A) is unknown color: approx Genoa. HEX triplet: 28, 7E and 6A. RGB value is (40,126,106). Sum of RGB (Red+Green+Blue) = 40+126+106=272 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.71% from 272); Green value is 126 (49.61% from 255 or 46.32% from 272); Blue value is 106 (41.80% from 255 or 38.97% from 272); Max value from RGB is 126 - color contains mainly: green. Hex color #287E6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #287E6A is #D78195. Grayscale: #616161. Windows color (decimal): -14123414 or 6979112. OLE color: 6979112.

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

Color convert

RGB40126106-
CMYK0.6800.160.51
HSL166.05º51.81%32.55%-
HSV(B)166.05º68.25%49.41%-
XYZ10.9416.4116.23-
YUV98.01132.5186.63-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.71%
GREEN value IS 126 (49.61% from 255) = 46.32%
BLUE value IS 106 (41.80% from 255) = 38.97%
R=14.71%
G=46.32%
B=38.97%

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
Decimal401261060.6800.160.51166.0551.8132.55
Hex287E6A4401033a63421
Octal50176152104020632466441
Binary10100011111101101010100010001000011001110100110110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #287E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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