#287269

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

Shades of Genoa #287269

Tints of Genoa #287269

Color information

#287269 (or 0x287269) is unknown color: approx Genoa. HEX triplet: 28, 72 and 69. RGB value is (40,114,105). Sum of RGB (Red+Green+Blue) = 40+114+105=259 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.44% from 259); Green value is 114 (44.92% from 255 or 44.02% from 259); Blue value is 105 (41.41% from 255 or 40.54% from 259); Max value from RGB is 114 - color contains mainly: green. Hex color #287269 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #287269 is #D78D96. Grayscale: #5A5A5A. Windows color (decimal): -14126487 or 6910504. OLE color: 6910504.

HSL color Cylindrical-coordinate representation of color #287269: hue angle of 172.7º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #287269 is Cyan = 0.65, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.55.

Color convert

RGB40114105-
CMYK0.6500.080.55
HSL172.7º48.05%30.2%-
HSV(B)172.7º64.91%44.71%-
XYZ9.4413.5115.47-
YUV90.85135.9891.73-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.44%
GREEN value IS 114 (44.92% from 255) = 44.02%
BLUE value IS 105 (41.41% from 255) = 40.54%
R=15.44%
G=44.02%
B=40.54%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal401141050.6500.080.55172.748.0530.2
Hex287269410837ad301e
Octal50162151101010672556036
Binary101000111001011010011000001010001101111010110111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #287269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #287269; }

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

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

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

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

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

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

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

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