#287E66

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

Shades of Genoa #287E66

Tints of Genoa #287E66

Color information

#287E66 (or 0x287E66) is unknown color: approx Genoa. HEX triplet: 28, 7E and 66. RGB value is (40,126,102). Sum of RGB (Red+Green+Blue) = 40+126+102=268 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.93% from 268); Green value is 126 (49.61% from 255 or 47.01% from 268); Blue value is 102 (40.23% from 255 or 38.06% from 268); Max value from RGB is 126 - color contains mainly: green. Hex color #287E66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #287E66 is #D78199. Grayscale: #616161. Windows color (decimal): -14123418 or 6716968. OLE color: 6716968.

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

Color convert

RGB40126102-
CMYK0.6800.190.51
HSL163.26º51.81%32.55%-
HSV(B)163.26º68.25%49.41%-
XYZ10.7316.3315.16-
YUV97.55130.5186.95-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.93%
GREEN value IS 126 (49.61% from 255) = 47.01%
BLUE value IS 102 (40.23% from 255) = 38.06%
R=14.93%
G=47.01%
B=38.06%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal401261020.6800.190.51163.2651.8132.55
Hex287E664401333a33421
Octal50176146104023632436441
Binary10100011111101100110100010001001111001110100011110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #287E66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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