#30716F

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

Shades of Genoa #30716F

Tints of Genoa #30716F

Color information

#30716F (or 0x30716F) is unknown color: approx Genoa. HEX triplet: 30, 71 and 6F. RGB value is (48,113,111). Sum of RGB (Red+Green+Blue) = 48+113+111=272 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.65% from 272); Green value is 113 (44.53% from 255 or 41.54% from 272); Blue value is 111 (43.75% from 255 or 40.81% from 272); Max value from RGB is 113 - color contains mainly: green. Hex color #30716F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30716F is #CF8E90. Grayscale: #5D5D5D. Windows color (decimal): -13602449 or 7303472. OLE color: 7303472.

HSL color Cylindrical-coordinate representation of color #30716F: hue angle of 178.15º 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 #30716F is Cyan = 0.58, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.56.

Color convert

RGB48113111-
CMYK0.5800.020.56
HSL178.15º40.37%31.57%-
HSV(B)178.15º57.52%44.31%-
XYZ9.9913.5917.13-
YUV93.34137.9795.66-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.65%
GREEN value IS 113 (44.53% from 255) = 41.54%
BLUE value IS 111 (43.75% from 255) = 40.81%
R=17.65%
G=41.54%
B=40.81%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal481131110.5800.020.56178.1540.3731.57
Hex30716F3A0238b22820
Octal601611577202702625040
Binary1100001110001110111111101001011100010110010101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30716F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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