#287867

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

Shades of Genoa #287867

Tints of Genoa #287867

Color information

#287867 (or 0x287867) is unknown color: approx Genoa. HEX triplet: 28, 78 and 67. RGB value is (40,120,103). Sum of RGB (Red+Green+Blue) = 40+120+103=263 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.21% from 263); Green value is 120 (47.27% from 255 or 45.63% from 263); Blue value is 103 (40.62% from 255 or 39.16% from 263); Max value from RGB is 120 - color contains mainly: green. Hex color #287867 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #287867 is #D78798. Grayscale: #5E5E5E. Windows color (decimal): -14124953 or 6780968. OLE color: 6780968.

HSL color Cylindrical-coordinate representation of color #287867: hue angle of 167.25º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #287867 is Cyan = 0.67, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.53.

Color convert

RGB40120103-
CMYK0.6700.140.53
HSL167.25º50%31.37%-
HSV(B)167.25º66.67%47.06%-
XYZ10.0414.8615.17-
YUV94.1413389.38-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.21%
GREEN value IS 120 (47.27% from 255) = 45.63%
BLUE value IS 103 (40.62% from 255) = 39.16%
R=15.21%
G=45.63%
B=39.16%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal401201030.6700.140.53167.255031.37
Hex287867430E35a7321f
Octal50170147103016652476237
Binary101000111100011001111000011011101101011010011111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #287867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #287867; }

 p { color: rgb(40,120,103); }

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

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

 a { background-color: rgb(40,120,103); }

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

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

 span { border-color: rgb(40,120,103); }

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