#30736B

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

Shades of Genoa #30736B

Tints of Genoa #30736B

Color information

#30736B (or 0x30736B) is unknown color: approx Genoa. HEX triplet: 30, 73 and 6B. RGB value is (48,115,107). Sum of RGB (Red+Green+Blue) = 48+115+107=270 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.78% from 270); Green value is 115 (45.31% from 255 or 42.59% from 270); Blue value is 107 (42.19% from 255 or 39.63% from 270); Max value from RGB is 115 - color contains mainly: green. Hex color #30736B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30736B is #CF8C94. Grayscale: #5E5E5E. Windows color (decimal): -13601941 or 7041840. OLE color: 7041840.

HSL color Cylindrical-coordinate representation of color #30736B: hue angle of 172.84º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #30736B is Cyan = 0.58, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB48115107-
CMYK0.5800.070.55
HSL172.84º41.1%31.96%-
HSV(B)172.84º58.26%45.1%-
XYZ1013.9516.08-
YUV94.06135.395.15-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.78%
GREEN value IS 115 (45.31% from 255) = 42.59%
BLUE value IS 107 (42.19% from 255) = 39.63%
R=17.78%
G=42.59%
B=39.63%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal481151070.5800.070.55172.8441.131.96
Hex30736B3A0737ad2920
Octal601631537207672555140
Binary11000011100111101011111010011111011110101101101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30736B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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