#288572

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

Shades of Genoa #288572

Tints of Genoa #288572

Color information

#288572 (or 0x288572) is unknown color: approx Genoa. HEX triplet: 28, 85 and 72. RGB value is (40,133,114). Sum of RGB (Red+Green+Blue) = 40+133+114=287 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.94% from 287); Green value is 133 (52.34% from 255 or 46.34% from 287); Blue value is 114 (44.92% from 255 or 39.72% from 287); Max value from RGB is 133 - color contains mainly: green. Hex color #288572 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288572 is #D77A8D. Grayscale: #676767. Windows color (decimal): -14121614 or 7505192. OLE color: 7505192.

HSL color Cylindrical-coordinate representation of color #288572: hue angle of 167.74º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #288572 is Cyan = 0.70, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB40133114-
CMYK0.7000.140.48
HSL167.74º53.76%33.92%-
HSV(B)167.74º69.92%52.16%-
XYZ12.318.4418.83-
YUV103.03134.1983.04-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.94%
GREEN value IS 133 (52.34% from 255) = 46.34%
BLUE value IS 114 (44.92% from 255) = 39.72%
R=13.94%
G=46.34%
B=39.72%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal401331140.7000.140.48167.7453.7633.92
Hex288572460E30a83622
Octal50205162106016602506642
Binary10100010000101111001010001100111011000010101000110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #288572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #288572; }

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

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

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

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

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

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

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

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