#28796E

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

Shades of Genoa #28796E

Tints of Genoa #28796E

Color information

#28796E (or 0x28796E) is unknown color: approx Genoa. HEX triplet: 28, 79 and 6E. RGB value is (40,121,110). Sum of RGB (Red+Green+Blue) = 40+121+110=271 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.76% from 271); Green value is 121 (47.66% from 255 or 44.65% from 271); Blue value is 110 (43.36% from 255 or 40.59% from 271); Max value from RGB is 121 - color contains mainly: green. Hex color #28796E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28796E is #D78691. Grayscale: #5F5F5F. Windows color (decimal): -14124690 or 7239976. OLE color: 7239976.

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

Color convert

RGB40121110-
CMYK0.6700.090.53
HSL171.85º50.31%31.57%-
HSV(B)171.85º66.94%47.45%-
XYZ10.5315.2517.14-
YUV95.53136.1688.39-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.76%
GREEN value IS 121 (47.66% from 255) = 44.65%
BLUE value IS 110 (43.36% from 255) = 40.59%
R=14.76%
G=44.65%
B=40.59%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal401211100.6700.090.53171.8550.3131.57
Hex28796E430935ac3220
Octal50171156103011652546240
Binary1010001111001110111010000110100111010110101100110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28796E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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