#30716B

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

Shades of Genoa #30716B

Tints of Genoa #30716B

Color information

#30716B (or 0x30716B) is unknown color: approx Genoa. HEX triplet: 30, 71 and 6B. RGB value is (48,113,107). Sum of RGB (Red+Green+Blue) = 48+113+107=268 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.91% from 268); Green value is 113 (44.53% from 255 or 42.16% from 268); Blue value is 107 (42.19% from 255 or 39.93% from 268); Max value from RGB is 113 - color contains mainly: green. Hex color #30716B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30716B is #CF8E94. Grayscale: #5C5C5C. Windows color (decimal): -13602453 or 7041328. OLE color: 7041328.

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

Color convert

RGB48113107-
CMYK0.5800.050.56
HSL174.46º40.37%31.57%-
HSV(B)174.46º57.52%44.31%-
XYZ9.7813.516-
YUV92.88135.9795.99-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.91%
GREEN value IS 113 (44.53% from 255) = 42.16%
BLUE value IS 107 (42.19% from 255) = 39.93%
R=17.91%
G=42.16%
B=39.93%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal481131070.5800.050.56174.4640.3731.57
Hex30716B3A0538ae2820
Octal601611537205702565040
Binary11000011100011101011111010010111100010101110101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30716B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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