#287265

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

Shades of Genoa #287265

Tints of Genoa #287265

Color information

#287265 (or 0x287265) is unknown color: approx Genoa. HEX triplet: 28, 72 and 65. RGB value is (40,114,101). Sum of RGB (Red+Green+Blue) = 40+114+101=255 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.69% from 255); Green value is 114 (44.92% from 255 or 44.71% from 255); Blue value is 101 (39.84% from 255 or 39.61% from 255); Max value from RGB is 114 - color contains mainly: green. Hex color #287265 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #287265 is #D78D9A. Grayscale: #5A5A5A. Windows color (decimal): -14126491 or 6648360. OLE color: 6648360.

HSL color Cylindrical-coordinate representation of color #287265: hue angle of 169.46º 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 #287265 is Cyan = 0.65, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.55.

Color convert

RGB40114101-
CMYK0.6500.110.55
HSL169.46º48.05%30.2%-
HSV(B)169.46º64.91%44.71%-
XYZ9.2413.4314.42-
YUV90.39133.9892.06-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.69%
GREEN value IS 114 (44.92% from 255) = 44.71%
BLUE value IS 101 (39.84% from 255) = 39.61%
R=15.69%
G=44.71%
B=39.61%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal401141010.6500.110.55169.4648.0530.2
Hex287265410B37a9301e
Octal50162145101013672516036
Binary101000111001011001011000001010111101111010100111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #287265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #287265; }

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

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

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

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

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

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

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

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