#30765D

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

Shades of Genoa #30765D

Tints of Genoa #30765D

Color information

#30765D (or 0x30765D) is unknown color: approx Genoa. HEX triplet: 30, 76 and 5D. RGB value is (48,118,93). Sum of RGB (Red+Green+Blue) = 48+118+93=259 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.53% from 259); Green value is 118 (46.48% from 255 or 45.56% from 259); Blue value is 93 (36.72% from 255 or 35.91% from 259); Max value from RGB is 118 - color contains mainly: green. Hex color #30765D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30765D is #CF89A2. Grayscale: #5E5E5E. Windows color (decimal): -13601187 or 6125104. OLE color: 6125104.

HSL color Cylindrical-coordinate representation of color #30765D: hue angle of 158.57º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #30765D is Cyan = 0.59, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB4811893-
CMYK0.5900.210.54
HSL158.57º42.17%32.55%-
HSV(B)158.57º59.32%46.27%-
XYZ9.6714.3812.62-
YUV94.22127.3195.03-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.53%
GREEN value IS 118 (46.48% from 255) = 45.56%
BLUE value IS 93 (36.72% from 255) = 35.91%
R=18.53%
G=45.56%
B=35.91%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal48118930.5900.210.54158.5742.1732.55
Hex30765D3B015369f2a21
Octal6016613573025662375241
Binary1100001110110101110111101101010111011010011111101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30765D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30765D; }

 p { color: rgb(48,118,93); }

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

<style>
 a { background-color: #30765D; }

 a { background-color: rgb(48,118,93); }

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

<style>
 span { border-color: #30765D; }

 span { border-color: rgb(48,118,93); }

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