#287869

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

Shades of Genoa #287869

Tints of Genoa #287869

Color information

#287869 (or 0x287869) is unknown color: approx Genoa. HEX triplet: 28, 78 and 69. RGB value is (40,120,105). Sum of RGB (Red+Green+Blue) = 40+120+105=265 (35% of max value = 765). Red value is 40 (16.02% from 255 or 15.09% from 265); Green value is 120 (47.27% from 255 or 45.28% from 265); Blue value is 105 (41.41% from 255 or 39.62% from 265); Max value from RGB is 120 - color contains mainly: green. Hex color #287869 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #287869 is #D78796. Grayscale: #5E5E5E. Windows color (decimal): -14124951 or 6912040. OLE color: 6912040.

HSL color Cylindrical-coordinate representation of color #287869: hue angle of 168.75º 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 #287869 is Cyan = 0.67, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB40120105-
CMYK0.6700.130.53
HSL168.75º50%31.37%-
HSV(B)168.75º66.67%47.06%-
XYZ10.1414.915.71-
YUV94.3713489.22-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.09%
GREEN value IS 120 (47.27% from 255) = 45.28%
BLUE value IS 105 (41.41% from 255) = 39.62%
R=15.09%
G=45.28%
B=39.62%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal401201050.6700.130.53168.755031.37
Hex287869430D35a9321f
Octal50170151103015652516237
Binary101000111100011010011000011011011101011010100111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #287869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #287869; }

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

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

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

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

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

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

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

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