#30716E

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

Shades of Genoa #30716E

Tints of Genoa #30716E

Color information

#30716E (or 0x30716E) is unknown color: approx Genoa. HEX triplet: 30, 71 and 6E. RGB value is (48,113,110). Sum of RGB (Red+Green+Blue) = 48+113+110=271 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.71% from 271); Green value is 113 (44.53% from 255 or 41.70% from 271); Blue value is 110 (43.36% from 255 or 40.59% from 271); Max value from RGB is 113 - color contains mainly: green. Hex color #30716E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30716E is #CF8E91. Grayscale: #5D5D5D. Windows color (decimal): -13602450 or 7237936. OLE color: 7237936.

HSL color Cylindrical-coordinate representation of color #30716E: hue angle of 177.23º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #30716E is Cyan = 0.58, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB48113110-
CMYK0.5800.030.56
HSL177.23º40.37%31.57%-
HSV(B)177.23º57.52%44.31%-
XYZ9.9413.5616.85-
YUV93.22137.4795.74-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.71%
GREEN value IS 113 (44.53% from 255) = 41.70%
BLUE value IS 110 (43.36% from 255) = 40.59%
R=17.71%
G=41.70%
B=40.59%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal481131100.5800.030.56177.2340.3731.57
Hex30716E3A0338b12820
Octal601611567203702615040
Binary1100001110001110111011101001111100010110001101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30716E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30716E; }

 p { color: rgb(48,113,110); }

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

<style>
 a { background-color: #30716E; }

 a { background-color: rgb(48,113,110); }

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

<style>
 span { border-color: #30716E; }

 span { border-color: rgb(48,113,110); }

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