#30796C

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

Shades of Genoa #30796C

Tints of Genoa #30796C

Color information

#30796C (or 0x30796C) is unknown color: approx Genoa. HEX triplet: 30, 79 and 6C. RGB value is (48,121,108). Sum of RGB (Red+Green+Blue) = 48+121+108=277 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.33% from 277); Green value is 121 (47.66% from 255 or 43.68% from 277); Blue value is 108 (42.58% from 255 or 38.99% from 277); Max value from RGB is 121 - color contains mainly: green. Hex color #30796C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30796C is #CF8693. Grayscale: #616161. Windows color (decimal): -13600404 or 7108912. OLE color: 7108912.

HSL color Cylindrical-coordinate representation of color #30796C: hue angle of 169.32º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #30796C is Cyan = 0.60, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.53.

Color convert

RGB48121108-
CMYK0.6000.110.53
HSL169.32º43.2%33.14%-
HSV(B)169.32º60.33%47.45%-
XYZ10.7615.3916.59-
YUV97.69133.8292.56-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.33%
GREEN value IS 121 (47.66% from 255) = 43.68%
BLUE value IS 108 (42.58% from 255) = 38.99%
R=17.33%
G=43.68%
B=38.99%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal481211080.6000.110.53169.3243.233.14
Hex30796C3C0B35a92b21
Octal6017115474013652515341
Binary110000111100111011001111000101111010110101001101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30796C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30796C; }

 p { color: rgb(48,121,108); }

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

<style>
 a { background-color: #30796C; }

 a { background-color: rgb(48,121,108); }

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

<style>
 span { border-color: #30796C; }

 span { border-color: rgb(48,121,108); }

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