#28796C

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

Shades of Genoa #28796C

Tints of Genoa #28796C

Color information

#28796C (or 0x28796C) is unknown color: approx Genoa. HEX triplet: 28, 79 and 6C. RGB value is (40,121,108). Sum of RGB (Red+Green+Blue) = 40+121+108=269 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.87% from 269); Green value is 121 (47.66% from 255 or 44.98% from 269); Blue value is 108 (42.58% from 255 or 40.15% from 269); Max value from RGB is 121 - color contains mainly: green. Hex color #28796C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28796C is #D78693. Grayscale: #5F5F5F. Windows color (decimal): -14124692 or 7108904. OLE color: 7108904.

HSL color Cylindrical-coordinate representation of color #28796C: hue angle of 170.37º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #28796C is Cyan = 0.67, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.53.

Color convert

RGB40121108-
CMYK0.6700.110.53
HSL170.37º50.31%31.57%-
HSV(B)170.37º66.94%47.45%-
XYZ10.4215.2116.57-
YUV95.3135.1688.56-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.87%
GREEN value IS 121 (47.66% from 255) = 44.98%
BLUE value IS 108 (42.58% from 255) = 40.15%
R=14.87%
G=44.98%
B=40.15%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal401211080.6700.110.53170.3750.3131.57
Hex28796C430B35aa3220
Octal50171154103013652526240
Binary1010001111001110110010000110101111010110101010110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28796C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28796C; }

 p { color: rgb(40,121,108); }

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

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

 a { background-color: rgb(40,121,108); }

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

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

 span { border-color: rgb(40,121,108); }

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