#28826b

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

Shades of Genoa #28826B

Tints of Genoa #28826B

Color information

#28826B (or 0x28826B) is unknown color: approx Genoa. HEX triplet: 28, 82 and 6B. RGB value is (40,130,107). Sum of RGB (Red+Green+Blue) = 40+130+107=277 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.44% from 277); Green value is 130 (51.17% from 255 or 46.93% from 277); Blue value is 107 (42.19% from 255 or 38.63% from 277); Max value from RGB is 130 - color contains mainly: green. Hex color #28826B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28826B is #D77D94. Grayscale: #646464. Windows color (decimal): -14122389 or 7045672. OLE color: 7045672.

HSL color Cylindrical-coordinate representation of color #28826B: hue angle of 164.67º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #28826B is Cyan = 0.69, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB40130107-
CMYK0.6900.180.49
HSL164.67º52.94%33.33%-
HSV(B)164.67º69.23%50.98%-
XYZ11.5117.4816.68-
YUV100.47131.6884.87-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.44%
GREEN value IS 130 (51.17% from 255) = 46.93%
BLUE value IS 107 (42.19% from 255) = 38.63%
R=14.44%
G=46.93%
B=38.63%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal401301070.6900.180.49164.6752.9433.33
Hex28826B4501231a53521
Octal50202153105022612456541
Binary101000100000101101011100010101001011000110100101110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28826b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28826b; }

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

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

<style>
 a { background-color: #28826b; }

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

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

<style>
 span { border-color: #28826b; }

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

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