#30726F

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

Shades of Genoa #30726F

Tints of Genoa #30726F

Color information

#30726F (or 0x30726F) is unknown color: approx Genoa. HEX triplet: 30, 72 and 6F. RGB value is (48,114,111). Sum of RGB (Red+Green+Blue) = 48+114+111=273 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.58% from 273); Green value is 114 (44.92% from 255 or 41.76% from 273); Blue value is 111 (43.75% from 255 or 40.66% from 273); Max value from RGB is 114 - color contains mainly: green. Hex color #30726F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30726F is #CF8D90. Grayscale: #5D5D5D. Windows color (decimal): -13602193 or 7303728. OLE color: 7303728.

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

Color convert

RGB48114111-
CMYK0.5800.030.55
HSL177.27º40.74%31.76%-
HSV(B)177.27º57.89%44.71%-
XYZ10.1113.8117.17-
YUV93.92137.6395.24-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.58%
GREEN value IS 114 (44.92% from 255) = 41.76%
BLUE value IS 111 (43.75% from 255) = 40.66%
R=17.58%
G=41.76%
B=40.66%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal481141110.5800.030.55177.2740.7431.76
Hex30726F3A0337b12920
Octal601621577203672615140
Binary1100001110010110111111101001111011110110001101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30726F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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