#287066

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

Shades of Genoa #287066

Tints of Genoa #287066

Color information

#287066 (or 0x287066) is unknown color: approx Genoa. HEX triplet: 28, 70 and 66. RGB value is (40,112,102). Sum of RGB (Red+Green+Blue) = 40+112+102=254 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.75% from 254); Green value is 112 (44.14% from 255 or 44.09% from 254); Blue value is 102 (40.23% from 255 or 40.16% from 254); Max value from RGB is 112 - color contains mainly: green. Hex color #287066 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #287066 is #D78F99. Grayscale: #595959. Windows color (decimal): -14127002 or 6713384. OLE color: 6713384.

HSL color Cylindrical-coordinate representation of color #287066: hue angle of 171.67º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #287066 is Cyan = 0.64, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.56.

Color convert

RGB40112102-
CMYK0.6400.090.56
HSL171.67º47.37%29.8%-
HSV(B)171.67º64.29%43.92%-
XYZ9.071314.6-
YUV89.33135.1592.81-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.75%
GREEN value IS 112 (44.14% from 255) = 44.09%
BLUE value IS 102 (40.23% from 255) = 40.16%
R=15.75%
G=44.09%
B=40.16%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal401121020.6400.090.56171.6747.3729.8
Hex287066400938ac2f1e
Octal50160146100011702545736
Binary101000111000011001101000000010011110001010110010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #287066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #287066; }

 p { color: rgb(40,112,102); }

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

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

 a { background-color: rgb(40,112,102); }

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

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

 span { border-color: rgb(40,112,102); }

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