#287262

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

Shades of Genoa #287262

Tints of Genoa #287262

Color information

#287262 (or 0x287262) is unknown color: approx Genoa. HEX triplet: 28, 72 and 62. RGB value is (40,114,98). Sum of RGB (Red+Green+Blue) = 40+114+98=252 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.87% from 252); Green value is 114 (44.92% from 255 or 45.24% from 252); Blue value is 98 (38.67% from 255 or 38.89% from 252); Max value from RGB is 114 - color contains mainly: green. Hex color #287262 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #287262 is #D78D9D. Grayscale: #5A5A5A. Windows color (decimal): -14126494 or 6451752. OLE color: 6451752.

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

Color convert

RGB4011498-
CMYK0.6500.140.55
HSL167.03º48.05%30.2%-
HSV(B)167.03º64.91%44.71%-
XYZ9.113.3713.66-
YUV90.05132.4892.3-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.87%
GREEN value IS 114 (44.92% from 255) = 45.24%
BLUE value IS 98 (38.67% from 255) = 38.89%
R=15.87%
G=45.24%
B=38.89%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal40114980.6500.140.55167.0348.0530.2
Hex287262410E37a7301e
Octal50162142101016672476036
Binary101000111001011000101000001011101101111010011111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #287262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #287262; }

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

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

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

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

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

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

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

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