#28786A

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

Shades of Genoa #28786A

Tints of Genoa #28786A

Color information

#28786A (or 0x28786A) is unknown color: approx Genoa. HEX triplet: 28, 78 and 6A. RGB value is (40,120,106). Sum of RGB (Red+Green+Blue) = 40+120+106=266 (35% of max value = 765). Red value is 40 (16.02% from 255 or 15.04% from 266); Green value is 120 (47.27% from 255 or 45.11% from 266); Blue value is 106 (41.80% from 255 or 39.85% from 266); Max value from RGB is 120 - color contains mainly: green. Hex color #28786A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28786A is #D78795. Grayscale: #5E5E5E. Windows color (decimal): -14124950 or 6977576. OLE color: 6977576.

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

Color convert

RGB40120106-
CMYK0.6700.120.53
HSL169.5º50%31.37%-
HSV(B)169.5º66.67%47.06%-
XYZ10.1914.9215.98-
YUV94.48134.589.14-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.04%
GREEN value IS 120 (47.27% from 255) = 45.11%
BLUE value IS 106 (41.80% from 255) = 39.85%
R=15.04%
G=45.11%
B=39.85%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal401201060.6700.120.53169.55031.37
Hex28786A430C35aa321f
Octal50170152103014652526237
Binary101000111100011010101000011011001101011010101011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28786A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28786A; }

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

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

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

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

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

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

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

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