#28816A

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

Shades of Genoa #28816A

Tints of Genoa #28816A

Color information

#28816A (or 0x28816A) is unknown color: approx Genoa. HEX triplet: 28, 81 and 6A. RGB value is (40,129,106). Sum of RGB (Red+Green+Blue) = 40+129+106=275 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.55% from 275); Green value is 129 (50.78% from 255 or 46.91% from 275); Blue value is 106 (41.80% from 255 or 38.55% from 275); Max value from RGB is 129 - color contains mainly: green. Hex color #28816A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28816A is #D77E95. Grayscale: #636363. Windows color (decimal): -14122646 or 6979880. OLE color: 6979880.

HSL color Cylindrical-coordinate representation of color #28816A: hue angle of 164.49º 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 #28816A is Cyan = 0.69, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB40129106-
CMYK0.6900.180.49
HSL164.49º52.66%33.14%-
HSV(B)164.49º68.99%50.59%-
XYZ11.3317.1916.36-
YUV99.77131.5185.37-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.55%
GREEN value IS 129 (50.78% from 255) = 46.91%
BLUE value IS 106 (41.80% from 255) = 38.55%
R=14.55%
G=46.91%
B=38.55%

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
Decimal401291060.6900.180.49164.4952.6633.14
Hex28816A4501231a43521
Octal50201152105022612446541
Binary101000100000011101010100010101001011000110100100110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28816A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28816A; }

 p { color: rgb(40,129,106); }

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

<style>
 a { background-color: #28816A; }

 a { background-color: rgb(40,129,106); }

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

<style>
 span { border-color: #28816A; }

 span { border-color: rgb(40,129,106); }

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