#28796B

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

Shades of Genoa #28796B

Tints of Genoa #28796B

Color information

#28796B (or 0x28796B) is unknown color: approx Genoa. HEX triplet: 28, 79 and 6B. RGB value is (40,121,107). Sum of RGB (Red+Green+Blue) = 40+121+107=268 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.93% from 268); Green value is 121 (47.66% from 255 or 45.15% from 268); Blue value is 107 (42.19% from 255 or 39.93% from 268); Max value from RGB is 121 - color contains mainly: green. Hex color #28796B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28796B is #D78694. Grayscale: #5F5F5F. Windows color (decimal): -14124693 or 7043368. OLE color: 7043368.

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

Color convert

RGB40121107-
CMYK0.6700.120.53
HSL169.63º50.31%31.57%-
HSV(B)169.63º66.94%47.45%-
XYZ10.3715.1916.3-
YUV95.18134.6688.64-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.93%
GREEN value IS 121 (47.66% from 255) = 45.15%
BLUE value IS 107 (42.19% from 255) = 39.93%
R=14.93%
G=45.15%
B=39.93%

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
Decimal401211070.6700.120.53169.6350.3131.57
Hex28796B430C35aa3220
Octal50171153103014652526240
Binary1010001111001110101110000110110011010110101010110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28796B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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