#30715E

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

Shades of Genoa #30715E

Tints of Genoa #30715E

Color information

#30715E (or 0x30715E) is unknown color: approx Genoa. HEX triplet: 30, 71 and 5E. RGB value is (48,113,94). Sum of RGB (Red+Green+Blue) = 48+113+94=255 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.82% from 255); Green value is 113 (44.53% from 255 or 44.31% from 255); Blue value is 94 (37.11% from 255 or 36.86% from 255); Max value from RGB is 113 - color contains mainly: green. Hex color #30715E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30715E is #CF8EA1. Grayscale: #5B5B5B. Windows color (decimal): -13602466 or 6189360. OLE color: 6189360.

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

Color convert

RGB4811394-
CMYK0.5800.170.56
HSL162.46º40.37%31.57%-
HSV(B)162.46º57.52%44.31%-
XYZ9.1413.2512.66-
YUV91.4129.4797.04-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.82%
GREEN value IS 113 (44.53% from 255) = 44.31%
BLUE value IS 94 (37.11% from 255) = 36.86%
R=18.82%
G=44.31%
B=36.86%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal48113940.5800.170.56162.4640.3731.57
Hex30715E3A01138a22820
Octal6016113672021702425040
Binary1100001110001101111011101001000111100010100010101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30715E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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