#287B69

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

Shades of Genoa #287B69

Tints of Genoa #287B69

Color information

#287B69 (or 0x287B69) is unknown color: approx Genoa. HEX triplet: 28, 7B and 69. RGB value is (40,123,105). Sum of RGB (Red+Green+Blue) = 40+123+105=268 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.93% from 268); Green value is 123 (48.44% from 255 or 45.90% from 268); Blue value is 105 (41.41% from 255 or 39.18% from 268); Max value from RGB is 123 - color contains mainly: green. Hex color #287B69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #287B69 is #D78496. Grayscale: #606060. Windows color (decimal): -14124183 or 6912808. OLE color: 6912808.

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

Color convert

RGB40123105-
CMYK0.6700.150.52
HSL166.99º50.92%31.96%-
HSV(B)166.99º67.48%48.24%-
XYZ10.5115.6415.83-
YUV96.1313387.96-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.93%
GREEN value IS 123 (48.44% from 255) = 45.90%
BLUE value IS 105 (41.41% from 255) = 39.18%
R=14.93%
G=45.90%
B=39.18%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal401231050.6700.150.52166.9950.9231.96
Hex287B69430F34a73320
Octal50173151103017642476340
Binary1010001111011110100110000110111111010010100111110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #287B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,123,105); }

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

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

 a { background-color: rgb(40,123,105); }

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

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

 span { border-color: rgb(40,123,105); }

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