#28716A

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

Shades of Genoa #28716A

Tints of Genoa #28716A

Color information

#28716A (or 0x28716A) is unknown color: approx Genoa. HEX triplet: 28, 71 and 6A. RGB value is (40,113,106). Sum of RGB (Red+Green+Blue) = 40+113+106=259 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.44% from 259); Green value is 113 (44.53% from 255 or 43.63% from 259); Blue value is 106 (41.80% from 255 or 40.93% from 259); Max value from RGB is 113 - color contains mainly: green. Hex color #28716A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28716A is #D78E95. Grayscale: #5A5A5A. Windows color (decimal): -14126742 or 6975784. OLE color: 6975784.

HSL color Cylindrical-coordinate representation of color #28716A: hue angle of 174.25º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #28716A is Cyan = 0.65, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB40113106-
CMYK0.6500.060.56
HSL174.25º47.71%30%-
HSV(B)174.25º64.6%44.31%-
XYZ9.3813.315.71-
YUV90.38136.8292.07-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.44%
GREEN value IS 113 (44.53% from 255) = 43.63%
BLUE value IS 106 (41.80% from 255) = 40.93%
R=15.44%
G=43.63%
B=40.93%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal401131060.6500.060.56174.2547.7130
Hex28716A410638ae301e
Octal5016115210106702566036
Binary10100011100011101010100000101101110001010111011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28716A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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