#28706B

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

Shades of Genoa #28706B

Tints of Genoa #28706B

Color information

#28706B (or 0x28706B) is unknown color: approx Genoa. HEX triplet: 28, 70 and 6B. RGB value is (40,112,107). Sum of RGB (Red+Green+Blue) = 40+112+107=259 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.44% from 259); Green value is 112 (44.14% from 255 or 43.24% from 259); Blue value is 107 (42.19% from 255 or 41.31% from 259); Max value from RGB is 112 - color contains mainly: green. Hex color #28706B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28706B is #D78F94. Grayscale: #595959. Windows color (decimal): -14126997 or 7041064. OLE color: 7041064.

HSL color Cylindrical-coordinate representation of color #28706B: hue angle of 175.83º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #28706B is Cyan = 0.64, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB40112107-
CMYK0.6400.040.56
HSL175.83º47.37%29.8%-
HSV(B)175.83º64.29%43.92%-
XYZ9.3213.115.95-
YUV89.9137.6592.41-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.44%
GREEN value IS 112 (44.14% from 255) = 43.24%
BLUE value IS 107 (42.19% from 255) = 41.31%
R=15.44%
G=43.24%
B=41.31%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal401121070.6400.040.56175.8347.3729.8
Hex28706B400438b02f1e
Octal5016015310004702605736
Binary10100011100001101011100000001001110001011000010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28706B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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